mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-20 19:10:07 +08:00
configure.in: Use AC_PREREQ(2.12.1).
* configure.in: Use AC_PREREQ(2.12.1). * libF77/configure.in: Likewise. * libI77/configure.in: Likewise. * libU77/configure.in: Likewise. From-SVN: r23803
This commit is contained in:
parent
223a884814
commit
168aa1fcec
@ -1,3 +1,10 @@
|
||||
Mon Nov 23 16:52:22 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* configure.in: Use AC_PREREQ(2.12.1).
|
||||
* libF77/configure.in: Likewise.
|
||||
* libI77/configure.in: Likewise.
|
||||
* libU77/configure.in: Likewise.
|
||||
|
||||
1998-10-24 Dave Love <d.love@dl.ac.uk>
|
||||
|
||||
* configure.in: Touch g2c.h in AC_OUTPUT after multilib
|
||||
|
@ -19,6 +19,7 @@
|
||||
#the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
#02111-1307, USA.
|
||||
|
||||
AC_PREREQ(2.12.1)
|
||||
AC_INIT(libF77/Version.c)
|
||||
|
||||
if test "${srcdir}" = "." ; then
|
||||
|
@ -19,6 +19,7 @@
|
||||
#the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
#02111-1307, USA.
|
||||
|
||||
AC_PREREQ(2.12.1)
|
||||
AC_INIT(getarg_.c)
|
||||
|
||||
dnl Checks for programs.
|
||||
|
@ -19,6 +19,7 @@
|
||||
#the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
#02111-1307, USA.
|
||||
|
||||
AC_PREREQ(2.12.1)
|
||||
AC_INIT(ftell_.c)
|
||||
|
||||
dnl Checks for programs.
|
||||
|
@ -19,6 +19,7 @@
|
||||
#to Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
||||
#USA.
|
||||
|
||||
AC_PREREQ(2.12.1)
|
||||
AC_INIT(access_.c)
|
||||
AC_CONFIG_HEADER(config.h:config.hin)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user