diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-11-02 11:19:27 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-11-02 11:19:27 -0700 |
commit | f7934be8f6bb5f47def626af7bd9098e8fb3e950 (patch) | |
tree | 2152d91d53bb537545c8e21915fa5e992de7e4d1 /configure.in | |
parent | d7d08bdedeecf168ef58c7e2bdbb4c39c1939aba (diff) | |
download | glibc-f7934be8f6bb5f47def626af7bd9098e8fb3e950.tar glibc-f7934be8f6bb5f47def626af7bd9098e8fb3e950.tar.gz glibc-f7934be8f6bb5f47def626af7bd9098e8fb3e950.tar.bz2 glibc-f7934be8f6bb5f47def626af7bd9098e8fb3e950.zip |
Require an exact Autoconf version.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 928b7b62a9..5e35b98613 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.53)dnl dnl Minimum Autoconf version required. +dnl Note we do not use AC_PREREQ here! See aclocal.m4 for what we use instead. AC_INIT([GNU C Library], [(see version.h)], [http://sourceware.org/bugzilla/], [glibc]) AC_CONFIG_SRCDIR([include/features.h]) AC_CONFIG_HEADERS([config.h]) |