diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-23 14:01:42 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-23 14:01:42 +0000 |
commit | a1dd5bffe32c20cffeb60f759ae1b36f5eca9a7b (patch) | |
tree | ad947dfb92fca6896ecc8d0aea1d7420fc1e841e /libiberty | |
parent | 5d6e7b7a4558963c881d184c0a0997e00dc59e47 (diff) | |
download | gcc-a1dd5bffe32c20cffeb60f759ae1b36f5eca9a7b.tar.gz |
* configure.in: Use AC_PREREQ(2.12.1).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23804 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 63cfef347f0..05ffb6ef023 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * configure.in: Use AC_PREREQ(2.12.1). + 1998-11-16 Benjamin Kosnik <bkoz@haight.constant.com> * cplus-dem.c (demangle_fund_type): Add demangling for C9x types. diff --git a/libiberty/configure.in b/libiberty/configure.in index 0b9b35b4785..a189b0794cb 100644 --- a/libiberty/configure.in +++ b/libiberty/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script -AC_PREREQ(2.5) +AC_PREREQ(2.12.1) AC_INIT(pexecute.c) dnl We use these options to decide which functions to include. |