bootstrap


Log

Author Commit Date CI Message
Alexandre Duret-Lutz 18d5b482 2003-09-24T21:20:06 * configure.in: Rename as ... * configure.ac: ... this. * README: s/configure.in/configure.ac/.
Alexandre Duret-Lutz 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.
Alexandre Duret-Lutz 6735518e 2003-06-02T21:59:14 run autoconf
Alexandre Duret-Lutz bb1e661b 2003-05-06T22:36:54 quote DJGPP; from Simon Richter
Alexandre Duret-Lutz 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.
Alexandre Duret-Lutz 6a5c8a29 2003-02-24T14:34:58 auto-detect the path separator; patch from Richard Dawe
Alexandre Duret-Lutz 8011789f 2003-02-11T12:37:00 always use cp -rf instead of ln -s, as suggested by Richard Dawe
Alexandre Duret-Lutz 880b4833 2003-02-10T23:54:57 redirect ln errors to /dev/null
Alexandre Duret-Lutz 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.
Pavel Roskin 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>
Alexandre Duret-Lutz 1412db0c 2002-09-25T20:57:06 fix computation of APIVERSION
Alexandre Duret-Lutz 71efc14c 2002-09-25T19:20:40 run aclocal with -I aclocal-$APIVERSION
Pavel Roskin 9a59f882 2002-09-20T17:03:15 File for bootstrapping Automake from CVS.