* 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> 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
@ -2756,7 +2760,7 @@ Mon Mar 18 17:38:39 CET 2002 Jan Hubicka <jh@suse.cz>
* scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end. * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
Set DWARF2 sections to a VMA of zero. Set DWARF2 sections to a VMA of zero.
2000-12-01 Joel Sherrill <joel@OARcorp.com> 2000-12-01 Joel Sherrill <joel@OARcorp.com>
* configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*): * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
New targets. New targets.
@ -4174,7 +4178,7 @@ Mon Mar 18 17:38:39 CET 2002 Jan Hubicka <jh@suse.cz>
(lang_one_common) Record size changes in octets. (lang_one_common) Record size changes in octets.
(lang_abs_symbol_at_end_of) Section end symbol's value is (lang_abs_symbol_at_end_of) Section end symbol's value is
recorded in target bytes. recorded in target bytes.
* ld.texinfo: Updated description of BYTE, SHORT, LONG, etc. * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
to be clear about behavior when an octet is smaller than one byte. to be clear about behavior when an octet is smaller than one byte.
2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au> 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>

View File

@ -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