mirror of git://gcc.gnu.org/git/gcc.git
configure.ac: Remove AC_FUNC_MMAP.
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. From-SVN: r114137
This commit is contained in:
parent
5bd4b476f7
commit
dd46a4ded1
|
|
@ -1,3 +1,11 @@
|
||||||
|
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.
|
||||||
|
|
||||||
2006-05-25 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
2006-05-25 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
||||||
|
|
||||||
* intrinsics/associated.c (associated): Zero-sized arrays should
|
* intrinsics/associated.c (associated): Zero-sized arrays should
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,8 @@ DIST_COMMON = $(am__configure_deps) $(srcdir)/../config.guess \
|
||||||
$(top_srcdir)/configure ChangeLog
|
$(top_srcdir)/configure ChangeLog
|
||||||
subdir = .
|
subdir = .
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \
|
||||||
|
$(top_srcdir)/../config/stdint.m4 $(top_srcdir)/acinclude.m4 \
|
||||||
$(top_srcdir)/../config/acx.m4 \
|
$(top_srcdir)/../config/acx.m4 \
|
||||||
$(top_srcdir)/../config/no-executables.m4 \
|
$(top_srcdir)/../config/no-executables.m4 \
|
||||||
$(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
|
$(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
|
||||||
|
|
|
||||||
|
|
@ -244,27 +244,6 @@ AC_DEFUN([AM_PROG_INSTALL_SH],
|
||||||
install_sh=${install_sh-"$am_aux_dir/install-sh"}
|
install_sh=${install_sh-"$am_aux_dir/install-sh"}
|
||||||
AC_SUBST(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 -*-
|
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
|
||||||
# From Jim Meyering
|
# From Jim Meyering
|
||||||
|
|
||||||
|
|
@ -659,4 +638,6 @@ AC_SUBST([am__tar])
|
||||||
AC_SUBST([am__untar])
|
AC_SUBST([am__untar])
|
||||||
]) # _AM_PROG_TAR
|
]) # _AM_PROG_TAR
|
||||||
|
|
||||||
|
m4_include([../config/lead-dot.m4])
|
||||||
|
m4_include([../config/stdint.m4])
|
||||||
m4_include([acinclude.m4])
|
m4_include([acinclude.m4])
|
||||||
|
|
|
||||||
|
|
@ -351,9 +351,6 @@
|
||||||
/* Define to 1 if you have the `getlogin' function. */
|
/* Define to 1 if you have the `getlogin' function. */
|
||||||
#undef HAVE_GETLOGIN
|
#undef HAVE_GETLOGIN
|
||||||
|
|
||||||
/* Define to 1 if you have the `getpagesize' function. */
|
|
||||||
#undef HAVE_GETPAGESIZE
|
|
||||||
|
|
||||||
/* libc includes getpid */
|
/* libc includes getpid */
|
||||||
#undef HAVE_GETPID
|
#undef HAVE_GETPID
|
||||||
|
|
||||||
|
|
@ -444,9 +441,6 @@
|
||||||
/* Define to 1 if you have the `mkstemp' function. */
|
/* Define to 1 if you have the `mkstemp' function. */
|
||||||
#undef HAVE_MKSTEMP
|
#undef HAVE_MKSTEMP
|
||||||
|
|
||||||
/* Define to 1 if you have a working `mmap' system call. */
|
|
||||||
#undef HAVE_MMAP
|
|
||||||
|
|
||||||
/* libm includes nextafter */
|
/* libm includes nextafter */
|
||||||
#undef HAVE_NEXTAFTER
|
#undef HAVE_NEXTAFTER
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -153,7 +153,6 @@ esac
|
||||||
AC_SUBST(extra_ldflags_libgfortran)
|
AC_SUBST(extra_ldflags_libgfortran)
|
||||||
|
|
||||||
AC_SYS_LARGEFILE
|
AC_SYS_LARGEFILE
|
||||||
AC_FUNC_MMAP
|
|
||||||
AC_TYPE_OFF_T
|
AC_TYPE_OFF_T
|
||||||
|
|
||||||
# check header files
|
# check header files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue