diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-23 13:51:40 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-23 13:51:40 +0000 |
commit | 5170365cf2d0ea0c042d01fc71a11967705aaf0b (patch) | |
tree | 1552f79446ff58fd7af64d717574b20fbc8d2104 /etc | |
parent | d54546fb2267e65b1df17920501b21246686b00a (diff) | |
download | gcc-5170365cf2d0ea0c042d01fc71a11967705aaf0b.tar.gz |
* configure.in: Use AC_PREREQ(2.12.1).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23802 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rwxr-xr-x | etc/configure | 2 | ||||
-rw-r--r-- | etc/configure.in | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 75c7f7c6ccc..95cfd399fd0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 23 16:46:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * configure.in: Use AC_PREREQ(2.12.1). + Thu May 14 14:43:10 1998 Nick Clifton <nickc@cygnus.com> * targetdoc/arm-interwork.texi: Document dlltool support of diff --git a/etc/configure b/etc/configure index ce51008ac83..55c701a511c 100755 --- a/etc/configure +++ b/etc/configure @@ -623,7 +623,7 @@ EOF # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. (set) 2>&1 | - case `(ac_space=' '; set) 2>&1` in + case `(ac_space=' '; set) 2>&1 | grep ac_space` in *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote substitution # turns \\\\ into \\, and sed turns \\ into \). diff --git a/etc/configure.in b/etc/configure.in index 9176273de25..f34241bea1e 100644 --- a/etc/configure.in +++ b/etc/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.5) +AC_PREREQ(2.12.1) AC_INIT(Makefile.in) EGCS_PROG_INSTALL |