/[autoconf]/autoconf/ChangeLog
ViewVC logotype

Diff of /autoconf/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1671 by akim, Thu Sep 13 15:47:34 2001 UTC revision 1.1672 by eggert, Mon Sep 17 19:42:12 2001 UTC
# Line 1  Line 1 
1    2001-09-17  Paul Eggert  <eggert@twinsun.com>
2    
3            Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
4            or CFLAGS=-O5.  In that case, the linker has a relaxed view of
5            fatal errors, and AC_CHECK_LIB causes it to include libraries even
6            when they don't exist.
7    
8            * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
9            not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
10            need it.
11    
12            * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
13            version with the version used by fileutils 4.1, except use
14            AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
15            we don't need it.
16            
17            * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
18    
19  2001-09-13  Akim Demaille  <akim@epita.fr>  2001-09-13  Akim Demaille  <akim@epita.fr>
20    
21          * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line          * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line

Legend:
Removed from v.1.1671  
changed lines
  Added in v.1.1672

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26