|
18d5b482
|
2003-09-24T21:20:06
|
|
* configure.in: Rename as ...
* configure.ac: ... this.
* README: s/configure.in/configure.ac/.
|
|
271e79f4
|
2003-08-06T21:20:15
|
|
* lib/Automake/Config.in: New file.
* lib/Automake/Makefile.am (nodist_perllib_DATA, do_subst,
CLEANFILES): New variables.
(Config.pm): New rule.
* Makefile.am (maintainer-check): Adjust expected differences
between automake.in and automake.
* aclocal.in, automake.in: Use Automake::Config.
|
|
6735518e
|
2003-06-02T21:59:14
|
|
run autoconf
|
|
bb1e661b
|
2003-05-06T22:36:54
|
|
quote DJGPP; from Simon Richter
|
|
ab57cf28
|
2003-04-24T18:48:07
|
|
* automake.in (scan_aclocal_m4): Do not parse ACLOCAL_AMFLAGS
and glob for m4_files (We've got all local m4 files while
tracing m4_include's). Diagnose ACLOCAL_M4_SOURCES as obsolete.
Distribute aclocal.m4 only at the top-level.
(my_glob): Remove. This fixes PR automake/11.
(handle_dist): Strip leading `./' from directories.
* aclocal.in (add_file): Output 'm4_include([file.m4])' instead
of copying local files.
(write_aclocal, parse_arguments): Bump copyright date.
* configure.in: De not build m4/amversion.m4 from here ...
* m4/Makefile.am ($(srcdir)/amversion.m4): ... do this here.
(nodist_m4data_DATA): Use $(srcdir)/amversion.m4 instead
of amversion.m4.
* tests/Makefile.am (XFAIL_TESTS): Remove aclocal5.test.
(TESTS): Remove aclocal2.test. Do not test aclocal.test twice.
* tests/aclocal2.test: Delete (pointless).
* tests/aclocal5.test: Make sure configure's dependencies are
distributed.
* tests/acinclude.test: Adjust to search for m4_include.
* tests/dirlist.test, tests/dup3.test: Run $AUTOCONF and grep
configure instead of aclocal.m4.
|
|
6a5c8a29
|
2003-02-24T14:34:58
|
|
auto-detect the path separator; patch from Richard Dawe
|
|
8011789f
|
2003-02-11T12:37:00
|
|
always use cp -rf instead of ln -s, as suggested by Richard Dawe
|
|
880b4833
|
2003-02-10T23:54:57
|
|
redirect ln errors to /dev/null
|
|
e83facca
|
2003-02-10T23:33:49
|
|
2003-02-10 Richard Dawe <rich@phekda.freeserve.co.uk>
* bootstrap: Don't require support for symlinks - copy instead.
Override $SHELL with DJGPP's bash, if running DJGPP. Substitute
@SHELL@ in automake.in and aclocal.in. This makes the setting
of SHELL work for DJGPP.
|
|
57972c67
|
2002-10-20T06:59:38
|
|
Don't rely on which, use an Autoconf-like test instead.
Reported by Frédéric L. W. Meunier" <0@pervalidus.net>
|
|
1412db0c
|
2002-09-25T20:57:06
|
|
fix computation of APIVERSION
|
|
71efc14c
|
2002-09-25T19:20:40
|
|
run aclocal with -I aclocal-$APIVERSION
|
|
9a59f882
|
2002-09-20T17:03:15
|
|
File for bootstrapping Automake from CVS.
|