* configure.in: Use AC_PREREQ(2.12.1).

From-SVN: r23804
This commit is contained in:
Kaveh R. Ghazi 1998-11-23 14:01:42 +00:00 committed by Kaveh Ghazi
parent 168aa1fcec
commit 35a6cd99b0
2 changed files with 5 additions and 1 deletions

View 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.

View 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.