diff options
author | Roland McGrath <roland@redhat.com> | 1996-07-20 09:30:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-07-20 09:30:04 +0000 |
commit | 4b92c539d49a54db33b7ab1da40c11b12e94e752 (patch) | |
tree | 99c61813ff1abc926e04f219a27c2018b733dd67 | |
parent | a22f67aaf7d00fd46f95ec50426ddef7790ed3eb (diff) | |
download | gunmake-4b92c539d49a54db33b7ab1da40c11b12e94e752.tar.gz |
Sat Jul 20 05:29:43 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* configure.in: Require autoconf 2.10 or later.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 05d80c2..1858612 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION([$Id$]) -AC_PREREQ(2.1)dnl dnl Minimum Autoconf version required. +AC_PREREQ(2.10)dnl dnl Minimum Autoconf version required. AC_INIT(vpath.c)dnl dnl A distinctive file to look for in srcdir. AC_CONFIG_HEADER(config.h) AC_CONFIG_SUBDIRS(glob) dnl Run configure in glob subdirectory. |