mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-06 15:10:23 +08:00
.
This commit is contained in:
parent
09e96ebee5
commit
bbb34949eb
54
ChangeLog
54
ChangeLog
@ -1,3 +1,7 @@
|
||||
Fri Nov 17 15:05:44 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||
|
||||
* Version 2.5 released.
|
||||
|
||||
Sun Oct 29 15:13:37 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
|
||||
|
||||
* acgeneral.m4 (AC_CHECK_PROG): Use arg 5 as search list, not arg 4.
|
||||
@ -96,7 +100,7 @@ Thu Mar 23 18:02:25 1995 David J. MacKenzie <djm@catapult.va.pubnix.com>
|
||||
after compiler name. Same for "-o conftest".
|
||||
|
||||
* ifnames.sh (AC_MACRODIR): Default to @datadir@, not a hardcoded
|
||||
path.
|
||||
path.
|
||||
|
||||
* Test release 2.2.1.
|
||||
|
||||
@ -142,7 +146,7 @@ Mon Mar 6 15:07:00 1995 David J. MacKenzie <djm@catapult.va.pubnix.com>
|
||||
Fri Mar 3 11:41:01 1995 David J. MacKenzie <djm@catapult.va.pubnix.com>
|
||||
|
||||
* Makefile.in (autoconf.info, standards.info): Use --no-split to
|
||||
avoid creating filenames > 14 chars.
|
||||
avoid creating filenames > 14 chars.
|
||||
|
||||
* acgeneral.m4 (AC_CHECK_FUNC): Use assert.h,
|
||||
to avoid protype conflicts from ctype.h (!!) on OSF/1 3.0.
|
||||
@ -218,7 +222,7 @@ Thu Feb 9 14:42:20 1995 David J. MacKenzie <djm@catapult.va.pubnix.com>
|
||||
* Makefile.in (editsh): Substitute in AWK.
|
||||
|
||||
* acspecific.m4 (AC_PROG_INSTALL): Allow trailing slashes in PATH
|
||||
elements.
|
||||
elements.
|
||||
* acgeneral.m4 (AC_PREFIX_PROGRAM): Ditto.
|
||||
|
||||
Tue Feb 7 11:32:09 1995 David J. MacKenzie <djm@catapult.va.pubnix.com>
|
||||
@ -342,7 +346,7 @@ Thu Nov 3 10:24:08 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
|
||||
obsolete warning.
|
||||
|
||||
* autoscan.pl (output_programs): Use AC_CHECK_LIB, not
|
||||
AC_HAVE_LIBRARY.
|
||||
AC_HAVE_LIBRARY.
|
||||
|
||||
* acgeneral.m4 (AC_CHECK_FUNC): Move prototype outside of function
|
||||
so it works with C++. From ejb@era.COM (E. Jay Berkenbilt).
|
||||
@ -359,7 +363,7 @@ Wed Oct 26 18:40:41 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
|
||||
|
||||
Tue Oct 25 11:04:16 1994 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
|
||||
|
||||
* acgeneral.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Change -
|
||||
* acgeneral.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Change -
|
||||
in file names to _.
|
||||
* acspecific.m4 (AC_CHECK_HEADER_DIRENT, AC_CHECK_HEADERS_DIRENT):
|
||||
Likewise.
|
||||
@ -676,7 +680,7 @@ Thu Sep 1 15:34:15 1994 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
|
||||
* acgeneral.m4 (AC_TRY_RUN): Always warn if no cross-compile
|
||||
default is given.
|
||||
* acspecific.m4 (AC_FUNC_MMAP, AC_FUNC_VFORK, AC_FUNC_WAIT3,
|
||||
AC_FUNC_UTIME_NULL, AC_FUNC_STRCOLL): Provide a default
|
||||
AC_FUNC_UTIME_NULL, AC_FUNC_STRCOLL): Provide a default
|
||||
for AC_TRY_RUN.
|
||||
(AC_FUNC_CLOSEDIR_VOID): New macro, broken out of AC_HEADER_DIRENT.
|
||||
|
||||
@ -761,7 +765,7 @@ Sat Aug 27 13:31:58 1994 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
|
||||
|
||||
Fri Aug 26 17:03:18 1994 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
|
||||
|
||||
* autoconf.sh, acgeneral.m4: __LINE__ -> __oline__.
|
||||
* autoconf.sh, acgeneral.m4: __LINE__ -> __oline__.
|
||||
|
||||
* acgeneral.m4 (AC_TRY_CPP, AC_EGREP_CPP): Append any error output
|
||||
to config.log.
|
||||
@ -781,7 +785,7 @@ Fri Aug 26 17:03:18 1994 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
|
||||
Fri Aug 26 00:34:11 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
|
||||
* acconfig.h (HAVE_UNION_WAIT): Entry removed; it wasn't defined
|
||||
anywhere.
|
||||
anywhere.
|
||||
|
||||
* acgeneral.m4 (AC_OUTPUT_HEADER): rm files before mv onto them.
|
||||
(AC_OUTPUT): Remove explicit exit at end of configure, to allow
|
||||
@ -840,7 +844,7 @@ Thu Aug 25 09:26:36 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
Write to the appropriate diversions.
|
||||
(AC_ENABLE, AC_WITH): Supply default help string.
|
||||
(AC_ENABLE_INTERNAL, AC_WITH_INTERNAL, AC_PREFIX_INTERNAL):
|
||||
Macros removed.
|
||||
Macros removed.
|
||||
(AC_CONFIG_SUBDIRS): Set `subdirs' here instead of in
|
||||
AC_INIT_PREPARE.
|
||||
(AC_PREFIX): Macro removed.
|
||||
@ -880,7 +884,7 @@ Wed Aug 24 00:19:05 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
|
||||
* testsuite/autoconf.s/specific.exp: Add AC_HEADER_DIRENT.
|
||||
Remove AC_SYS_REMOTE_TAPE. Replace AC_HAVE_POUNDBANG with
|
||||
AC_SYS_INTERPRETER.
|
||||
AC_SYS_INTERPRETER.
|
||||
|
||||
* acspecific.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Reword messages.
|
||||
|
||||
@ -924,7 +928,7 @@ Tue Aug 23 00:03:06 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
symbolic constants.
|
||||
|
||||
* acgeneral.m4, acoldnames.m4 (AC_INIT_PARSE_ARGS): Renamed from
|
||||
AC_INIT_PARSEARGS.
|
||||
AC_INIT_PARSEARGS.
|
||||
|
||||
* autoupdate.sh: Use $SIMPLE_BACKUP_SUFFIX, if set.
|
||||
|
||||
@ -955,7 +959,7 @@ Tue Aug 23 00:03:06 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
* Makefile.in (DISTFILES): Add it.
|
||||
|
||||
* autoupdate.sh: Update the regexps to account for changes to
|
||||
acoldnames.m4.
|
||||
acoldnames.m4.
|
||||
|
||||
Mon Aug 22 23:57:18 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
|
||||
@ -978,7 +982,7 @@ Fri Aug 12 10:15:51 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
whether or not we found the program.
|
||||
(AC_CHECKING): Not obsolete.
|
||||
(AC_WITH, AC_ENABLE, AC_INIT_PREPARE): Merge the --enable and
|
||||
--with diversions.
|
||||
--with diversions.
|
||||
|
||||
* acgeneral.m4 (AC_DEFUN): New macro.
|
||||
Use it globally to define macros that are used as functions,
|
||||
@ -1007,7 +1011,7 @@ Wed Aug 10 09:30:11 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
|
||||
* acgeneral.m4 (AC_CACHE_LOAD, AC_CACHE_SAVE, AC_SITE_LOAD,
|
||||
AC_MSG_CHECKING): Aesthetic changes to messages, suggested by
|
||||
Franc,ois Pinard.
|
||||
Franc,ois Pinard.
|
||||
|
||||
* acspecific.m4 acgeneral.m4 acoldnames.m4: Rename
|
||||
AC_TRY_CROSS to AC_C_CROSS.
|
||||
@ -1054,7 +1058,7 @@ Tue Aug 9 00:17:28 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
calls without parameters.
|
||||
|
||||
* acgeneral.m4 (AC_CACHE_VAL): Omit the cache var name from the
|
||||
result message.
|
||||
result message.
|
||||
|
||||
* acspecific.m4 (AC_DIR_HEADER): Define to be similar to
|
||||
AC_HEADER_DIRENT, but only define the old cpp macros.
|
||||
@ -1067,7 +1071,7 @@ Tue Aug 9 00:17:28 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
|
||||
* Makefile.in, testsuite/Makefile.in: Fix *clean targets.
|
||||
|
||||
* acgeneral.m4 (AC_CACHE_SAVE, AC_CACHE_LOAD, AC_SITE_LOAD):
|
||||
* acgeneral.m4 (AC_CACHE_SAVE, AC_CACHE_LOAD, AC_SITE_LOAD):
|
||||
Use echo instead of AC_MSG_RESULT.
|
||||
(AC_INIT_PARSEARGS): Group options by topic in help message. Idea
|
||||
from Franc,ois Pinard.
|
||||
@ -1084,7 +1088,7 @@ Tue Aug 2 19:54:26 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
|
||||
* autoheader.sh: Read acoldnames.m4. Redefine the new macro names.
|
||||
Only define HAVE_LIBFOO where AC_CHECK_LIB is called with only one
|
||||
argument.
|
||||
argument.
|
||||
|
||||
Sat Jul 30 09:53:38 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
|
||||
@ -1128,7 +1132,7 @@ Tue Jul 19 14:49:02 1994 David J. MacKenzie (djm@aria.eng.umd.edu)
|
||||
whether it's non-empty.
|
||||
|
||||
* acspecific.m4 (AC_MINUS_C_MINUS_O, AC_SET_MAKE): Eval the cache var
|
||||
assignments.
|
||||
assignments.
|
||||
(AC_YYTEXT_POINTER): Fix typo.
|
||||
|
||||
* testsuite/autoconf.s/specific.exp,
|
||||
@ -1158,7 +1162,7 @@ Thu Jun 30 09:47:17 1994 David J. MacKenzie (djm@vortex.eng.umd.edu)
|
||||
* acgeneral.m4 (AC_OUTPUT_SUBDIRS): Pass correct --srcdir option
|
||||
to sub configures. Quote args containing spaces.
|
||||
(AC_PREPARE): Set and substitute `subdirs'. Quote args containing
|
||||
spaces.
|
||||
spaces.
|
||||
(AC_CANONICAL_HOST, AC_CANONICAL_TARGET, AC_CANONICAL_BUILD):
|
||||
Substitute the cpu, vendor, os variables.
|
||||
|
||||
@ -1310,7 +1314,7 @@ Wed May 18 09:08:39 1994 David J. MacKenzie (djm@burnout.eng.umd.edu)
|
||||
Tue May 17 15:18:00 1994 David J. MacKenzie (djm@bleen.eng.umd.edu)
|
||||
|
||||
* acgeneral.m4 (AC_REVISION): Move quotes around to make it work
|
||||
again.
|
||||
again.
|
||||
|
||||
Sat May 14 07:30:57 1994 David J. MacKenzie (djm@aria.eng.umd.edu)
|
||||
|
||||
@ -1331,8 +1335,8 @@ Mon May 9 08:20:14 1994 David J. MacKenzie (djm@aria.eng.umd.edu)
|
||||
|
||||
* acgeneral.m4 (AC_TEST_PROGRAM): If no default for
|
||||
cross-compiling is given, but we are cross-compiling, give an error.
|
||||
(AC_PROGRAM_EGREP, AC_TEST_LINK, AC_TEST_PROGRAM, AC_TEST_CPP):
|
||||
Don't add an extra blank line after the if-clause.
|
||||
(AC_PROGRAM_EGREP, AC_TEST_LINK, AC_TEST_PROGRAM, AC_TEST_CPP):
|
||||
Don't add an extra blank line after the if-clause.
|
||||
(AC_REVISION): Merge AC_DOREV into this macro.
|
||||
Rename some macros:
|
||||
AC_SYSTEM_TYPE -> AC_CANON_SYSTEM
|
||||
@ -1433,17 +1437,17 @@ Wed May 4 15:05:11 1994 David J. MacKenzie (djm@aria.eng.umd.edu)
|
||||
Checking for C features - derived (caching)
|
||||
|
||||
* acgeneral.m4 (AC_CACHE_LOAD, AC_CACHE_SAVE, AC_CACHE_VAL):
|
||||
New macros.
|
||||
New macros.
|
||||
(AC_PREPARE): Call AC_CACHE_LOAD.
|
||||
(AC_OUTPUT): Call AC_CACHE_SAVE.
|
||||
(AC_PARSEARGS): Add --cache-file=FILE option.
|
||||
(AC_CONFIG_SUBDIRS): Pass --cache-file to subdirectory configures.
|
||||
|
||||
* acgeneral.m4 (AC_OUTPUT_CONFIG_SUBDIRS): Renamed from
|
||||
AC_CONFIG_SUBDIRS.
|
||||
AC_CONFIG_SUBDIRS.
|
||||
(AC_CONFIG_SUBDIRS): Just define AC_SUBDIR_LIST.
|
||||
(AC_OUTPUT): Call AC_OUTPUT_CONFIG_SUBDIRS if AC_SUBDIR_LIST is
|
||||
defined.
|
||||
defined.
|
||||
Make config.status --recheck pass --norecursion to configure.
|
||||
|
||||
* acspecific.m4 (AC_SETVBUF_REVERSED): Print "checking" message.
|
||||
|
Loading…
x
Reference in New Issue
Block a user