mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 05:42:42 +08:00
* configure.in: Correct spelling of AC_PREREQ.
This commit is contained in:
@ -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>
|
2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* pe-dll.c (autofilter_liblist): Add more system libs excluded by
|
* pe-dll.c (autofilter_liblist): Add more system libs excluded by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script
|
dnl Process this file with autoconf to produce a configure script
|
||||||
dnl
|
dnl
|
||||||
AC_PREREG(2.13)
|
AC_PREREQ(2.13)
|
||||||
AC_INIT(ldmain.c)
|
AC_INIT(ldmain.c)
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
|
Reference in New Issue
Block a user