summaryrefslogtreecommitdiff
path: root/libgfortran/aclocal.m4
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-26 19:12:08 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-26 19:12:08 +0000
commit5c88bcbb3e2d1f199736e31b2c689b7bd5e6a77f (patch)
tree22caaf5edff6077273a36d53c55b21ef02ecdba7 /libgfortran/aclocal.m4
parent7b5fe751604488842f15ee5c0b617c21373c1126 (diff)
downloadgcc-5c88bcbb3e2d1f199736e31b2c689b7bd5e6a77f.tar.gz
2006-05-26 Janne Blomqvist <jb@gcc.gnu.org>
* configure.ac: Remove AC_FUNC_MMAP. * configure: Regenerated. * Makefile.in: Regenerated. * config.h.in: Regenerated. * aclocal.m4: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114137 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/aclocal.m4')
-rw-r--r--libgfortran/aclocal.m423
1 files changed, 2 insertions, 21 deletions
diff --git a/libgfortran/aclocal.m4 b/libgfortran/aclocal.m4
index 70cfc6ca57c..afe428c2425 100644
--- a/libgfortran/aclocal.m4
+++ b/libgfortran/aclocal.m4
@@ -244,27 +244,6 @@ AC_DEFUN([AM_PROG_INSTALL_SH],
install_sh=${install_sh-"$am_aux_dir/install-sh"}
AC_SUBST(install_sh)])
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
@@ -659,4 +638,6 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../config/lead-dot.m4])
+m4_include([../config/stdint.m4])
m4_include([acinclude.m4])