home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / autoconf-2.10-base.tgz / autoconf-2.10.tar / fsf / autoconf / ChangeLog < prev    next >
Text File  |  1996-05-07  |  62KB  |  1,703 lines

  1. Tue May  7 13:20:33 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
  2.  
  3.     * acgeneral.m4: Verion 2.10 released.
  4.  
  5. Tue Mar 26 13:03:12 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
  6.  
  7.     * acgeneral.m4 (AC_OUTPUT_HEADER): Make subdir if necessary.
  8.  
  9. Thu Mar 21 10:52:03 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
  10.  
  11.     * acspecific.m4 (AC_FUNC_GETLOADAVG): Fix name of -lelf cache variable
  12.     name in test of it.
  13.     (AC_PATH_XTRA): Fix name of -ldnet cache variable name in test of it.
  14.  
  15. Wed Mar 20 09:37:31 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
  16.  
  17.     * acgeneral.m4 (AC_CHECK_LIB): Use \055 for -; leading and trailing
  18.     both lose with some tr.
  19.  
  20.     * acspecific.m4 (AC_C_CONST): Remove check for gcc 2.7 bug.
  21.     RMS wants everyone to lose until gcc is fixed.
  22.  
  23.     * acgeneral.m4 (AC_CHECK_LIB): Put - last in tr set so it is not
  24.     considered a range.
  25.  
  26.     * acspecific.m4 (AC_C_CONST): Add check for gcc 2.7 bug.
  27.     From Paul Eggert and Jim Meyering.
  28.  
  29.     * acgeneral.m4 (AC_CHECK_LIB): Omit `char $2' decl when $2 is `main'.
  30.  
  31. Wed Mar 13 22:10:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  32.  
  33.     * acgeneral.m4 (AC_CHECK_LIB): Put quotes around _ when
  34.     constructing cache variable name, to separate it from preceding
  35.     text.
  36.  
  37. Sat Mar 16 15:53:22 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
  38.  
  39.     * Version 2.9 released.
  40.     * acgeneral.m4 (AC_ACVERSION): Updated to 2.9.
  41.  
  42. Wed Mar 13 12:49:51 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
  43.  
  44.     * acgeneral.m4 (AC_OUTPUT_HEADER): Undo last change to $ac_dB,
  45.     and instead change the code written into conftest.hdr.
  46.  
  47. Tue Mar 12 02:51:24 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
  48.  
  49.     * acgeneral.m4 (AC_OUTPUT_HEADER): Apply Jan 15 fix to
  50.      AC_OUTPUT_MAKE_DEFS here too: Match `#define foo' without trailing
  51.      space in confdefs.h.  Before configure would lose if all its trailing
  52.      whitespace got stripped, and that can happen in mail.
  53.  
  54. Sun Mar 10 20:30:09 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
  55.  
  56.     * acgeneral.m4 (AC_INIT_NOTICE): Add 95 and 96 to copyright years.
  57.  
  58. Sat Mar  9 18:28:42 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
  59.  
  60.     * acgeneral.m4 (AC_CHECK_LIB): Add missing [.
  61.  
  62. Fri Mar  8 15:06:48 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
  63.  
  64.     * acgeneral.m4 (AC_CHECK_LIB): Declare $2 to override gcc2 internal
  65.     prototype.
  66.  
  67.     * Version 2.8 released.
  68.  
  69. Wed Mar  6 14:38:31 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
  70.  
  71.     * acgeneral.m4 (AC_CHECK_LIB): Use a cache variable name containing
  72.     both the library and function name.
  73.  
  74. Tue Jan 16 16:39:21 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  75.  
  76.     * acgeneral.m4 (AC_CHECK_PROG): Take optional 6th arg, full name
  77.     of program to reject if found in search path.
  78.     * acspecific.m4 (AC_PROG_CC): If gcc not found use AC_CHECK_PROG
  79.     for cc, rejecting /usr/ucb/cc.
  80.     Fatal configure error if no $CC found at all.
  81.  
  82. Mon Jan 15 15:57:36 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  83.  
  84.     * acgeneral.m4 (AC_OUTPUT_MAKE_DEFS): Match `#define foo' without
  85.     trailing space in confdefs.h.  Before configure would lose if
  86.     all its trailing whitespace got stripped, and that can happen in mail.
  87.  
  88. Fri Jan 12 14:38:37 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  89.  
  90.     * acgeneral.m4 (AC_TRY_CPP): Use "" instead of '' when setting
  91.     ac_try; we need one level of expansion there for $ac_cpp, then
  92.     AC_TRY_EVAL does one more for its the expansion of $ac_cpp.
  93.  
  94. Thu Jan 11 10:38:19 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  95.  
  96.     * acgeneral.m4 (AC_LANG_C, AC_LANG_CPLUSPLUS): Removed echo cmds
  97.     from $ac_cpp, $ac_compile, and $ac_link.
  98.     (AC_TRY_EVAL, AC_TRY_COMMAND): New macros for running tests' commands.
  99.     Always put the configure source line and command line into config.log.
  100.     (AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK): Use them.
  101.     * acspecific.m4: Use AC_TRY_EVAL and AC_TRY_COMMAND for running
  102.     all tests.
  103.  
  104. Fri Jan  5 17:50:28 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  105.  
  106.     * acspecific.m4 (AC_PATH_X, AC_PATH_X_XMKMF, AC_PATH_X_DIRECT):
  107.     Rearrange logic: do no tests if $with_x=no; make incl and lib
  108.     tests independent, and distinguish unset from empty.
  109.  
  110.     * autoconf.sh (undefined macro check): \ sed \s inside "".  If
  111.     grep $name in $infile misses, give error message that there must
  112.     be an Autoconf bug.
  113.  
  114. Tue Dec 19 10:49:20 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  115.  
  116.     * autoconf.sh: Ignore undefined macros in shell comments.
  117.  
  118. Mon Dec 11 22:12:54 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  119.  
  120.     * acspecific.m4 (AC_PROG_CC_C_O): Rearrange logic to get the right
  121.     answer for cc.
  122.  
  123. Fri Nov 24 17:26:38 1995  Miles Bader  <miles@gnu.ai.mit.edu>
  124.  
  125.     * autoconf.sh: Define $AWK from the subst @AWK@, and use it.
  126.  
  127. Wed Nov 22 11:01:16 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  128.  
  129.     * Version 2.7.
  130.  
  131.     * autoheader.m4 (AC_CHECK_FUNCS, AC_CHECK_HEADERS): Expand the
  132.       optional action args.  From jj@jfch.vc.cvut.cz (Jakub Jelinek).
  133.  
  134.     * acgeneral.m4 (AC_CHECK_LIB): Translate - in library names to _.
  135.     (AC_ARG_PROGRAM): Use cat instead of echo to avoid SysV echo
  136.     interpreting backslashes.  From kim@tac.nyc.ny.US (Kimmo Suominen).
  137.     (AC_OUTPUT_FILES): Quote $ and \ for being in an unquoted here
  138.     document.  From Paul Eggert <eggert@twinsun.com>.
  139.  
  140.     * acspecific.m4 (AC_PATH_X_XMKMF): Use ${MAKE-make}, not plain make.
  141.     (AC_C_CONST): Avoid a warning from g++.
  142.     From tgl@sss.pgh.pa.us (Tom Lane).
  143.     (AC_FUNC_MMAP): Check for valloc and getpagesize; don't rely on
  144.     predefines.
  145.     (AC_HEADER_STDC): If cross-compiling, assume the ctype macros are
  146.     ANSI.  From dje@cygnus.com (Doug Evans).
  147.     (AC_TYPE_SIGNAL) [__cplusplus]: Give a full prototype.
  148.     From churritz@cts.com (Chad Hurwitz).
  149.     (AC_FUNC_VFORK): If cross-compiling, use AC_CHECK_FUNC instead.
  150.     From steve chamberlain <sac@cygnus.com>.
  151.  
  152. Tue Sep  5 20:37:48 1995  Paul Eggert  <eggert@twinsun.com>
  153.  
  154.     * acspecific.m4 (X_LIBS): Use `-R lib', not `-Rlib', since Sun
  155.     CC 3.0 requires this.
  156.  
  157. Tue Aug  8 20:10:12 1995  Paul Eggert  <eggert@twinsun.com>
  158.  
  159.     * acgeneral.m4: When creating config.status, start a new
  160.     here-script just before building conftest.subs, to work around
  161.     a bug in the HP-UX 9 HP9000-800 sh.
  162.  
  163. Tue Nov 21 17:36:41 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  164.  
  165.     * Makefile.in (install): Undo last ASCRIPTS panic change.
  166.     The bug reporter hadn't cleaned up his source dir.
  167.  
  168. Mon Nov 20 15:26:50 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  169.  
  170.     * Version 2.6.
  171.  
  172.     * acgeneral.m4 (AC_INIT_PARSE_ARGS): Prettify usage message somewhat.
  173.  
  174.     * Makefile.in: Use @bindir@, @datadir@, @infodir@.
  175.     (install): Find ASCRIPTS in $(srcdir).
  176.  
  177. Sat Nov 18 14:21:55 1995  Karl Berry  <karl@cs.umb.edu>
  178.  
  179.         * autoconf.sh: Allow lowercase letters in the undefined-macro name.
  180.  
  181. Fri Nov 17 15:05:44 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  182.  
  183.     * Version 2.5 released.
  184.  
  185. Fri Nov 17 15:23:04 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  186.  
  187.     * acgeneral.m4 (AC_CHECK_LIB): Don't start tr argument with '+',
  188.       so as not to confuse old GNU tr's.  From
  189.       Ian Lance Taylor <ian@cygnus.com>.
  190.       (AC_INIT_PARSE_ARGS): Make sure MFLAGS and MAKEFLAGS are empty.
  191.       From Paul Townsend (aab@cc.purdue.edu).
  192.       (AC_CHECK_LIB, AC_CHECK_HEADERS, AC_CHECK_FUNC): Remove
  193.       duplicate `d' from alphabets.
  194.  
  195.     * acspecific.m4 (AC_USG): Define USG if we don't have rindex and
  196.       bzero, not if we do have them.
  197.       From Viktor Dukhovni <viktor@anaheim.esm.com>.
  198.  
  199. Sun Oct 29 15:13:37 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  200.  
  201.     * acgeneral.m4 (AC_CHECK_PROG): Use arg 5 as search list, not arg 4.
  202.  
  203. Wed Aug 30 17:34:48 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  204.  
  205.     * acspecific.m4 (AC_PROG_CC_C_O): If $CC groks it and cc doesn't
  206.     exist, choose yes.
  207.  
  208. Wed Jul 26 00:03:26 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  209.  
  210.     * Test release 2.4.2.
  211.  
  212.     * acgeneral.m4 (AC_CHECK_SIZEOF): Take an optional size to
  213.       use when cross-compiling.
  214.  
  215.     * acspecific.m4 (AC_FUNC_CLOSEDIR_VOID, AC_DIR_HEADER): If
  216.       cross-compiling, assume it returns void.  It's not a big loss.
  217.       From Karl Berry.
  218.  
  219.     * acgeneral.m4 autoheader.sh: Change tr [a-z] [A-Z] into expansion
  220.       of the full alphabet, to combat losing AIX 4.1.1 tr when LANG
  221.       isn't set the way it likes.
  222.  
  223.     * acspecific.m4 (AC_FUNC_GETMNTENT): Check in -lgen for Unixware.
  224.     From miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza).
  225.  
  226.     * autoheader.m4 (AC_CONFIG_HEADER): Set config_h to the first
  227.       argument.  From ghudson@mit.edu (Greg Hudson).
  228.  
  229.     * Makefile.in (all): Depend on info.
  230.  
  231.     * acgeneral.m4 (AC_CHECK_PROG, AC_PATH_PROG, AC_CHECK_PROGS,
  232.       AC_PATH_PROGS, AC_CHECK_TOOL): Add optional PATH
  233.       parameter.
  234.  
  235. Mon Jul 24 17:27:11 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  236.  
  237.     * acgeneral.m4 (AC_CHECK_LIB): Don't enclose tr args in [], for
  238.       SysV and POSIX.  From Karl Heuer.
  239.  
  240. Wed Jul 19 17:43:44 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  241.  
  242.     * acgeneral.m4 (AC_CHECK_LIB): Translate + to p in lib name.
  243.  
  244. Wed Jun 28 13:45:16 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  245.  
  246.     * acgeneral.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Allow an empty value
  247.       for --enable and --with args.
  248.       (AC_CACHE_CHECK): New macro.
  249.     * acspecific.m4: Use it where possible.
  250.  
  251. Tue Jun 27 13:29:54 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  252.  
  253.     * acgeneral.m4 (AC_INIT_PARSE_ARGS, AC_INIT_PREPARE): Add options
  254.       --bindir, --libdir, etc.
  255.  
  256. Mon Jun 26 20:54:36 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  257.  
  258.     * acgeneral.m4 (AC_LANG_C, AC_LANG_CPLUSPLUS): Put the command
  259.       being run into the log file.
  260.  
  261. Thu Jun 22 22:33:23 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  262.  
  263.     * acspecific.m4 (AC_PROG_INSTALL): Don't cache a shell script path.
  264.  
  265.     * acgeneral.m4 (AC_CHECK_LIB): Allow lib name to contain a . or /,
  266.     by fixing the cache variable name.
  267.  
  268. Wed Jun 14 23:07:20 1995  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
  269.  
  270.     * Version 2.4.
  271.  
  272. Sun May  7 08:09:12 1995  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
  273.  
  274.     * acspecific.m4 (AC_PATH_X_XMKMF): Check for libX11.{so,sl} as
  275.     well as .a when seeing whether LIBDIR or USRLIBDIR is right.
  276.  
  277. Sat May  6 17:29:07 1995  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
  278.  
  279.     * acspecific.m4 (AC_PROG_CPP): If CPP is already set, use that as
  280.     the value and set the cache variable to it.
  281.  
  282. Mon Mar 27 10:48:36 1995  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
  283.  
  284.     * Version 2.3.
  285.  
  286.     * acgeneral.m4 (AC_OUTPUT): Add quotes around the echo arguments
  287.     in the trap, so backslashes aren't required for multiline input.
  288.     From G.Wilford@ee.surrey.ac.uk.
  289.     Also use the sed trick when not using a config header file.
  290.  
  291. Thu Mar 23 18:02:25 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  292.  
  293.     * acgeneral.m4 (AC_LANG_C, AC_LANG_CPLUSPLUS): Put "-c" right
  294.       after compiler name.  Same for "-o conftest".
  295.  
  296.     * ifnames.sh (AC_MACRODIR): Default to @datadir@, not a hardcoded
  297.       path.
  298.  
  299.     * Test release 2.2.1.
  300.  
  301.     * acgeneral.m4 (AC_OUTPUT): Use sed, not tr, so we only remove the
  302.       output config header, not the input one too.  From
  303.       muessig@ipf.bau-verm.uni-karlsruhe.DE (Peter Muessig).
  304.       (AC_LANG_C): Undo Feb 7 change.  According to Roland McGrath,
  305.       most compilers require all options but -l... and -o to come first.
  306.  
  307.     * Makefile.in (uninstall): Don't use $@, since the cd makes it
  308.       invalid when srcdir is relative.
  309.  
  310. Wed Mar  8 17:05:06 1995  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
  311.  
  312.     * Version 2.2.
  313.  
  314. Wed Mar  8 12:44:34 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  315.  
  316.     * Makefile.in: Follow cd commands with &&, not ;.
  317.     From Franc,ois Pinard.
  318.  
  319. Tue Mar  7 11:48:19 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  320.  
  321.     * acspecific.m4 (AC_FUNC_ALLOCA): Keep sh variable namespace clean.
  322.     Put newline after AC_DEFINE_UNQUOTED call to avoid Irix syntax error.
  323.  
  324. Mon Mar  6 15:07:00 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  325.  
  326.     * Test release 2.1.3.
  327.  
  328.     * acspecific.m4 (AC_FUNC_ALLOCA): Replace nested AC_FUNC_CHECK
  329.       calls with a loop.
  330.  
  331.     * acspecific.m4 (AC_FUNC_VPRINTF): Don't check for signal munging.
  332.       From Paul Eggert.
  333.  
  334.     * acgeneral.m4 (AC_CACHE_SAVE): Tell the user whether the cache
  335.       changed or not.  From gnu@toad.com (John Gilmore).
  336.  
  337.     * Makefile.in (install-info): Don't cd, to avoid breaking
  338.       install-sh references.
  339.  
  340. Fri Mar  3 11:41:01 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  341.  
  342.     * Makefile.in (autoconf.info, standards.info): Use --no-split to
  343.       avoid creating filenames > 14 chars.
  344.  
  345.     * acgeneral.m4 (AC_CHECK_FUNC): Use assert.h,
  346.       to avoid protype conflicts from ctype.h (!!) on OSF/1 3.0.
  347.  
  348. Sat Feb 25 01:56:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  349.  
  350.     * acspecific.m4 (AC_C_BIGENDIAN): Check for BYTE_ORDER macro from
  351.      sys/param.h before trying the test program which cannot be
  352.      cross-compiled.
  353.  
  354. Fri Feb 24 20:02:08 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  355.  
  356.     * acgeneral.m4 (AC_CHECK_FUNC): Include errno.h instead of ctype.h
  357.      in test program.
  358.  
  359. Wed Feb 22 18:01:27 1995  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
  360.  
  361.     * Test release 2.1.2.
  362.  
  363. Tue Feb 21 13:00:07 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  364.  
  365.     * acgeneral.m4 (AC_CACHE_VAL): Add extra quotes to work around AIX
  366.       4.1 bug reported by hyc@locus.com (Howard Chu).
  367.  
  368.     * acspecific.m4 (AC_FUNC_GETLOADAVG): Check for -lelf before -lkvm.
  369.     Reported by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>.
  370.     (AC_HEADER_STAT): Check whether S_IFDIR is defined, to work around
  371.     ISC bug reported by rick@anasazi.com (Rick Coupland).
  372.  
  373.     * autoheader.sh: Better solution to @BOTTOM@ printing.
  374.     From Paul Eggert.
  375.  
  376. Mon Feb 13 18:13:11 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  377.  
  378.     * acspecific.m4 (AC_PROG_CC_C_O): Use sed filter to make sure
  379.      ${ac_cc} is always a valid shell variable name.
  380.     (AC_PROG_MAKE_SET): Remove gratuitous backslashes in checking message.
  381.  
  382. Sun Feb 12 18:42:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  383.  
  384.     * acgeneral.m4 (AC_CHECK_TOOL_PREFIX): Require AC_CANONICAL_BUILD,
  385.      so both $build and $host are definitely set before we compare
  386.      them.
  387.  
  388. Sat Feb 11 04:37:30 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  389.  
  390.     * acgeneral.m4 (AC_CHECK_TOOL): Rewritten.  Take optional third
  391.      arg VALUE-IF-NOT-FOUND.  Check for
  392.      ${ac_tool_prefix}PROG-TO-CHECK-FOR first.  If not found and third
  393.      arg given, and ${ac_tool_prefix} is nonempty, check for unadorned
  394.      PROG-TO-CHECK-FOR as well.  Last choice use VALUE-IF-NOT-FOUND.
  395.  
  396. Fri Feb 10 17:45:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  397.  
  398.     * acgeneral.m4 (AC_OUTPUT): Fix sed command to produce $ac_dots
  399.     for subdir configures.
  400.  
  401. Thu Feb  9 14:42:20 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  402.  
  403.     * testsuite/config/unix.exp (autoconf_load): Run the script with
  404.       /dev/null as the cache.
  405.  
  406.     * acgeneral.m4 (AC_CHECK_TOOL_PREFIX, AC_CHECK_TOOL): New macros,
  407.       from Roland McGrath.
  408.  
  409.     * acspecific.m4 (AC_DECL_YYTEXT): Cache the output file root.
  410.     (AC_C_INLINE): If the compiler doesn't recognize it, define it
  411.     away.  Try __inline__ too.  From Jim Avera.
  412.     (AC_FUNC_GETPGRP): New macro.  From Arnold Robbins.
  413.     * acconfig.h: New entry for it.
  414.  
  415.     * configure.in: Check for new awk.
  416.     * Makefile.in (editsh): Substitute in AWK.
  417.  
  418.     * acspecific.m4 (AC_PROG_INSTALL): Allow trailing slashes in PATH
  419.       elements.
  420.     * acgeneral.m4 (AC_PREFIX_PROGRAM): Ditto.
  421.  
  422. Tue Feb  7 11:32:09 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  423.  
  424.     * acgeneral.m4 (AC_CHECK_LIB, AC_HAVE_LIBRARY): Check and add the new
  425.       library before existing libs, not after, in case it uses them.
  426.     * acspecific.m4 (AC_FUNC_GETLOADAVG, AC_FUNC_GETMNTENT,
  427.       AC_FUNC_STRFTIME, AC_DYNIX_SEQ, AC_IRIX_SUN, AC_SCO_INTL): Ditto.
  428.  
  429.     * autoheader.sh: Allow @BOTTOM@ to be the first line in
  430.       acconfig.h.  From iwj10@cus.cam.ac.uk (Ian Jackson).
  431.  
  432.     * acspecific.m4 (AC_FUNC_GETLOADAVG): Add semicolons before
  433.       AC_DEFINE.  Check for -lkvm before -lutil.  Assume it needs setgid
  434.       if using -lutil.
  435.  
  436.     * acgeneral.m4 (ac_compile, ac_link): Put the file name before the
  437.       variables, so they can contain -l options.
  438.  
  439.     * acspecific.m4 (AC_FUNC_WAIT3): Sleep longer for HPUX.
  440.     (AC_TYPE_SIGNAL): Declare signal as extern "C" for C++.
  441.  
  442.     * Makefile.in testsuite/Makefile.in (maintainer-clean): Renamed
  443.       from realclean.
  444.  
  445.     * autoconf.sh (TMPDIR): Inherit from environment, or set if not.
  446.  
  447.     * acgeneral.m4 (AC_PREFIX_PROGRAM): Say we're checking the prefix.
  448.  
  449.     * acspecific.m4 (AC_ISC_POSIX): Fix typo.
  450.     (AC_PATH_X): Screen out bogus values from imake.
  451.     (AC_PROG_LEX): Check for yywrap, not main, in the library.
  452.  
  453. Thu Feb  2 11:32:07 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  454.  
  455.     * acconfig.h (__CHAR_UNSIGNED): Protect with #ifndef.
  456.     From marcus@ee.pdx.edu (Marcus Daniels).
  457.  
  458.     * acgeneral.m4 (AC_CACHE_SAVE): Workaround Ultrix and 4.3BSD sh
  459.       bug in setting the high bit on variable values.
  460.       From Ken Raeburn.
  461.       (AC_OUTPUT_FILES, AC_OUTPUT_SUBDIRS): Ignore initial "./" to
  462.       avoid messing up the dot-dot counts.
  463.       (AC_OUTPUT_SUBDIRS): Pass INSTALL magic to subdirectories.
  464.       From Karl Berry.
  465.  
  466.     * ifnames.sh: Speed up drastically by folding 3N+2 processes into 2.
  467.     From Paul Eggert.
  468.  
  469. Wed Feb  1 11:58:27 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
  470.  
  471.     * acgeneral.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Add additional
  472.       quoting for internal consistency.
  473.       From junio@twinsun.COM (Jun Hamano).
  474.  
  475.     * acspecific.m4 (AC_PATH_XTRA): R6 function name was wrong.
  476.     From Karl Berry.
  477.     (AC_C_CROSS): Fix typo in cache var name.
  478.     From tgl@sss.pgh.pa.us (Tom Lane).
  479.     (AC_PROG_MAKE_SET): Change / in the make program name into _ so it
  480.     can be part of a shell variable name.
  481.     (AC_DECL_YYTEXT): Fix arguments to AC_TRY_LINK.
  482.     From interran@uluru.stanford.edu (John Interrante).
  483.  
  484.     * acgeneral.m4 (AC_CHECK_SIZEOF): If test program fails, set the
  485.       variable to 0 as the doc sez.
  486.       From eisen@cc.gatech.edu (Greg Eisenhauer).
  487.  
  488.     * acgeneral.m4, acspecific.m4: Remove *.core and core.* as well as
  489.       core, for recent BSD's.
  490.  
  491.     * acspecific.m4 (AC_SYS_INTERPRETER): Use `#! /' instead of `#!/'.
  492.     * acgeneral.m4 (AC_INIT_BINSH): Likewise.
  493.     * All scripts: likewise.
  494.     From woods@kuma.web.net (Greg A. Woods).
  495.  
  496.     * acgeneral.m4 (AC_INIT_PREPARE): Use fd 6 instead of 4, to
  497.       prevent a conflict on the Kubota Titan.  From
  498.       muessig@ipf.bau-verm.uni-karlsruhe.DE (Peter Muessig).
  499.  
  500.     * autoconf.sh: Use a more concise syntax to set variables.
  501.     From Karl Berry.
  502.  
  503.     * acspecific.m4 (AC_FUNC_WAIT3): Check page fault measurements to
  504.       catch Linux.  From tobias@server.et-inf.fho-emden.de (Peter Tobias).
  505.  
  506.     * acgeneral.m4 (AC_OUTPUT): If running config.status
  507.       fails, exit with a nonzero status.  From Ken Raeburn.
  508.  
  509. Tue Dec  6 19:07:07 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  510.  
  511.     * acspecific.m4 (AC_FUNC_GETLOADAVG): Use elf_begin in -lelf
  512.         check, not elf_read.
  513.  
  514. Mon Nov  7 18:18:11 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  515.  
  516.     * acspecific.m4 (AC_PROG_MAKE_SET): Fix msg; $MAKE is not useful
  517.         Make syntax.
  518.  
  519. Fri Nov  4 09:08:33 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  520.  
  521.     * Version 2.1.
  522.  
  523.     * autoreconf.sh: Add -f --force option.
  524.     From "Theodore Ts'o" <tytso@MIT.EDU>.
  525.  
  526. Thu Nov  3 10:24:08 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  527.  
  528.     * acgeneral.m4 (AC_TRY_RUN): Reword warning.
  529.  
  530.     * acspecific.m4 (AC_PROG_CXX): Notify the user of the check for
  531.       GNU C++.
  532.       (AC_PROG_CXX, AC_PROG_CXXCPP): Use g++, not gcc, as default C++
  533.       compiler.
  534.     * acgeneral.m4 (AC_LANG_CPLUSPLUS): Ditto.
  535.  
  536.     * acgeneral.m4 (AC_INIT_PARSE_ARGS): Move ac_usage string directly
  537.       into the here document to work around A/UX shell limitation.
  538.  
  539.     * acgeneral.m4 (AC_COMPILE_CHECK): Mention the MSG macros in the
  540.       obsolete warning.
  541.  
  542.     * autoscan.pl (output_programs): Use AC_CHECK_LIB, not
  543.       AC_HAVE_LIBRARY.
  544.  
  545.     * acgeneral.m4 (AC_CHECK_FUNC): Move prototype outside of function
  546.       so it works with C++.  From ejb@era.COM (E. Jay Berkenbilt).
  547.  
  548. Fri Oct 28 11:23:30 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  549.  
  550.     * acspecific.m4 (AC_CHECK_HEADERS_DIRENT): Use define, not
  551.     AC_DEFUN, so the testsuite doesn't call it with no arguments,
  552.     leading to a syntax error in the real Bourne shell.
  553.  
  554. Wed Oct 26 18:40:41 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  555.  
  556.     * Version 2.0.
  557.  
  558. Tue Oct 25 11:04:16 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  559.  
  560.     * acgeneral.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Change -
  561.     in file names to _.
  562.     * acspecific.m4 (AC_CHECK_HEADER_DIRENT, AC_CHECK_HEADERS_DIRENT):
  563.     Likewise.
  564.  
  565. Mon Oct 24 11:28:20 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  566.  
  567.     * Makefile.in (uninstall): Remove the transformed names.
  568.     (SCRIPTS): Rename from PROGS.
  569.     * configure.in: Likewise.
  570.  
  571. Fri Oct 21 07:14:23 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  572.  
  573.     * acgeneral.m4 (AC_TRY_COMPILE): New macro.
  574.     (AC_LANG_C, AC_LANG_CPLUSPLUS): Set $ac_compile.
  575.     (AC_TRY_LINK): Don't declare exit.
  576.     * acspecific.m4 (AC_C_INLINE, AC_C_CONST, AC_CHECK_HEADER_DIRENT,
  577.     AC_DECL_SYS_SIGLIST, AC_HEADER_SYS_WAIT, AC_TYPE_SIGNAL,
  578.     AC_FUNC_GETLOADAVG, AC_HEADER_TIME, AC_STRUCT_TM,
  579.     AC_STRUCT_TIMEZONE, AC_STRUCT_ST_BLOCKS, AC_STRUCT_ST_BLKSIZE,
  580.     AC_STRUCT_ST_RDEV): Use AC_TRY_COMPILE instead of AC_TRY_LINK.
  581.     (AC_AIX, AC_MINIX, AC_ISC_POSIX): Must come before AC_TRY_COMPILE.
  582.  
  583.     * acspecific.m4 (AC_PROG_LEX): Don't assume -ll if using lex;
  584.     check for it.  From Mark Eichin.
  585.  
  586. Thu Oct 20 07:11:22 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  587.  
  588.     * acgeneral.m4 (AC_PARSE_ARGS): Ignore --site.
  589.  
  590.     * autoscan.pl: Add more blank lines to the output.  Pacify perl -w.
  591.  
  592. Wed Oct 19 09:14:50 1994  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  593.  
  594.     * acgeneral.m4 (AC_PREREQ_COMPARE): Allow secondary and ternary
  595.     numbers >99.  From John Eaton <jwe@che.utexas.edu>.
  596.  
  597. Wed Oct 19 00:06:40 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  598.  
  599.     * ifnames.sh: Take comments out of sed script.
  600.  
  601. Tue Oct 18 00:20:04 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  602.  
  603.     * acgeneral.m4 (AC_INIT_NOTICE): Set ac_default_prefix.
  604.     (AC_INIT_PARSE_ARGS, AC_SITE_LOAD, AC_OUTPUT): Use it.
  605.     (AC_PREFIX_DEFAULT): New macro.
  606.     From Ken Raeburn.
  607.  
  608.     * testsuite/autoconf.s/syntax.exp: Renamed from specific.exp.
  609.  
  610.     * acgeneral.m4 (AC_SITE_LOAD): Change where to look for config.site.
  611.  
  612.     * configure.in: Call AC_ARG_PROGRAM.
  613.     * Makefile.in (install): Use program_transform_name.
  614.  
  615.     * acgeneral.m4 acspecific.m4 acoldnames.m4: Clarify copying terms.
  616.  
  617.     * acgeneral.m4 (AC_CANONICAL_BUILD): Default build to host, not empty.
  618.  
  619.     * acspecific.m4 (AC_PROG_CC): Recognize NeXT cpp as GNU C.
  620.     From tom@basil.icce.rug.NL (Tom R.Hageman).
  621.  
  622. Mon Oct 17 18:25:53 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
  623.  
  624.     * acspecific.m4 (AC_PROG_CPP): Use assert.h (comes with gcc), not
  625.     stdio.h (loses for new cross-compilers).  From Roland McGrath.
  626.  
  627. Tue Oct 11 13:22:22 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
  628.  
  629.     * acspecific.m4 (AC_PATH_XTRA): Add X_PRE_LIBS variable and assume
  630.     -lSM if -lICE is found.  From Karl Berry.
  631.  
  632. Mon Oct  3 20:12:36 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
  633.  
  634.     * testsuite/Makefile.in (AUTOCONF, AUTOCONFFLAGS): Test
  635.     ../autoconf, not installed autoconf.
  636.  
  637. Sat Oct  1 04:43:43 1994  Paul Eggert  <eggert@twinsun.com>
  638.  
  639.     * acspecific.m4: Catch `const' bug in NEC SVR4.0.2 mips cc.
  640.  
  641.     * Makefile.in (.sh, .pl, configure): Do chmod before mv.
  642.  
  643.     * acheaders, acspecific.m4 (AC_HEADER_SYS_WAIT): New entry.
  644.  
  645.     * acconfig.h (HAVE_SYS_WAIT_H): New entry.
  646.  
  647. Wed Sep 28 08:59:01 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
  648.  
  649.     * Makefile.in: Set datadir to $(prefix)/share.
  650.  
  651. Tue Sep 27 08:00:38 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
  652.  
  653.     * Makefile.in: Use implicit rules to make scripts.
  654.     From Jim Meyering.
  655.  
  656.     * acconfig.h: Remove #undefs of unused symbols.
  657.     From Paul Eggert.
  658.     * testsuite/autoconf.s/defines.exp: New file.
  659.     * testsuite/autoconf.s/specific.exp: Extract the list of macros to
  660.       test from acspecific.m4 instead of hardcoding it.
  661.     * acspecific.m4 (AC_PROG_CXXCPP): Default CXX to gcc, not c++.
  662.  
  663. Mon Sep 26 12:32:46 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
  664.  
  665.     * acspecific.m4 (AC_HEADER_DIRENT): Only check for -lx if not
  666.       using dirent.
  667.     * autoreconf.sh: Shorten sed label for OSF/1.
  668.     * acgeneral.m4 acspecific.m4: Change licensing terms for output.
  669.  
  670. Thu Sep 22 15:36:56 1994  David MacKenzie  <djm@churchy.gnu.ai.mit.edu>
  671.  
  672.     * autoconf.sh (tmpin): Always set.
  673.  
  674. Wed Sep 21 13:12:10 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
  675.  
  676.     * acgeneral.m4 (AC_INIT_PREPARE): Remove trailing slashes from
  677.       srcdir.
  678.  
  679. Mon Sep 19 17:11:39 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
  680.  
  681.     * acgeneral.m4 (AC_INIT, AC_INIT_PARSE_ARGS, AC_CANONICAL_SYSTEM,
  682.       AC_ARG_PROGRAM): Make the default for program_transform_name be
  683.       a valid sed script, and substitute it always.
  684.  
  685. Sat Sep 17 08:27:58 1994  David MacKenzie  <djm@geech.gnu.ai.mit.edu>
  686.  
  687.     * autoheader.sh: Protect `for' loop from checking empty $syms.
  688.  
  689.     * ifnames.sh: Use % instead of , as sed s separator.
  690.  
  691.     * autoscan.pl: Update output comments.
  692.  
  693. Fri Sep 16 11:20:02 1994  David MacKenzie  (djm@geech.gnu.ai.mit.edu)
  694.  
  695.     * acspecific.m4 (AC_TYPE_GETGROUPS): Provide a cross compiling
  696.       default.  From Jim Meyering.
  697.  
  698.     * acgeneral.m4 (AC_INIT_PARSE_ARGS): Document
  699.       --program-transform-name.
  700.  
  701. Thu Sep 15 16:26:36 1994  David MacKenzie  (djm@geech.gnu.ai.mit.edu)
  702.  
  703.     * acgeneral.m4 (AC_INIT_NOTICE): Clarify copying notice.
  704.     Fix up comments between sections.
  705.  
  706.     * acspecific.m4 (AC_PROG_LEX): Omit extra checking message.
  707.  
  708.     * autoreconf.sh: Give usage if non-option args are given.
  709.     * autoconf.sh autoheader.sh: Define AC_LOCALDIR for configure.in.
  710.  
  711. Thu Sep 15 11:31:13 1994  Ian Lance Taylor  (ian@airs.com)
  712.  
  713.     * Makefile.in (check): Set AUTOCONFFLAGS from srcdir, not objdir.
  714.  
  715. Thu Sep 15 09:06:40 1994  David MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  716.  
  717.     * acgeneral.m4 (AC_MSG_ERROR): Say that it's an error in the message.
  718.  
  719.     * Makefile.in (check): Copy install-sh from srcdir if needed.
  720.  
  721.     * autoreconf.sh: Only regenerate autoheader-generated header file
  722.       templates.  Pass relative macrodir properly.
  723.     * autoconf.sh autoheader.sh autoreconf.sh: Add -l --localdir option.
  724.     Based on work by Mark Eichin.
  725.  
  726.     * ifnames.sh: Add -h option.
  727.     * autoconf.sh autoheader.sh: Remove -v option.
  728.  
  729.     * acgeneral.m4 (AC_CHECK_TYPE): Require AC_HEADER_STDC and check
  730.       stdlib.h if present.
  731.  
  732.     * acgeneral.m4 (AC_OUTPUT): Protect cache save from interruptions.
  733.  
  734. Tue Sep 13 09:46:23 1994  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
  735.  
  736.     * Makefile.in (install): Use srcdir.  From Mark Eichin.
  737.  
  738.     * acgeneral.m4 (AC_OUTPUT_FILES): Automatically add
  739.       configure_input comment to Makefiles again.
  740.     * Makefile.in testsuite/Makefile.in: Remove configure_input ref.
  741.  
  742.     * acgeneral.m4 (AC_LINK_FILES, AC_OUTPUT_LINKS): Reverse the order
  743.       of the arguments.  Support relative symlinks.
  744.  
  745.     * acgeneral.m4 acspecific.m4: Remove some gratuitous {} in shell
  746.       variable references.
  747.  
  748.     * acgeneral.m4 (AC_OUTPUT_FILES): New output variable
  749.       configure_input replaces big kludge for adding output comment.
  750.     * Makefile.in, testsuite/Makefile.in: Use it.
  751.  
  752. Mon Sep 12 23:06:08 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  753.  
  754.     * acgeneral.m4 (AC_INIT_PREPARE, AC_OUTPUT_SUBDIRS): Make command
  755.       line quoting work for shell metachars besides blanks.
  756.  
  757. Sun Sep 11 23:34:24 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  758.  
  759.     * acspecific.m4 (AC_PATH_XTRA): Link with X_EXTRA_LIBS when
  760.       checking for -lSM.
  761.  
  762.     * acfunctions (memcmp): Use AC_FUNC_MEMCMP.  From Paul Eggert.
  763.  
  764.     * acgeneral.m4 (AC_COMPILE_CHECK): Mark obsolete.
  765.  
  766. Sat Sep 10 10:59:19 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  767.  
  768.     * Makefile.in (DISTFILES): Include install-sh, not install.sh.
  769.  
  770.     * autoscan.pl: Check AC_MACRODIR.
  771.  
  772.     * acgeneral.m4 (AC_INIT_PARSE_ARGS, AC_INIT_PREPARE,
  773.       AC_CONFIG_SUBDIRS, AC_OUTPUT_SUBDIRS): Make quoting of command
  774.       line options work.
  775.       (AC_CONFIG_AUX_DIRS): Check for install-sh over install.sh.
  776.  
  777.     * acspecific.m4 (AC_FUNC_GETMNTENT): Only check for second lib if
  778.       first lib isn't found.  From Jim Meyering.
  779.  
  780. Fri Sep  9 10:41:42 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  781.  
  782.     * acspecific.m4 (AC_FUNC_MEMCMP): New macro, from Jim Meyering.
  783.     * testsuite/autoconf.s/specific.exp: Test it.
  784.  
  785.     * testsuite/Makefile.in (site.exp): Simplify.
  786.  
  787.     * acgeneral.m4 (AC_CACHE_SAVE): Use a shorter syntax for setting
  788.       the variables.  Idea from Karl Berry.
  789.       (AC_CHECK_FUNCS, AC_CHECK_HEADERS): Take an action-if-not-found.
  790.       From Jim Meyering.
  791.  
  792.     * acconfig.h: Add entries for getmntent and strftime.
  793.     * acspecific.m4 (AC_C_CHAR_UNSIGNED): If GCC, don't run a test
  794.       program.
  795.  
  796. Thu Sep  8 10:53:53 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  797.  
  798.     * acspecific.m4 (AC_USG): Was passing too many args to AC_TRY_LINK.
  799.     (AC_FUNC_STRFTIME, AC_FUNC_GETMNTENT): New macros.
  800.     (AC_HEADER_DIRENT): Check for Xenix dir libs.
  801.     (AC_XENIX_DIR, AC_SCO_INTL, AC_IRIX_SUN, AC_DYNIX_SEQ, AC_AIX,
  802.     AC_ISC_POSIX, AC_MINIX): Go back to the v1 names.
  803.     * acoldnames.m4: Delete their aliases.
  804.     * testsuite/autoconf.s/specific.exp: Check them.
  805.  
  806.     * acgeneral.m4 (AC_ARG_PROGRAM): Use `;' instead of `-e' to
  807.       separate sed arguments, to simplify Makefile usage and support
  808.       sed arguments containing spaces.
  809.       (AC_CANONICAL_HOST): Move check for config.sub here from
  810.       AC_CANONICAL_SYSTEM.
  811.  
  812.     * autoheader.m4 (AC_CHECK_HEADERS_DIRENT): Redefine.  From Paul Eggert.
  813.     (AC_CHECK_SIZEOF): Redefine this, not the old name.
  814.     (AC_HAVE_LIBRARY): Redefine.
  815.  
  816. Wed Sep  7 09:32:31 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  817.  
  818.     * testsuite/lib/common.exp: Ignore warnings about test programs.
  819.     * testsuite/autoconf.s/specific.exp: Check AC_FUNC_CLOSEDIR_VOID.
  820.  
  821.     * Makefile.in (*clean): Remove the new index.
  822.     (dist): Undo adding write perms.  Screws up RCS.
  823.     * acgeneral.m4 (AC_OUTPUT_MAKE_DEFS): Remove comments from sed
  824.       program.
  825.     * acoldnames.m4: Change a couple of AC_DEFUN to define.
  826.  
  827. Wed Sep  7 01:27:19 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  828.  
  829.     * acgeneral.m4 (AC_SITE_LOAD): Check whether $CONFIG_SITE is empty.
  830.  
  831. Tue Sep  6 09:55:30 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  832.  
  833.     * acgeneral.m4 (AC_ARG_PROGRAM): New macro.
  834.     (AC_INIT_PARSE_ARGS, AC_CANONICAL_SYSTEM): Do a little setup for it.
  835.  
  836.     * acspecific.m4 (AC_PROG_INSTALL): Clarify comment.  Remove check
  837.       for bsdinst, since it's no better than our install.sh.
  838.       (AC_CHECK_HEADER_DIRENT, AC_CHECK_HEADERS_DIRENT): New macros.
  839.       (AC_HEADER_DIRENT, AC_DIR_HEADER): Use them.
  840.       (AC_PROG_CC, AC_PROG_CXX): Check whether GCC accepts -g.
  841.  
  842.     * acgeneral.m4 (AC_INIT_PREPARE): Call AC_PROG_ECHO_N.
  843.     Use define instead of AC_DEFUN for some frequently called or
  844.     internal macros that aren't involved in ordering constraints.
  845.  
  846. Mon Sep  5 17:37:36 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  847.  
  848.     * acspecific.m4 (AC_C_CROSS): Provide default argument to AC_TRY_RUN.
  849.  
  850. Fri Sep  2 09:30:41 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  851.  
  852.     * acgeneral.m4 (AC_TRY_CPP): Use a temp file so sh -x works.
  853.     From Mark Nudelman.
  854.  
  855.     * acgeneral.m4: --norecursion -> --no-recursion.
  856.     (AC_OUTPUT_LINKS): Reset srcdir to ac_given_srcdir.
  857.  
  858.     * acspecific.m4 (AC_PATH_X): Call AC_ARG_WITH(x, ...).
  859.     (AC_PROG_INSTALL): Search for bsdinst too.
  860.  
  861.     * Makefile.in (dist): Make distribution files writable.
  862.  
  863.     * acgeneral.m4 (AC_OUTPUT): Move trap 0 commands to near the end
  864.       of configure, to work around shell bug in failing to execute the
  865.       trap when there are commands after AC_OUTPUT.
  866.  
  867. Sat Sep  3 19:47:06 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  868.  
  869.     * acgeneral.m4 (AC_OUTPUT_FILES): Write CONFIG_FILES defn
  870.     unquoted, so $1 can contain references to shell variables in configure.
  871.  
  872. Thu Sep  1 15:34:15 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  873.  
  874.     * acgeneral.m4 (AC_TRY_RUN): Always warn if no cross-compile
  875.       default is given.
  876.     * acspecific.m4 (AC_FUNC_MMAP, AC_FUNC_VFORK, AC_FUNC_WAIT3,
  877.       AC_FUNC_UTIME_NULL, AC_FUNC_STRCOLL): Provide a default
  878.       for AC_TRY_RUN.
  879.       (AC_FUNC_CLOSEDIR_VOID): New macro, broken out of AC_HEADER_DIRENT.
  880.  
  881. Thu Sep  1 00:06:38 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  882.  
  883.     * acgeneral.m4 acspecific.m4: Discard all output until AC_INIT is
  884.       called.  Remove now-unnecessary dnl's between macro definitions.
  885.       (AC_OUTPUT): Add exit 0 and optional unquoted here document to
  886.       end of config.status.
  887.  
  888. Wed Aug 31 00:11:28 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  889.  
  890.     * acspecific.m4 (AC_PATH_X_DIRECT): Use AC_TRY_LINK instead of
  891.       AC_CHECK_LIB, so we don't add the library to $LIBS or print anything.
  892.       (AC_PATH_XTRA): Remove initial checking message.
  893.       (AC_HEADER_STDC): In test program, default to no STDC headers if
  894.       cross compiling.
  895.  
  896. Tue Aug 30 16:16:29 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  897.  
  898.     * autoreconf.sh: Add -h option.
  899.     * autoupdate.sh: Remove -v option.
  900.  
  901.     * acgeneral.m4 (AC_EGREP_CPP, AC_TRY_CPP): Add parens around eval
  902.       for old shells.  From Kaveh Ghazi.
  903.       (AC_TRY_RUN): Warn when generating configure, if called without
  904.       a default parameter and AC_CANONICAL_SYSTEM has been called.
  905.  
  906.     * autoheader.sh: Don't run `for' loops on empty lists.
  907.     From Ken Raeburn.
  908.  
  909.     * autoconf.sh autoheader.sh: Print the version number using grep
  910.       like the other scripts, not using m4.
  911.     * acgeneral.m4: Remove conditional for printing version number.
  912.     It broke with frozen files.
  913.  
  914.     * autoheader.m4: New file.
  915.     * autoheader.sh: Use it; the frozen version if possible.
  916.     * Makefile.in (install): Install a frozen autoheader.m4f if possible.
  917.     * autoconf.m4: Don't sinclude acsite.m4 here.
  918.     * acgeneral.m4 (AC_INIT): Include it here.
  919.  
  920. Tue Aug 30 14:02:07 1994  David J. MacKenzie  (djm@mole.gnu.ai.mit.edu)
  921.  
  922.     * acgeneral.m4 (AC_CHECK_LIB): Use AC_DEFINE_UNQUOTED.
  923.     From Jim Meyering.
  924.  
  925.     * acgeneral.m4: Revise diversions, to topologically order
  926.     macros called via AC_REQUIRE.
  927.     (AC_DIVERT_PUSH, AC_DIVERT_POP): New macros.
  928.     (AC_INIT, AC_ARG_ENABLE, AC_ARG_WITH, AC_SUBST, AC_SUBST_FILE,
  929.     AC_REQUIRE): Use them.
  930.     From Franc,ois Pinard (bless his soul!).
  931.     (AC_PRO, AC_EPI): New macros.
  932.     (AC_DEFUN): Use them.
  933.     (AC_INIT): sinclude aclocal.m4 herea.
  934.     * autoconf.m4: Not here.
  935.  
  936.     * autoconf.sh: Use a freeze file if available and m4 can do it.
  937.     * Makefile.in (install): Install a freeze file if m4 supports it.
  938.  
  939. Mon Aug 29 16:18:22 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  940.  
  941.     * acgeneral.m4 (AC_TRY_CPP): Remove subshell and move quotes.
  942.  
  943. Sun Aug 28 17:37:26 1994  David J. MacKenzie  (djm@bennett.eng.umd.edu)
  944.  
  945.     * acspecific.m4 (AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE,
  946.       AC_C_INLINE): Don't AC_REQUIRE AC_PROG_CC.
  947.  
  948.     * acspecific.m4 (AC_RSH, AC_ARG_ARRAY, AC_HAVE_POUNDBANG): Define
  949.       to print error messages.
  950.  
  951.     * acgeneral.m4 (AC_OUTPUT_LINKS): Insert ac_links and ac_files
  952.       into config.status using an *un*quoted here document.
  953.       From Ken Raeburn.
  954.  
  955. Sat Aug 27 13:31:58 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  956.  
  957.     * acgeneral.m4 (AC_OUTPUT_HEADER): Remove comments from within sed
  958.     script.  From Kaveh Ghazi <ghazi@wilhelm.rutgers.edu>.
  959.  
  960. Fri Aug 26 17:03:18 1994  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
  961.  
  962.     * autoconf.sh, acgeneral.m4: __LINE__ -> __oline__.
  963.  
  964.     * acgeneral.m4 (AC_TRY_CPP, AC_EGREP_CPP): Append any error output
  965.     to config.log.
  966.     (AC_EGREP_CPP): Don't use a temp file.
  967.  
  968.     * acspecific.m4 (AC_FUNC_ALLOCA): Require CPP.
  969.  
  970.     * acgeneral.m4 (AC_INIT_PREPARE): Replace AC_SUBST_DEFAULT calls
  971.     with AC_SUBST.
  972.     (AC_SUBST_DEFAULT): Macro removed.
  973.     * acspecific.m4 (AC_PROG_CC, AC_PROG_CXX): If CFLAGS or CXXFLAGS
  974.     was not set already, give it a default value according to whether
  975.     we have gcc.
  976.  
  977.     * acspecific.m4 (AC_PATH_XTRA): Use AC_CHECK_LIB, not AC_HAVE_LIBRARY.
  978.  
  979. Fri Aug 26 00:34:11 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  980.  
  981.     * acconfig.h (HAVE_UNION_WAIT): Entry removed; it wasn't defined
  982.     anywhere.
  983.  
  984.     * acgeneral.m4 (AC_OUTPUT_HEADER): rm files before mv onto them.
  985.     (AC_OUTPUT): Remove explicit exit at end of configure, to allow
  986.     code after AC_OUTPUT (needed for Emacs).
  987.  
  988.     * acgeneral.m4 (AC_CANONICAL_SYSTEM): Move setting of alias vars
  989.       into submacros.
  990.  
  991.     * acspecific.m4 (AC_PROG_CPP): If $CPP is set and is a directory,
  992.       ignore it.
  993.  
  994. Thu Aug 25 09:26:36 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  995.  
  996.     * acspecific.m4 (AC_SYS_INTERPRETER): Move hash mark out of macro
  997.       call.
  998.       (AC_FUNC_MMAP): If C++, put malloc decls in extern "C".
  999.  
  1000.     * acgeneral.m4 (AC_INIT_PARSE_ARGS): Untabify help message
  1001.     and indent options.
  1002.  
  1003.     * Makefile.in (DISTFILES): Remove ChangeLog.0.
  1004.  
  1005.     * acgeneral.m4 (AC_CHECK_LIB): Do uppercasing of library name at
  1006.       runtime.
  1007.       (AC_HAVE_LIBRARY): Retain old behavior.
  1008.  
  1009.     * acspecific.m4 (AC_FUNC_VFORK): If C++, use a prototype for the
  1010.       function in the test program.
  1011.       (AC_C_ARG_ARRAY): Macro deleted.
  1012.     * acoldnames.m4, acconfig.h, testsuite/autoconf.s/specific.exp:
  1013.       Remove references to it.
  1014.  
  1015.     * autoupdate.sh: Make sure $infile can be read, and $tmpout has
  1016.       the same permissions.  Make sure $infile can be written.  From
  1017.       Paul Eggert.
  1018.  
  1019.     * acgeneral.m4 (AC_INIT*): Remove now-incorrect AC_BEFORE calls.
  1020.     (AC_CHECK_FUNC): If C++, use extern "C".
  1021.     (AC_TRY_LINK, AC_TRY_RUN): If C++, declare exit.
  1022.  
  1023.     * acspecific.m4 (AC_PATH_XTRA): Check for more libraries.
  1024.     From Karl Berry.
  1025.  
  1026.     * acgeneral.m4 (AC_INIT_PREPARE): Substitute CPPFLAGS.
  1027.     (AC_LANG_C, AC_LANG_CPLUSPLUS): Include CPPFLAGS in the commands.
  1028.  
  1029.     * acgeneral.m4 (AC_OUTPUT_FILES): Move protection for right side
  1030.       of sed substitution here from AC_MAKE_DEFS, so it applies to all
  1031.       AC_SUBST'd variables.
  1032.  
  1033.     * Makefile.in (install): Use for loops.  From Jim Meyering.
  1034.  
  1035.     * acgeneral.m4: Revise diversions to rely on implicit flushing at
  1036.       the end of the m4 run.  Idea from Franc,ois Pinard.
  1037.       (AC_INIT_PREPARE, AC_ARG_ENABLE, AC_ARG_WITH, AC_PREFIX_PROGRAM):
  1038.       Write to the appropriate diversions.
  1039.       (AC_ENABLE, AC_WITH): Supply default help string.
  1040.       (AC_ENABLE_INTERNAL, AC_WITH_INTERNAL, AC_PREFIX_INTERNAL):
  1041.       Macros removed.
  1042.       (AC_CONFIG_SUBDIRS): Set `subdirs' here instead of in
  1043.       AC_INIT_PREPARE.
  1044.       (AC_PREFIX): Macro removed.
  1045.     * acoldnames.m4 (AC_PREFIX): Make it an alias for AC_PREFIX_PROGRAM.
  1046.  
  1047.     * acoldnames.m4: We don't officially support calling
  1048.       the subroutines of AC_INIT directly, or replacing them, so don't
  1049.       document it.
  1050.  
  1051. Wed Aug 24 00:19:05 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1052.  
  1053.     * acgeneral.m4 (AC_EGREP_CPP, AC_TRY_LINK, AC_TRY_RUN,
  1054.       AC_TRY_CPP): Add #line directives.
  1055.     * autoconf.sh: Make the #line directives accurate.
  1056.     From Franc,ois Pinard.
  1057.  
  1058.     * acgeneral.m4 (AC_OUTPUT): Set ac_given_INSTALL from INSTALL.
  1059.     (AC_SUBST_FILE): Replace with what was AC_INSERT_FILE.
  1060.     (AC_SUBST_DEFAULT): New macro.
  1061.     (AC_INIT_BINSH): Renamed from AC_BINSH.
  1062.     (AC_INIT_PREPARE): Call AC_SUBST_DEFAULT for CFLAGS, CXXFLAGS, and
  1063.     LDFLAGS.
  1064.  
  1065.     * acspecific.m4 (AC_HEADER_MAJOR): Don't nest caching tests.
  1066.  
  1067.     * Makefile.in (clean): Remove the new index files.
  1068.  
  1069.     * configure.in: Check for gm4 before gnum4.
  1070.  
  1071.     * acspecific.m4 (AC_PROG_RSH): Macro removed.
  1072.  
  1073.     * Makefile.in (install): Install autoconf.m4.
  1074.  
  1075.     * acspecific.m4 (AC_SYS_INTERPRETER): New name and calling
  1076.       convention for AC_HAVE_POUNDBANG.
  1077.       (AC_OS_XENIX): Check ac_header_dir instead of DEFS.
  1078.  
  1079.     * testsuite/autoconf.s/specific.exp: Add AC_HEADER_DIRENT.
  1080.     Remove AC_SYS_REMOTE_TAPE.  Replace AC_HAVE_POUNDBANG with
  1081.     AC_SYS_INTERPRETER.
  1082.  
  1083.     * acspecific.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Reword messages.
  1084.  
  1085.     * acgeneral.m4 (AC_CHECK_LIB): Use our standard alternate m4 quote
  1086.       characters << and >> instead of /.
  1087.  
  1088.     * acspecific.m4 (AC_C_CONST, AC_TYPE_GETGROUPS,
  1089.       AC_PROG_GCC_TRADITIONAL): Don't put the test program in a
  1090.       temporary variable.
  1091.  
  1092.     * acgeneral.m4 (AC_CHECK_HEADERS, AC_CHECK_FUNCS): Use
  1093.       AC_DEFINE_UNQUOTED.
  1094.     * autoheader.sh (AC_DEFINE_UNQUOTED): Define.
  1095.  
  1096. Tue Aug 23 00:03:06 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1097.  
  1098.     * acgeneral.m4: Improve comments on some macros.
  1099.     Fix improperly quoted undefine calls.
  1100.     (AC_QUOTE_DQUOTE, AC_QUOTE_SQUOTE, AC_QUOTE_HERE, AC_QUOTE_SED,
  1101.     AC_QUOTE_TOKEN, AC_DEFINE_QUOTE, AC_DEFINE_SEDQUOTE,
  1102.     AC_QUOTE_IDENTITY): Macros removed.
  1103.     (AC_DEFINE, AC_DEFINE_UNQUOTED): Only write the (correct) value to
  1104.     confdefs.h.
  1105.     (AC_OUTPUT_MAKE_DEFS): New macro.
  1106.     (AC_OUTPUT): Call it.  Move AC_SUBST calls to AC_INIT_PREPARE.
  1107.     (AC_OUTPUT_FILES): Put most variable substitutions in a here document
  1108.     instead of a string, to avoid unwanted changes to the values.
  1109.     (AC_OUTPUT_HEADER): Generate the sed script to transform
  1110.     config.h.in from conftest.h.  Only split up the sed script in
  1111.     configure, not also in config.status.
  1112.  
  1113.     * acspecific.m4 (AC_PROG_ECHO_N): Work around some greps lacking -e.
  1114.  
  1115.     * acspecific.m4 (AC_PATH_X, AC_PATH_X_XMKMF, AC_PATH_X_DIRECT,
  1116.       AC_PATH_XTRA): Fix cache use and message printing.
  1117.  
  1118.     * acgeneral.m4 (AC_SITE_LOAD): Check env var CONFIG_SITE first.
  1119.     (AC_OUTPUT_HEADER): New macro broken out of AC_OUTPUT.
  1120.  
  1121.     * acgeneral.m4, acspecific.m4 (AC_FD_MSG, AC_FD_CC): New
  1122.       symbolic constants.
  1123.  
  1124.     * acgeneral.m4, acoldnames.m4 (AC_INIT_PARSE_ARGS): Renamed from
  1125.       AC_INIT_PARSEARGS.
  1126.  
  1127.     * autoupdate.sh: Use $SIMPLE_BACKUP_SUFFIX, if set.
  1128.  
  1129.     * autoheader.sh (AC_CHECK_LIB): Reflect the added arg.
  1130.  
  1131.     * autoconf.m4: New file.
  1132.     * Makefile.in (DISTFILES): Add it.
  1133.     * autoconf.sh, autoheader.sh, Makefile.in: Use it.
  1134.  
  1135.     * acspecific.m4 (AC_SYS_REMOTE_TAPE): Macro removed.
  1136.  
  1137.     * acfunctions, acheaders, acidentifiers, acmakevars, acprograms,
  1138.       autoscan.pl: Use new macro names.
  1139.  
  1140.     * acgeneral.m4 (AC_MSG_ERROR): Enclose within {} so it acts like a
  1141.       single statement.  From mjshield@nyx.cs.du.edu (Michael Shields).
  1142.       (AC_CHECK_FUNCS, AC_CHECK_HEADERS): Only compute the uppercase
  1143.       name if we're going to define that symbol.
  1144.       (global): Remove AC_DIVERSION_VAR.
  1145.       (AC_OUTPUT): Adjust quoting and substitutions to replace most
  1146.       variable values directly in the sed script.  Handle srcdir,
  1147.       top_srcdir, and INSTALL specially.
  1148.       Add .cpp and .hpp to c-ish suffixes list.
  1149.  
  1150.     * configure.in: Use the new macro names.
  1151.  
  1152.     * ChangeLog.0: New file, broken out of ChangeLog.1.
  1153.     * Makefile.in (DISTFILES): Add it.
  1154.  
  1155.     * autoupdate.sh: Update the regexps to account for changes to
  1156.       acoldnames.m4.
  1157.  
  1158. Mon Aug 22 23:57:18 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1159.  
  1160.     * testsuite/autoconf.s/specific.exp: Use new macro names.
  1161.  
  1162. Fri Aug 12 10:15:51 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1163.  
  1164.     * acspecific.m4 (AC_HEADER_DIRENT, AC_DIR_HEADER): Use one cache
  1165.       variable for each header file, not one for all of them.
  1166.  
  1167.     * acgeneral.m4 (AC_CACHE_SAVE): Print a message noting when cache
  1168.       is unwritable.
  1169.       (AC_CHECK_FUNCS, AC_CHECK_HEADERS): Take an optional arg to
  1170.       execute on a match.
  1171.  
  1172.     * acspecific (AC_OS_AIX, AC_OS_MINIX, AC_OS_ISC): Don't need to be
  1173.       called before AC_TRY_CPP, since that doesn't use CFLAGS.
  1174.  
  1175.     * acgeneral.m4 (AC_CHECK_PROG, AC_PATH_PROG): Print a result
  1176.       whether or not we found the program.
  1177.       (AC_CHECKING): Not obsolete.
  1178.       (AC_WITH, AC_ENABLE, AC_INIT_PREPARE): Merge the --enable and
  1179.       --with diversions.
  1180.  
  1181.     * acgeneral.m4 (AC_DEFUN): New macro.
  1182.     Use it globally to define macros that are used as functions,
  1183.     as opposed to macros that are used as variables.  Remove calls to
  1184.     AC_PROVIDE.
  1185.  
  1186. Thu Aug 11 08:25:08 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1187.  
  1188.     * acspecific.m4 (AC_OS_XENIX): Fix assignments.  From Franc,ois
  1189.       Pinard.
  1190.       (AC_SYS_REMOTE_TAPE): Fix typo.
  1191.  
  1192. Wed Aug 10 09:30:11 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1193.  
  1194.     * acspecific.m4 (AC_C_CHAR_UNSIGNED): Don't lie about the result
  1195.       if gcc, just ignore it.
  1196.  
  1197.     * acgeneral.m4 (AC_CHECK_LIB): Add a function argument.
  1198.     * acgeneral.m4 (AC_HAVE_LIBRARY): Make it a wrapper around
  1199.       AC_CHECK_LIB.
  1200.     * acoldnames.m4: Remove its alias.
  1201.     * acspecific.m4: Add argument to callers.
  1202.  
  1203.     * acspecific.m4 (AC_PROG_ECHO_N): Move from acgeneral.m4 AC_MSG_ECHO_N.
  1204.     * acgeneral.m4: Callers changed.
  1205.  
  1206.     * acgeneral.m4 (AC_CACHE_LOAD, AC_CACHE_SAVE, AC_SITE_LOAD,
  1207.       AC_MSG_CHECKING): Aesthetic changes to messages, suggested by
  1208.       Franc,ois Pinard.
  1209.  
  1210.     * acspecific.m4 acgeneral.m4 acoldnames.m4: Rename
  1211.     AC_TRY_CROSS to AC_C_CROSS.
  1212.  
  1213.     * acgeneral.m4 (AC_INIT_PARSEARGS): Don't mention --verbose in
  1214.       help message.
  1215.     (AC_INIT_PREPARE): Use file descriptor 5 for config.log, and 6 for
  1216.     nothing.  --verbose no longer does anything.
  1217.     (AC_MSG_ECHO_N): New macro.
  1218.     (AC_MSG_CHECKING, AC_MSG_RESULT, AC_CACHE_VAL): Require it and use
  1219.     the shell variables it sets.
  1220.     (AC_MSG_RESULT, AC_VERBOSE): Print unless --silent/--quiet is given,
  1221.     not only when --verbose is given.
  1222.     (AC_DEFINE): Don't echo anything.
  1223.     (AC_CACHE_VAL): Use a custom echo instead of AC_MSG_RESULT.
  1224.     * acgeneral.m4 (AC_CHECKING, AC_VERBOSE): Put back real versions,
  1225.       marked obsolete.
  1226.     * acoldnames.m4: Delete their aliases.
  1227.     * acgeneral.m4, acspecific.m4 (many macros): Make sure each call
  1228.       to AC_MSG_CHECKING has exactly one matching AC_MSG_RESULT, and
  1229.       make the result messages make sense with the checking messages.
  1230.  
  1231.     * acgeneral.m4 (AC_OUTPUT_SUBDIRS): Use echo, not AC_MSG_RESULT,
  1232.       to print recursion notice.
  1233.  
  1234. Tue Aug  9 00:17:28 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1235.  
  1236.     * acgeneral.m4 (AC_OUTPUT): Add comment mentioning config.log.
  1237.  
  1238.     * ChangeLog.1: File split out of ChangeLog.
  1239.     * Makefile.in (DISTFILES): Add it.
  1240.  
  1241.     * acgeneral.m4 (AC_OUTPUT, AC_OUTPUT_HEADER), autoheader.sh:
  1242.       Support optional input-file specification in output-file names.
  1243.     * autoheader.sh: Support top and bottom comments for config.h.in
  1244.       in acconfig.h.
  1245.  
  1246.     * acgeneral.m4, README: Say more about requiring GNU m4.
  1247.  
  1248.     * autoheader.sh: In the list of symbols to get template entries
  1249.       for, start each symbol with a blank.
  1250.  
  1251.     * autoupdate.sh: Add sed substitutions for replacing macro
  1252.       calls without parameters.
  1253.  
  1254.     * acgeneral.m4 (AC_CACHE_VAL): Omit the cache var name from the
  1255.       result message.
  1256.  
  1257.     * acspecific.m4 (AC_DIR_HEADER): Define to be similar to
  1258.       AC_HEADER_DIRENT, but only define the old cpp macros.
  1259.       (AC_HEADER_DIRENT): Only define the new ones.
  1260.     * acoldnames.m4: Don't say that those two macros are synonyms.
  1261.     * acconfig.h: Add the new cpp macros.  Add <> to some comments.
  1262.  
  1263.     * acgeneral.m4 (AC_OUTPUT): Don't mess with $INSTALL if it starts
  1264.       with a $, due to user intervention.
  1265.  
  1266.     * Makefile.in, testsuite/Makefile.in: Fix *clean targets.
  1267.  
  1268.     * acgeneral.m4 (AC_CACHE_SAVE, AC_CACHE_LOAD, AC_SITE_LOAD):
  1269.     Use echo instead of AC_MSG_RESULT.
  1270.     (AC_INIT_PARSEARGS): Group options by topic in help message.  Idea
  1271.     from Franc,ois Pinard.
  1272.  
  1273.     * TODO: New file.
  1274.  
  1275. Mon Aug  8 23:04:01 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1276.  
  1277.     * acgeneral.m4 (AC_OUTPUT): Tighten up srcdir handling code slightly.
  1278.     Add one or more ../ to $INSTALL when it's a relative path and
  1279.     creating a file in a subdirectory.
  1280.  
  1281. Tue Aug  2 19:54:26 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1282.  
  1283.     * autoheader.sh: Read acoldnames.m4.  Redefine the new macro names.
  1284.     Only define HAVE_LIBFOO where AC_CHECK_LIB is called with only one
  1285.     argument.
  1286.  
  1287. Sat Jul 30 09:53:38 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1288.  
  1289.     * acgeneral.m4 acspecific.m4: The Great Renaming.
  1290.       (Well, I think it's great.  You may have your own opinion.)
  1291.  
  1292.     * acspecific.m4 (AC_DIR_HEADER): Define HAVE_<path>_H as well as
  1293.       the old DIRENT, SYSDIR, etc.
  1294.  
  1295.     * acgeneral.m4 acspecific.m4: Add missing spaces between arguments
  1296.       to m4 calls.  From Franc,ois Pinard.
  1297.  
  1298.     * autoconf.sh: Read acoldnames.m4.
  1299.     * Makefile.in (DISTFILES, PROGS, install, clean): Add
  1300.       acoldnames.m4 and autoupdate.sh.
  1301.  
  1302. Tue Jul 26 08:52:17 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1303.  
  1304.     * testsuite/Makefile.in (check): Print a message noting that
  1305.       runtest is part of DejaGNU.
  1306.  
  1307.     * autoscan.pl: Remove unneeded backslash.
  1308.  
  1309. Sun Jul 24 23:30:27 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1310.  
  1311.     * Makefile.in (clean mostlyclean distclean realclean): Recurse
  1312.       into testsuite directory.
  1313.  
  1314. Wed Jul 20 09:38:29 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1315.  
  1316.     * Makefile.in (install): Add missing else and fi.
  1317.     * acspecific.m4 (GETGROUPS_T, RETSIGTYPE, STACK_DIRECTION): Use
  1318.     AC_DEFINE_UNQUOTED rather than AC_DEFINE.
  1319.     From Jim Meyering.
  1320.  
  1321. Tue Jul 19 14:49:02 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1322.  
  1323.     * acspecific.m4 (AC_MEMORY_H): Add more quotes.
  1324.  
  1325.     * acgeneral.m4 (AC_TEST_RUN): Check for cross_compiling = yes, not
  1326.       whether it's non-empty.
  1327.  
  1328.     * acspecific.m4 (AC_MINUS_C_MINUS_O, AC_SET_MAKE): Eval the cache var
  1329.       assignments.
  1330.       (AC_YYTEXT_POINTER): Fix typo.
  1331.  
  1332.     * testsuite/autoconf.s/specific.exp,
  1333.     testsuite/autoconf.g/sizeof_type.exp,
  1334.     testsuite/autoconf.g/init.exp: New files.
  1335.     * testsuite/lib/common.exp, testsuite/config/unix.exp: Many
  1336.       changes to make them work.
  1337.  
  1338.     * acgeneral.m4 (AC_DEFINE): Use redirection for echo, not $verbose.
  1339.  
  1340. Sat Jul  2 22:07:18 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1341.  
  1342.     * acspecific.m4 (AC_REMOTE_TAPE): Substitute PROGS.
  1343.  
  1344. Thu Jun 30 16:29:15 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1345.  
  1346.     * acgeneral.m4 (AC_SUBST_FILE): New version from Ken Raeburn.
  1347.  
  1348.     * ifnames: Add --help, --version, --macrodir options.
  1349.  
  1350. Fri Jun 24 06:03:35 1994  Paul Eggert  (eggert@twinsun.com)
  1351.  
  1352.     * acspecific.m4 (AC_VFORK): Improve test for the gcc-sparc vfork bug.
  1353.  
  1354. Thu Jun 30 09:47:17 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1355.  
  1356.     * acgeneral.m4 (AC_OUTPUT_SUBDIRS): Pass correct --srcdir option
  1357.     to sub configures.  Quote args containing spaces.
  1358.     (AC_PREPARE): Set and substitute `subdirs'.  Quote args containing
  1359.     spaces.
  1360.     (AC_CANONICAL_HOST, AC_CANONICAL_TARGET, AC_CANONICAL_BUILD):
  1361.     Substitute the cpu, vendor, os variables.
  1362.  
  1363.     * acspecific.m4 (AC_PROG_INSTALL): Look for ginstall before other
  1364.     names.
  1365.  
  1366.     * acgeneral.m4 (AC_TEST_LINK): Add newlines around argument code.
  1367.     From mjshield@nyx.cs.du.edu (Michael Shields).
  1368.  
  1369. Wed Jun 29 16:56:28 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1370.  
  1371.     * autoscan.pl: Add --macrodir option.
  1372.  
  1373.     * acgeneral.m4 (AC_CACHE_SAVE): Capture stderr for Ultrix sh.
  1374.  
  1375. Tue Jun 28 18:05:00 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1376.  
  1377.     * Makefile.in: Make INSTALL from install.texi.
  1378.  
  1379. Thu Jun 23 02:03:19 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
  1380.  
  1381.     * ifnames.sh: New file.
  1382.     * Makefile.in: Add it in various places.
  1383.  
  1384. Tue Jun 14 12:58:38 1994  David J. MacKenzie  (djm@bleen.eng.umd.edu)
  1385.  
  1386.     * Makefile.in (DISTFILES): Add testsuite files.
  1387.  
  1388.     * autoconf.sh: Print version number on stdout, not stderr.
  1389.     * acgeneral.m4: Ditto.
  1390.  
  1391.     * acgeneral.m4 (AC_HAVE_LIBRARY): Add OTHER-LIBRARIES arg.
  1392.     Treat empty commands args as if they weren't given.
  1393.  
  1394. Thu Jun  9 11:39:14 1994  David J. MacKenzie  (djm@bleen.eng.umd.edu)
  1395.  
  1396.     * acgeneral.m4 (AC_CHECK_TYPE): New macro.
  1397.  
  1398.     * acspecific.m4 (AC_PROG_CPP, AC_PROG_CXXCPP, AC_YYTEXT_POINTER,
  1399.     AC_LN_S, AC_RSH, AC_STDC_HEADERS, AC_MAJOR_HEADER, AC_DIR_HEADER,
  1400.     AC_STAT_MACROS_BROKEN, AC_SYS_SIGLIST_DECLARED, AC_GETGROUPS_T,
  1401.     AC_UID_T, AC_RETSIGTYPE, AC_MMAP, AC_VFORK, AC_WAIT3, AC_ALLOCA,
  1402.     AC_GETLOADAVG, AC_UTIME_NULL, AC_STRCOLL, AC_SETVBUF_REVERSED,
  1403.     AC_STRUCT_TM, AC_TIME_WITH_SYS_TIME, AC_TIMEZONE, AC_ST_BLOCKS,
  1404.     AC_ST_BLKSIZE, AC_ST_RDEV, AC_CROSS_CHECK, AC_CHAR_UNSIGNED,
  1405.     AC_LONG_DOUBLE, AC_WORDS_BIGENDIAN, AC_ARG_ARRAY, AC_INLINE,
  1406.     AC_CONST, AC_HAVE_POUNDBANG, AC_REMOTE_TAPE, AC_LONG_FILE_NAMES,
  1407.     AC_RESTARTABLE_SYSCALLS, AC_FIND_X, AC_FIND_X_XMKMF,
  1408.     AC_FIND_X_DIRECT): Cache results.
  1409.     (AC_SIZE_T, AC_PID_T, AC_OFF_T, AC_MODE_T): Use AC_CHECK_TYPE.
  1410.     (AC_DIR_HEADER_CHECK): Macro removed.
  1411.  
  1412. Wed Jun  8 18:03:45 1994  David J. MacKenzie  (djm@bleen.eng.umd.edu)
  1413.  
  1414.     * acspecific.m4 (AC_MINUS_C_MINUS_O): Cache results.
  1415.  
  1416. Thu May 26 09:43:37 1994  David J. Mackenzie  (djm@poseidon.cygnus.com)
  1417.  
  1418.     * acspecific.m4 (AC_PROG_CC, AC_PROG_CXX): Cache results.
  1419.     Eliminate temp file in gcc test.
  1420.     (AC_GCC_TRADITIONAL): Cache results.
  1421.  
  1422. Wed May 25 14:45:44 1994  David J. Mackenzie  (djm@poseidon.cygnus.com)
  1423.  
  1424.     * acspecific.m4 (AC_VPRINTF): Use AC_FUNC_CHECK.
  1425.  
  1426.     * acgeneral.m4 (AC_CONFIG_AUX_DIR): Renamed from AC_CONFIG_AUXDIR.
  1427.     (AC_SUBST_FILE): Macro deleted; didn't work, not clear it's needed.
  1428.  
  1429.     * acgeneral.m4 (AC_SITE_LOAD): New macro.
  1430.     (AC_PREPARE): Call it.
  1431.  
  1432. Wed May 25 08:18:07 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
  1433.  
  1434.     * acgeneral.m4: m4exit if --version, to reduce needless delay.
  1435.  
  1436.     * acgeneral.m4 (AC_PREPARE): Redirect file descriptor 6 to
  1437.     config.log.
  1438.     (AC_LANG_C, AC_LANG_CPLUSPLUS): Send compiler messages to desc 6.
  1439.     * acspecific.m4 (AC_MINUS_C_MINUS_O): Likewise.
  1440.     * Makefile.in (distclean): Remove config.log.
  1441.  
  1442.     * acgeneral.m4 (AC_PREPARE): Add AC_BEFORE calls for AC_CONFIG_HEADER,
  1443.     AC_REVISION, AC_PREREQ, and AC_CONFIG_SUBDIRS.
  1444.     Add AC_PROVIDE calls to those macros and AC_ARG_ENABLE and AC_ARG_WITH.
  1445.  
  1446.     * acgeneral.m4 (AC_CANONICAL_SYSTEM, AC_CANONICAL_HOST,
  1447.     AC_CANONICAL_TARGET, AC_CANONICAL_BUILD): Add "ICAL" to names.
  1448.     (AC_LINK_FILES): Renamed from AC_MAKE_LINKS.
  1449.     (AC_TEST_RUN): Renamed from AC_TEST_PROGRAM, which is now an alias.
  1450.     * acspecific.m4: Change callers to use new name.
  1451.  
  1452.     * acgeneral.m4 (AC_PREFIX_INTERNAL): Renamed from AC_PREFIX.
  1453.     (AC_PREFIX): Obsolete wrapper for it.
  1454.     (AC_PREFIX_PROGRAM): Define a variable.
  1455.     (AC_PREPARE): Call AC_PREFIX_INTERNAL if that variable is set.
  1456.  
  1457. Tue May 24 18:49:35 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
  1458.  
  1459.     * acspecific.m4 (AC_ALLOCA): Don't declare alloca if it's already
  1460.     defined.  From Bill Sommerfeld <sommerfeld@apollo.hp.com>.
  1461.  
  1462.     * acgeneral.m4 (AC_TEST_PROGRAM): Verbosely note when using the
  1463.     cross-compiling default.
  1464.     (AC_CACHE_WRITE): Set the cache values only if not already set.
  1465.     (AC_PARSEARGS, AC_OUTPUT): Allow giving an empty prefix or exec_prefix.
  1466.  
  1467.     AC_CONFIG_AUXDIR*.
  1468.  
  1469.     * acgeneral.m4, acspecific.m4: Rename AC_CONFIG_AUX* to
  1470.     AC_CONFIG_AUXDIR*.
  1471.  
  1472.     * acgeneral.m4 (AC_OUTPUT, AC_OUTPUT_HEADER): Add an env var
  1473.     CONFIG_STATUS to allow overriding the name of config.status.
  1474.  
  1475.     * acspecific.m4 (AC_MINUS_C_MINUS_O): If $CC=cc, don't duplicate
  1476.     the check.  From Jim Meyering.
  1477.  
  1478.     * acgeneral.m4 (AC_TEST_PROGRAM): Add missing newline.
  1479.     Always include 'fi' for cross-compiling if.
  1480.     From Jim Meyering.
  1481.  
  1482.     * Makefile.in (prefix, exec_prefix): Use @ substitutions.
  1483.  
  1484.     * acgeneral.m4: Make default cache file ./config.cache,
  1485.     so PATH is not used by "." command.  From Jim Meyering.
  1486.  
  1487. Thu May 19 06:05:07 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1488.  
  1489.     * acspecific.m4 (AC_STRUCT_TM): Fixed checking message to be less
  1490.     confusing.
  1491.  
  1492. Wed May 18 22:11:45 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1493.  
  1494.     * acgeneral.m4 (AC_BINSH): New macro.
  1495.     (AC_INIT, AC_REVISION): Require AC_BINSH first thing.
  1496.  
  1497. Wed May 18 09:08:39 1994  David J. MacKenzie  (djm@burnout.eng.umd.edu)
  1498.  
  1499.     * acgeneral.m4: Rename some internal macros.
  1500.     Give the diversions symbolic names.
  1501.     (AC_ARG_ENABLE, AC_ARG_WITH, AC_ENABLE_INTERNAL, AC_WITH_INTERNAL):
  1502.     New macros.
  1503.     (AC_PARSEARGS): Print --with and --enable help strings.
  1504.     (AC_ENABLE, AC_WITH): Make wrappers around _INTERNAL functions.
  1505.     Mark obsolete.
  1506.     (AC_PREPARE): Execute any saved up --with or --enable code.
  1507.  
  1508. Tue May 17 15:18:00 1994  David J. MacKenzie  (djm@bleen.eng.umd.edu)
  1509.  
  1510.     * acgeneral.m4 (AC_REVISION): Move quotes around to make it work
  1511.     again.
  1512.  
  1513. Sat May 14 07:30:57 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1514.  
  1515.     * acgeneral.m4, acspecific.m4: Clean up some comments.
  1516.  
  1517. Tue May 10 09:50:12 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1518.  
  1519.     * acspecific.m4 (AC_PROG_INSTALL): set the _path_ cache variable,
  1520.     not the _program_ one.
  1521.     * acgeneral.m4 (AC_PREFIX): Call AC_PROGRAM_PATH instead of
  1522.     duplicating it.
  1523.     (AC_PROGRAM_CHECK, AC_PROGRAM_PATH): If the user set the variable
  1524.     in the environment, cache that value.
  1525.     (AC_PREPARE, AC_CHECKING, AC_VERBOSE): Use file descriptors 4 and
  1526.     5 for checking and results messages.  Idea from metaconfig 3.0.
  1527.  
  1528. Mon May  9 08:20:14 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1529.  
  1530.     * acgeneral.m4 (AC_TEST_PROGRAM): If no default for
  1531.     cross-compiling is given, but we are cross-compiling, give an error.
  1532.     (AC_PROGRAM_EGREP, AC_TEST_LINK, AC_TEST_PROGRAM, AC_TEST_CPP):
  1533.     Don't add an extra blank line after the if-clause.
  1534.     (AC_REVISION): Merge AC_DOREV into this macro.
  1535.     Rename some macros:
  1536.     AC_SYSTEM_TYPE    ->    AC_CANON_SYSTEM
  1537.     AC_HOST_TYPE    ->    AC_CANON_HOST
  1538.     AC_TARGET_TYPE    ->    AC_CANON_TARGET
  1539.     AC_BUILD_TYPE    ->    AC_CANON_BUILD
  1540.     (AC_OUTPUT): Don't do Cygnus-style magic
  1541.     substitutions on prefix and exec_prefix, just initialize and
  1542.     substitute them normally.
  1543.  
  1544. Sun May  8 01:09:42 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1545.  
  1546.     * acspecific.m4 (AC_AIX, AC_MINIX, AC_ISC_POSIX): Don't call
  1547.     AC_BEFORE for AC_HEADER_EGREP, to avoid require loops.
  1548.     * acgeneral.m4 (AC_HEADER_EGREP): Call AC_PROGRAM_EGREP instead of
  1549.     duplicating most of it.
  1550.  
  1551. Fri May  6 15:26:48 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1552.  
  1553.     * acspecific.m4 (AC_YYTEXT_POINTER): Use AC_TEST_LINK, not
  1554.     AC_TEST_PROGRAM.
  1555.  
  1556. Fri May  6 00:45:29 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1557.  
  1558.     * acspecific.m4, acgeneral.m4: Add dnl after AC_PROVIDE,
  1559.     AC_REQUIRE, and AC_BEFORE calls.
  1560.     Use AC_CHECKING and AC_TEST_LINK instead of AC_COMPILE_CHECK.
  1561.  
  1562.     * acgeneral.m4 (AC_TEST_LINK): New macro.
  1563.     (AC_COMPILE_CHECK): Mark obsolete.  Call AC_CHECKING and
  1564.     AC_TEST_LINK.
  1565.     (AC_PROGRAM_CHECK, AC_PROGRAM_PATH, AC_HAVE_LIBRARY, AC_HEADER_CHECK,
  1566.     AC_FUNC_CHECK, AC_SIZEOF_TYPE): Print "checking" messages even if
  1567.     using cached values.  Use AC_TEST_LINK instead of AC_COMPILE_CHECK.
  1568.     * acspecific.m4 (AC_PROG_INSTALL): Ditto.
  1569.  
  1570.     * acgeneral.m4 (AC_PROGRAM_CHECK, AC_PROGRAM_PATH): Fix nesting in
  1571.     cache use.
  1572.  
  1573.     * acspecific.m4 (AC_PROG_INSTALL): Ditto.
  1574.  
  1575.     * acgeneral.m4 (AC_OUTPUT_CONFIG_SUBDIRS): Adjust relative cache
  1576.     file paths before passing them to sub-configures.  Omit existing
  1577.     --cache-file arguments.
  1578.  
  1579. Thu May  5 21:38:51 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1580.  
  1581.     * acgeneral.m4 (AC_FUNC_CHECK, AC_HEADER_CHECK): Combine redundant
  1582.     code.  Use AC_CACHE_VAL.
  1583.     (AC_SIZEOF_TYPE): Use AC_CACHE_VAL.
  1584.  
  1585. Thu May  5 12:51:32 1994  David J. MacKenzie  (djm@gamera.eng.umd.edu)
  1586.  
  1587.     * Makefile.in (all): Don't depend on info files.
  1588.     (install): Don't install INSTALL.
  1589.     (installcheck, install-info): New targets.
  1590.  
  1591. Thu May  5 08:49:39 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1592.  
  1593.     * Makefile.in (dist): chmod the dist directory, not the current
  1594.     directory.  Don't depend on DISTFILES.
  1595.  
  1596.     * autoconf.sh: Go back to old way of doing NLS nuisance test.
  1597.     * autoheader.sh: Ditto.
  1598.     * acgeneral.m4: Ditto.
  1599.  
  1600. Thu May  5 08:36:19 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1601.  
  1602.     * acgeneral.m4: Use "yes" and "no" or "" uniformly for boolean
  1603.     variables' values.  Don't assume default values.
  1604.     (AC_PROGRAM_CHECK, AC_PROGRAM_PATH): Always set the cache variable
  1605.     and use different ones.
  1606.  
  1607.     * acspecific.m4: Use "yes" and "no" or "" uniformly for boolean
  1608.     variables' values.  Don't assume default values.
  1609.     (AC_STDC_HEADERS, AC_ALLOCA): Untangle nested tests.
  1610.  
  1611. Thu May  5 07:51:38 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1612.  
  1613.     * Makefile.in (distclean): Remove config.cache.
  1614.  
  1615. Wed May  4 19:41:35 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1616.  
  1617.     * acgeneral.m4 (AC_HAVE_LIBRARY): Use AC_CACHE_VAL.
  1618.  
  1619.     * Makefile.in (install): Depend on all again.
  1620.     (install-info): Depend on info again.
  1621.  
  1622. Wed May  4 15:05:11 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1623.  
  1624.     * acspecific.m4 (AC_PROG_INSTALL): Use AC_CACHE_VAL.
  1625.     * acgeneral.m4 (AC_PROGRAM_CHECK, AC_PROGRAM_PATH): Use AC_CACHE_VAL.
  1626.     (AC_REPLACE_FUNCS): Use AC_FUNC_CHECK.
  1627.     Rearrange general tests into 4 categories:
  1628.     Checking for files - fundamental (caching)
  1629.     Checking for files - derived (caching)
  1630.     Checking for C features - fundamental (no caching)
  1631.     Checking for C features - derived (caching)
  1632.  
  1633.     * acgeneral.m4 (AC_CACHE_LOAD, AC_CACHE_SAVE, AC_CACHE_VAL):
  1634.     New macros.
  1635.     (AC_PREPARE): Call AC_CACHE_LOAD.
  1636.     (AC_OUTPUT): Call AC_CACHE_SAVE.
  1637.     (AC_PARSEARGS): Add --cache-file=FILE option.
  1638.     (AC_CONFIG_SUBDIRS): Pass --cache-file to subdirectory configures.
  1639.  
  1640.     * acgeneral.m4 (AC_OUTPUT_CONFIG_SUBDIRS): Renamed from
  1641.     AC_CONFIG_SUBDIRS.
  1642.     (AC_CONFIG_SUBDIRS): Just define AC_SUBDIR_LIST.
  1643.     (AC_OUTPUT): Call AC_OUTPUT_CONFIG_SUBDIRS if AC_SUBDIR_LIST is
  1644.     defined.
  1645.     Make config.status --recheck pass --norecursion to configure.
  1646.  
  1647.     * acspecific.m4 (AC_SETVBUF_REVERSED): Print "checking" message.
  1648.  
  1649. Wed May  4 10:40:56 1994  David J. MacKenzie  (djm@burnout.eng.umd.edu)
  1650.  
  1651.     * autoreconf.sh: Add options [--help] [--macrodir=dir] [--verbose]
  1652.     [--version].
  1653.  
  1654.     * acspecific.m4 (AC_GCC_TRADITIONAL, AC_SET_MAKE, AC_RSH,
  1655.     AC_GETLOADAVG, AC_CROSS_CHECK): Print results verbosely.
  1656.     (AC_GETLOADAVG): Namespace cleanup.
  1657.  
  1658. Wed May  4 09:32:04 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1659.  
  1660.     * autoheader.sh, autoconf.sh, acgeneral.m4: Make the NLS
  1661.     nuisance test actually do something.
  1662.  
  1663. Mon May  2 16:31:33 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1664.  
  1665.     * configure.in: Check for standards.texi.
  1666.     * Makefile.in: Put everything back into one directory.
  1667.     Don't assume standards.* exist.
  1668.  
  1669. Sat Apr 30 09:37:06 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1670.  
  1671.     * acgeneral.m4 (AC_OUTPUT): Change >> to > in sed command.
  1672.  
  1673. Fri Apr 29 21:56:33 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  1674.  
  1675.     * Makefile.in (all): Make autoreconf too.
  1676.  
  1677. Fri Apr 29 21:03:48 1994  David J. MacKenzie  (djm@aria.eng.umd.edu)
  1678.  
  1679.     * acgeneral.m4 (AC_OUTPUT): When doing substitutions on files, if
  1680.     the file starts with "#!", put the "automatically generated"
  1681.     comment on the second line instead of the first.
  1682.  
  1683. Fri Apr 29 12:53:53 1994  David J. MacKenzie  (djm@burnout.eng.umd.edu)
  1684.  
  1685.     * acgeneral.m4 (AC_CONFIG_AUX, AC_CONFIG_AUX_DEFAULT,
  1686.     AC_CONFIG_AUX_DIRS, AC_SYSTEM_TYPE, AC_HOST_TYPE, AC_TARGET_TYPE,
  1687.     AC_BUILD_TYPE, AC_SUBST_FILE, AC_MAKE_LINKS, AC_OUTPUT_MAKE_LINKS,
  1688.     AC_CONFIG_SUBDIRS): New macros.
  1689.  
  1690.     * acspecific.m4 (AC_PROG_INSTALL): Use install.sh from ac_aux_dir.
  1691.  
  1692.     * Makefile.in: Remove references to standards.*.
  1693.     Add autoreconf.
  1694.  
  1695. Thu Apr 28 12:01:01 1994  David J. MacKenzie  (djm@burnout.eng.umd.edu)
  1696.  
  1697.     * Makefile.in (dist): Add .., ../etc, and ../texinfo files.
  1698.  
  1699.     * acspecific.m4 (AC_LN_S): Add verbose messages.
  1700.  
  1701.     * Makefile.in, configure.in: Add autoscan and its data files.
  1702.     Check for perl.
  1703.