From 68b2fc7af6c5303cbe64d9df581ade294975fa69 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 23 May 2002 08:17:10 +0000 Subject: [PATCH] * configure.in: Correct spelling of AC_PREREQ. --- ld/ChangeLog | 8 ++++++-- ld/configure.in | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index ae08f26aafc..984957fca49 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2002-05-23 Alan Modra + + * configure.in: Correct spelling of AC_PREREQ. + 2002-05-21 Danny Smith * 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 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end. Set DWARF2 sections to a VMA of zero. -2000-12-01 Joel Sherrill +2000-12-01 Joel Sherrill * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*): New targets. @@ -4174,7 +4178,7 @@ Mon Mar 18 17:38:39 CET 2002 Jan Hubicka (lang_one_common) Record size changes in octets. (lang_abs_symbol_at_end_of) Section end symbol's value is 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. 2000-01-27 Alan Modra diff --git a/ld/configure.in b/ld/configure.in index 34a6ad273c4..b89c2a13467 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -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 -- 2.30.2