* configure.in: Use AC_PREREQ(2.12.1).
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 23 Nov 1998 14:01:42 +0000 (14:01 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 23 Nov 1998 14:01:42 +0000 (14:01 +0000)
From-SVN: r23804

libiberty/ChangeLog
libiberty/configure.in

index 63cfef347f0d8e6c79a624ae60a834ea7956de84..05ffb6ef023ac231f519d7706488b6e736cadc53 100644 (file)
@@ -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.
index 0b9b35b478508d9fb4670bc1da8746709a7d8aa3..a189b0794cb6d18b465dd8e7b803511556173bbf 100644 (file)
@@ -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.