Akim Demaille
e421e67915
Version 2.52h.
2002-02-10 12:38:46 +00:00
Akim Demaille
a7181f1e85
Typo.
2002-02-09 08:27:23 +00:00
Akim Demaille
1b313550c5
freeze.mk: s/AUTOM4TE/MY_AUTOM4TE/
2002-02-07 21:03:22 +00:00
Akim Demaille
43309fee5d
Version 2.52h.
2002-02-07 18:31:27 +00:00
Akim Demaille
0913170fae
Fix Autoconf PR/209.
...
Also reported by Frank Denis.
* lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
2002-02-07 15:49:31 +00:00
Akim Demaille
704a0d0ce2
Fix Autoconf PR/207:
...
AC_PREFIX_PROGRAM fails with dashed program names
* lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
variable when looking for the prefix program.
Now it also works for shell variables.
2002-02-07 12:07:20 +00:00
Akim Demaille
fba777c6d6
Regen.
2002-02-07 12:06:00 +00:00
Akim Demaille
ff46174090
Update.
2002-02-07 09:57:49 +00:00
Akim Demaille
486b91d289
* doc/autoconf.texi (Limitations of Builtins): More about
...
case/esac.
2002-02-07 09:45:55 +00:00
Akim Demaille
d03ab7023b
* lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
...
case/esac, some shells don't support it.
Reported by Zack Weinberg.
* tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
2002-02-06 17:51:01 +00:00
Akim Demaille
b64fa8b69b
* lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
...
sure not to introduce newlines in at_groups.
* lib/autotest/Makefile.am (autotest.m4f): Typo.
2002-02-06 17:29:44 +00:00
Pavel Roskin
74906e14fc
Add m4sh.m4f and m4sugar.m4f
2002-02-06 15:54:42 +00:00
Pavel Roskin
7bb3cbb22f
Add autotest.m4f
2002-02-06 15:53:35 +00:00
Akim Demaille
c72b68217e
* tests/torture.at (Configuring subdirectories): Skip if aclocal
...
is not available.
2002-02-06 09:39:54 +00:00
Paul Eggert
41d238fd42
* doc/autoconf.texi (Specific Compiler Characteristics):
...
Describe HP-UX cc bug workaround more accurately.
* lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
not unsigned long.
* tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
cross-compilers, too. This undoes some of the most recent change
to this file.
2002-02-05 22:57:26 +00:00
Paul Eggert
f3aff19f8d
* doc/autoconf.texi (Specific Compiler Characteristics):
...
Describe HP-UX cc bug workaround more accurately.
* lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
not unsigned long.
* tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
cross-compilers, too.
2002-02-05 22:56:16 +00:00
Akim Demaille
679d49db80
Regen.
2002-02-05 12:29:22 +00:00
Akim Demaille
0844415fe2
Really add freeze.mk.
2002-02-05 10:20:51 +00:00
Akim Demaille
7411fbed13
* tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
...
to make sure they are up to date when `check' is run.
2002-02-05 08:28:08 +00:00
Akim Demaille
ee1dba18e4
* doc/autoconf.texi (Making testsuite Scripts): Document
...
package.m4.
2002-02-05 08:27:53 +00:00
Akim Demaille
8ccaaa8d71
The previous checkin lacked this ChangeLog.
2002-02-05 08:27:23 +00:00
Akim Demaille
f78ae3e5d5
Implement `autom4te --freeze'.
...
* bin/autom4te.in (&freeze): New.
* lib/autoconf/autoconf.m4, lib/autotest/general.m4,
* lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
2002-02-05 08:24:06 +00:00
Akim Demaille
b0f1186048
Implement `autom4te --freeze'.
...
* bin/autom4te.in (&freeze): New.
* lib/autoconf/autoconf.m4, lib/autotest/general.m4,
* lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
2002-02-05 08:12:46 +00:00
Akim Demaille
542109e14f
* bin/autom4te.in (&parse_args): Implement `frozen files are
...
optional are the sum of the previous files on the command line'.
Also, pass `--reload-state=' on them, so...
(handle_m4): don't.
* lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
(M4sh): Rely on M4sugar.
(Autotest, M4sh, M4sugar): Use frozen files.
2002-02-05 08:11:32 +00:00
Akim Demaille
ae45e9a242
Update NEWS.
2002-01-31 17:33:44 +00:00
Akim Demaille
3552e970f3
* lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
...
* doc/autoconf.texi (Initializing configure): Adjust.
2002-01-31 16:54:32 +00:00
Akim Demaille
29b16548fe
* lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
...
alphanumeric to `-' instead of `_'.
2002-01-30 16:13:10 +00:00
Akim Demaille
2dad628b1e
* tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
...
for plain code, the other for cross-compilation code. The latter
is now run with GCC only.
* doc/autoconf.texi (Compilers and Preprocessors): New.
2002-01-30 15:11:49 +00:00
Akim Demaille
2d6f8defa5
* lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
...
values.
* doc/autoconf.texi (Initializing configure): Explain how to
change AC_INIT default values.
2002-01-30 13:08:45 +00:00
Akim Demaille
06978acd7b
* tests/torture.at (Configuring subdirectories): Use configure.in,
...
so that aclocal 1.4 works.
Reported by Alexandre Duret-Lutz and Larry Schmitt.
2002-01-29 17:19:29 +00:00
Akim Demaille
b485e31746
Bump to 2.52h.
2002-01-28 12:16:23 +00:00
Akim Demaille
ebf52538fe
* doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
...
needs an argument.
2002-01-28 10:46:13 +00:00
Akim Demaille
3b84d54756
* lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
...
AUTOTEST_PATH *after* it was set.
Don't put `.' in the PATH: the user should be precise and `./' if
needed. In addition, given that the test suite does some `cd', if
`.' is in the path, the `tested programs' sections will report
programs found in the test suite's directory, while during the
tests (performed in their own directory), these programs are no
longer visible. In other words, the results is confusing and
useless.
* tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
2002-01-28 10:46:00 +00:00
Akim Demaille
b78cf4bd13
Bump to 2.52h.
2002-01-28 10:44:29 +00:00
Akim Demaille
f3124788a0
.
2002-01-25 11:36:34 +00:00
Akim Demaille
fa219f72d2
Don't DISTCLEAN package.m4.
2002-01-25 10:49:12 +00:00
Akim Demaille
7034a77507
Version 2.52g.
2002-01-24 18:44:16 +00:00
Akim Demaille
8722aef4db
* bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
...
* doc/autoconf.texi: Finally add Akim as an author.
2002-01-24 18:41:16 +00:00
Akim Demaille
fa91df12dd
* lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
...
(_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
Bourne. Use /bin/sh.
From Andreas Buening.
2002-01-24 17:53:52 +00:00
Akim Demaille
4b780e5c99
Update.
2002-01-24 17:41:37 +00:00
Akim Demaille
860d7aa77b
Update
2002-01-24 17:41:25 +00:00
Akim Demaille
b6f98b4ec1
Regen.
2002-01-24 17:39:46 +00:00
Akim Demaille
fbb2d36efb
* config/config.guess, config/config.sub, config/texinfo.tex:
...
Update from masters.
2002-01-24 17:35:00 +00:00
Akim Demaille
7e0d5ab6bc
Typo.
2002-01-24 17:31:17 +00:00
Akim Demaille
fa4c430e6e
* Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
...
* config/auxdir.m4, config/cond.m4, config/depend.m4,
* config/init.m4, config/install-sh.m4, config/lispdir.m4,
* config/missing.m4, config/sanity.m4, config/select.m4,
* config/strip.m4: Remove, to ease sync'ing with any version of
Automake.
2002-01-24 17:30:58 +00:00
Akim Demaille
eb93e2e245
* lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
...
(_AC_INIT_PREPARE): Support -n as --no-create, as documented.
Reported by Geir Ove Myhr.
2002-01-24 17:15:54 +00:00
Pavel Roskin
90965f1a64
Regenerate.
2002-01-22 20:44:28 +00:00
Pavel Roskin
1bface2d6c
Add atconfig and atlocal.
2002-01-22 17:40:35 +00:00
Akim Demaille
5560648fc0
* lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
2002-01-21 13:50:39 +00:00
Akim Demaille
a3b5a2e1b3
* lib/Autom4te/General.pm (getopt): Use a more GNUish error
...
message on invalid options.
* bin/autom4te.in (parse_args): Don't use
Autoconf::General::getopt with non valid options.
2002-01-21 13:00:52 +00:00