kc3-lang/automake/bootstrap

Branch :


Log

Author Commit Date CI Message
6735518e 2003-06-02 21:59:14 run autoconf
bb1e661b 2003-05-06 22:36:54 quote DJGPP; from Simon Richter
ab57cf28 2003-04-24 18: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-24 14:34:58 auto-detect the path separator; patch from Richard Dawe
8011789f 2003-02-11 12:37:00 always use cp -rf instead of ln -s, as suggested by Richard Dawe
880b4833 2003-02-10 23:54:57 redirect ln errors to /dev/null
e83facca 2003-02-10 23: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-20 06:59:38 Don't rely on which, use an Autoconf-like test instead. Reported by Fr
1412db0c 2002-09-25 20:57:06 fix computation of APIVERSION
71efc14c 2002-09-25 19:20:40 run aclocal with -I aclocal-$APIVERSION
9a59f882 2002-09-20 17:03:15 File for bootstrapping Automake from CVS.