source: trunk/essentials/sys-devel/autoconf/ChangeLog.0

Last change on this file was 3092, checked in by bird, 19 years ago

autoconf 2.61

File size: 12.7 KB
Line 
1Mon Jul 20 01:08:01 1992 David J. MacKenzie ([email protected])
2
3 * acspecific.m4 (AC_ALLOCA): Don't try -lucb -- it's too often broken.
4
5Sat Jul 18 13:40:46 1992 David J. MacKenzie ([email protected])
6
7 * acspecific.m4 (AC_MAJOR_HEADER): Add missing "$".
8
9 * acspecific.m4 (AC_ALLOCA): Put -lc before -lucb.
10
11Fri Jul 17 00:00:07 1992 David J. MacKenzie ([email protected])
12
13 * autoconf.sh: Print the lines of the input file where
14 unresolved macros occur. From Francois Pinard.
15
16 * acspecific.m4 (AC_PROG_INSTALL), acgeneral.m4
17 (AC_PROGRAM_CHECK): Use test -f instead of -s.
18
19 * autoconf.sh: grep for undefined macros in output.
20
21Tue Jul 14 01:19:26 1992 David J. MacKenzie ([email protected])
22
23 * acgeneral.m4 (AC_PROGRAM_CHECK): Search PATH manually to
24 avoid "command not found" messages on /dev/tty. Remove "args
25 for check" argument.
26 (AC_INIT): Don't define checkfor; no longer needed.
27 * acspecific.m4 (AC_PROG_CC, AC_PROG_RANLIB, AC_PROG_YACC,
28 AC_PROG_LEX): Don't pass "args for check" argument.
29
30 * acgeneral.m4 (AC_PROGRAMS_CHECK): New macro.
31 * acspecific.m4 (AC_PROG_AWK): Use it. Check for mawk, gawk,
32 nawk, and awk.
33 (AC_PROG_YACC): Check for byacc if bison isn't found.
34
35 * acspecific.m4 (AC_PROG_CC): Renamed from AC_PROG_GCC.
36 (AC_PROG_YACC): Renamed from AC_PROG_BISON.
37 (AC_PROG_AWK): Renamed from AC_PROG_GAWK.
38 (AC_PROG_LEX): Renamed from AC_PROG_FLEX.
39
40 * acgeneral.m4 (AC_TEST_PROGRAM): Redirect stderr to /dev/null
41 both inside and outside the subshell to try to prevent core
42 dumped messages. Who knows, it might even help.
43
44Thu Jul 9 21:37:45 1992 Roland McGrath ([email protected])