* configure.in: Correct spelling of AC_PREREQ.

This commit is contained in:
Alan Modra 2002-05-23 08:17:10 +00:00
parent 18e1d48773
commit 68b2fc7af6
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2002-05-23 Alan Modra <amodra@bigpond.net.au>
* configure.in: Correct spelling of AC_PREREQ.
2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
* pe-dll.c (autofilter_liblist): Add more system libs excluded by

View file

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script
dnl
AC_PREREG(2.13)
AC_PREREQ(2.13)
AC_INIT(ldmain.c)
AC_CANONICAL_SYSTEM