diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-11-23 14:01:42 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-11-23 14:01:42 +0000 |
commit | 35a6cd99b0ea02c008ba54ca7a6951887d2af461 (patch) | |
tree | ad947dfb92fca6896ecc8d0aea1d7420fc1e841e /libiberty | |
parent | 168aa1fcecb609817f023dbda8c79e78ae5568b0 (diff) | |
download | gcc-35a6cd99b0ea02c008ba54ca7a6951887d2af461.tar.gz |
* configure.in: Use AC_PREREQ(2.12.1).
From-SVN: r23804
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. |