* configure.in: Use AC_PREREQ(2.12.1).
From-SVN: r23804
This commit is contained in:
parent
168aa1fcec
commit
35a6cd99b0
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue