| 1 | Mon 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 |
|
|---|
| 5 | Sat 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 |
|
|---|
| 11 | Fri 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 |
|
|---|
| 21 | Tue 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 |
|
|---|
| 44 | Thu Jul 9 21:37:45 1992 Roland McGrath ([email protected])
|
|---|
| 45 |
|
|---|
| 46 | * acspecific.m4 (AC_GETLOADAVG): Check for DGUX before SVR4.
|
|---|
| 47 |
|
|---|
| 48 | Fri Jul 3 01:01:50 1992 David J. MacKenzie ([email protected])
|
|---|
| 49 |
|
|---|
| 50 | * acspecific.m4 (AC_REMOTE_TAPE): Renamed from AC_MTIO.
|
|---|
| 51 | Define HAVE_SYS_MTIO_H instead of NO_MTIO.
|
|---|
| 52 | (AC_LONG_FILE_NAMES): Renamed from AC_LONG_FILENAMES.
|
|---|
| 53 | (AC_RSH): Define HAVE_NETDB_H instead of USE_REXEC.
|
|---|
| 54 | Above mostly from Richard Stallman.
|
|---|
| 55 |
|
|---|
| 56 | * acgeneral.m4 (AC_MISSING_FUNCS): Macro removed.
|
|---|
| 57 | * acspecific.m4 (AC_VPRINTF, AC_WAIT3, AC_UTIME_NULL,
|
|---|
| 58 | AC_TIMEZONE, AC_ST_BLOCKS, AC_ST_BLKSIZE): Change from
|
|---|
| 59 | FOO_MISSING to HAVE_FOO.
|
|---|
| 60 | (AC_WAIT3): Renamed from AC_WAIT3_RUSAGE.
|
|---|
| 61 | (AC_TIMEZONE): Require AC_STRUCT_TM.
|
|---|
| 62 | (AC_STRUCT_TM): Provide itself.
|
|---|
| 63 |
|
|---|
| 64 | * acgeneral.m4 (AC_OUTPUT): Add --recheck option to config.status.
|
|---|
| 65 |
|
|---|
| 66 | * acspecific.m4 (AC_ST_RDEV, AC_CONST): New macros.
|
|---|
| 67 |
|
|---|
| 68 | * acgeneral.m4 (AC_DEFINE): Don't consider an empty value arg to
|
|---|
| 69 | be an omitted arg.
|
|---|
| 70 |
|
|---|
| 71 | Thu Jul 2 16:05:05 1992 David J. MacKenzie ([email protected])
|
|---|
| 72 |
|
|---|
| 73 | * acspecific.m4 (AC_GETLOADAVG): New macro.
|
|---|
| 74 |
|
|---|
| 75 | * autoconf.sh: Only reject an arg that's not a known option if it
|
|---|
| 76 | is an option.
|
|---|
| 77 |
|
|---|
| 78 | Tue Jun 30 16:08:04 1992 David J. MacKenzie ([email protected])
|
|---|
| 79 |
|
|---|
| 80 | * acgeneral.m4 (AC_INIT, AC_OUTPUT): Eliminate vpsub.
|
|---|
| 81 |
|
|---|
| 82 | Thu Jun 25 12:42:10 1992 David J. MacKenzie ([email protected])
|
|---|
| 83 |
|
|---|
| 84 | * autoconf.sh: Add --version option.
|
|---|
| 85 | * acgeneral.m4: Support it.
|
|---|
| 86 |
|
|---|
| 87 | Wed Jun 24 14:04:13 1992 David J. MacKenzie ([email protected])
|
|---|
| 88 |
|
|---|
| 89 | * acspecific.m4 (AC_TIMEZONE): Do the checks unconditionally,
|
|---|
| 90 | not only if strftime.o is in LIBOBJS.
|
|---|
| 91 |
|
|---|
| 92 | * acspecific.m4 (AC_DIR_HEADER): Don't assume sys/dir.h exists.
|
|---|
| 93 |
|
|---|
| 94 | * acgeneral.m4 (AC_PROGRAM_CHECK): Don't include the program
|
|---|
| 95 | name in the value-if-found. From Rich Murphey.
|
|---|
| 96 | * acspecific.m4 (AC_PROG_{GCC,RANLIB,GAWK,BISON,FLEX}): Change
|
|---|
| 97 | callers.
|
|---|
| 98 |
|
|---|
| 99 | * acgeneral.m4 (AC_OUTPUT): Mention the args given to
|
|---|
| 100 | configure in a comment in config.status.
|
|---|
| 101 |
|
|---|
| 102 | Fri Jun 19 13:18:12 1992 David J. MacKenzie ([email protected])
|
|---|
| 103 |
|
|---|
| 104 | * acgeneral.m4 (AC_FUNC_CHECK): Use the third arg when it's
|
|---|
| 105 | non-null, not when it's null. From Ian Lance Taylor.
|
|---|
| 106 |
|
|---|
| 107 | Thu Jun 18 12:10:27 1992 David J. MacKenzie ([email protected])
|
|---|
| 108 |
|
|---|
| 109 | * acgeneral.m4 (AC_BEFORE): Print message in next-error format.
|
|---|
| 110 | From Franc,ois Pinard.
|
|---|
| 111 |
|
|---|
| 112 | * acgeneral.m4 (AC_PROGRAM_CHECK): If args-for-use is empty,
|
|---|
| 113 | don't put a space after the program name.
|
|---|
| 114 |
|
|---|
| 115 | * acspecific.m4 (AC_DECLARE_YYTEXT): Move AC_REQUIREs from
|
|---|
| 116 | AC_PROG_FLEX to here, where they belong.
|
|---|
| 117 |
|
|---|
| 118 | * acspecific.m4 (AC_MEMORY_H): Look for memchr instead of memcpy.
|
|---|
| 119 | From Karl Berry.
|
|---|
| 120 |
|
|---|
|
|---|