Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| eedc18e1 | 2001-03-23 16:23:53 | * automake.in (read_am_file): TRUE and FALSE are predefined conditionals. (&by_condition): Adjust. (&conditional_string): Recognize `TRUE' and `FALSE'. (&make_condition): Use it. * m4/cond.m4: Reject TRUE and FALSE as conditionals. * automake.texi (Conditionals): Adjust. * tests/cond9.test: s/FALSE/WRONG/. | ||
| eb0b1538 | 2001-02-18 00:35:19 | 2001-02-17 Tom Tromey <tromey@redhat.com> * automake.in (handle_merge_targets): Use double quotes around setting of INSTALL_STRIP_PROGRAM. * m4/strip.m4 (AM_PROG_INSTALL_STRIP): Set INSTALL_STRIP_PROGRAM to absolute path at runtime. (AM_PROG_STRIP): Don't explicitly test $STRIP. 2001-01-28 Alexandre Duret-Lutz <duret_g@epita.fr> * m4/strip.m4: New file. * m4/Makefile.am (m4data_DATA): Add strip.m4. * m4/init.m4: Call AM_PROG_INSTALL_STRIP. * m4/missing.m4 (AM_AUX_DIR_EXPAND): New function. (AM_MISSING_INSTALL_SH, AM_MISSING_HAS_RUN): Use $am_aux_dir instead of $ac_aux_dir, and require AM_AUX_DIR_EXPAND. * m4/depend.m4 (AM_DEP_TRACK): Likewise. * automake.in (handle_merge_targets): In the install-strip rule, set INSTALL_PROGRAM to INSTALL_STRIP_PROGRAM, and INSTALL_PROGRAM_ENV to INSTALL_STRIP_PROGRAM_ENV; don't use INSTALL_STRIP_FLAG. * progs.am (install-@DIR@PROGRAMS): Adapt to use INSTALL_PROGRAM_ENV, don't use INSTALL_STRIP_FLAG any longer. * header-vars.am (INSTALL_STRIP_FLAG): Remove. (INSTALL_PROGRAM_ENV): New variable. | ||
| 5b2edc13 | 2001-02-16 05:56:09 | * configure.in: Require Perl 5.005. * automake.in: Require 5.005. | ||
| d79a04dc | 2001-02-13 07:03:55 | * configure.in: Updated to 1.4e for cvs. | ||
| e53585cb | 2001-02-13 06:52:58 | * configure.in: Updated to 1.4d and released. | ||
| a83155d5 | 2001-02-07 21:15:06 | * automake.in (handle_configure): Handle case where output file is in subdir with no Makefile of its own. Fixes remake3.test, distcommon.test. | ||
| b37ff24a | 2001-01-25 15:50:36 | * m4/depend.m4 (AM_DEPENDENCIES): Don't leave `AC_PROG_CC' etc. in clear. * m4/init.m4: Likewise. * m4/sanity.m4: s/conftestfile/conftest.file/. | ||
| 407f252e | 2000-12-23 21:42:43 | * configure.in: Updated to 1.4c for cvs. | ||
| 409b58a8 | 2000-12-23 21:30:30 | * configure.in: Updated to 1.4b and released. | ||
| a2c34841 | 2000-10-16 09:01:36 | * aclocal.in, aclocal.m4: Standardize FSF Copyright statements. * automake.in, automake.texi: Likewise. * clean-kr.am, clean.am: Likewise. * comp-vars.am: Likewise. * compile, compile.am: Likewise. * data-clean.am: Likewise. * data.am: Likewise. * dejagnu.am: Likewise. * depcomp: Likewise. * depend.am, depend2.am: Likewise. * dist-vars.am, dist.am: Likewise. * elisp-comp: Likewise. * footer.am: Likewise. * header-vars.am, header.am: Likewise. * java-clean.am java.am: Likewise. * kr-extra.am: Likewise. * library.am: Likewise. * libs-clean.am, libs.am: Likewise. * libtool.am: Likewise. * lisp-clean.am lisp.am: Likewise. * ltlib-clean.am ltlib.am: Likewise. * ltlibrary.am: Likewise. * m4/Makefile.in: Likewise. * m4/strtod.m4: Likewise. * mans-vars.am, mans.am: Likewise. * mdate-sh: Likewise. * missing: Likewise. * multilib.am: Likewise. * program.am: Likewise. * progs-clean.am, progs.am: Likewise. * python-clean.am, python.am: Likewise. * remake-hdr.am, remake.am: Likewise. * scripts.am: Likewise. * subdirs.am: Likewise. * tags-clean.am, tags.am: Likewise. * texi-vers.am: Likewise. * texinfos.am: Likewise. * ylwrap: Likewise. | ||
| 95de40a4 | 1999-11-07 23:19:05 | * automake.in (PATH_PATTERN): Added `-' as allowable character. Fixes PR automake/20. From Matthew D. Langston. | ||
| e80ed4bc | 1999-11-07 23:16:29 | * automake.in (SUFFIX_RULE_PATTERN): Add `0-9' as characters allowed in suffixes. Fixes PR 22. From Matthias Clasen. | ||
| 3965c81e | 1999-06-24 18:18:34 | 1999-06-25 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> * configure.in (ACLOCAL): Do not prepend the variable SRCDIR to m4. (AUTOMAKE): Set --amdir to current directory. | ||
| 24fdadd5 | 1999-06-08 18:22:39 | * configure.in (ACLOCAL, AUTOMAKE): Use our own scripts, with appropriate --acdir and --amdir arguments. | ||
| 045d989d | 1999-03-30 21:05:43 | Rebuilt aclocal.m4 and configure | ||
| af49c4fe | 1999-03-26 22:34:03 | * Makefile.in: Rebuilt. * Makefile.am: Updated to reflect removal of TAR subst. * automake.texi (Options): Document dist-bzip2. * automake.in (TAR): Removed global. (initialize_global_constants): Changed `dist' to use pipe with gzip; work with non-GNU tar. (handle_dist): Handle non-GNU tar. Don't define TAR. (initialize_global_constants): Added `dist-bzip2' entry. (handle_options): Recognize dist-bzip2 option. (handle_dist): Likewise. * configure: Rebuilt. * configure.in: Don't check for tar. * m4/init.m4 (AM_INIT_AUTOMAKE): Check for `tar'. Substitute AMTARFLAGS. | ||
| 645f982c | 1999-01-15 09:43:48 | * configure.in: Version 1.4a (oops). | ||
| 47aeeb94 | 1999-01-14 23:16:03 | * configure.in: Updated version to 1.5a. | ||
| dd6c734c | 1999-01-10 21:01:06 | 1999-01-10 Tom Tromey <tromey@cygnus.com> * automake.in (objc_extensions): New sub. (handle_dependencies): Only generate dependency-tracking code for ObjC when ObjC source seen. 1998-12-22 Marcus G. Daniels <mgd@chama.santafe.edu> * automake.in (handle_dependencies): Transform EXT & PFX in Objective C case. 1998-12-11 Marcus G. Daniels <mgd@chama.santafe.edu> * automake.in: Register Objective C language. (finish_languages): Consider Objective C to be non_c. (lang_objc_rewrite, lang_objc_finish): New functions. (resolve_linker): Recognize OBJCLINK before LINK. | ||
| 2f5c5e73 | 1998-12-02 13:15:20 | * configure.in: Upped version to 1.3e (1.3d was just released). | ||
| 403a3cef | 1998-12-02 12:47:00 | * configure.in: Upped version to 1.3d. | ||
| 174373e9 | 1998-09-27 23:02:12 | * automake.texi (Dist): Document EXTRA_DIST change. * automake.in (handle_dist_worker): Allow subdirs in EXTRA_DIST. | ||
| df2d56e0 | 1998-09-26 19:16:56 | Upped version number in configure.in | ||
| af650dd5 | 1998-08-12 20:17:43 | upped to 1.3b | ||
| b5b61792 | 1998-07-17 17:22:43 | AM_MAKEFLAGS patch from Ian | ||
| 42edeab6 | 1998-04-05 22:50:32 | upped to version 1.3 | ||
| c172f1e8 | 1998-03-23 18:31:18 | upped to 1.2h | ||
| 4816911e | 1998-03-19 07:51:31 | upped to 1.2g for Per | ||
| b219e3bc | 1998-02-24 20:39:48 | upped version to 1.2f | ||
| 46d1e88d | 1998-02-13 07:31:03 | upped to 1.2e | ||
| 1ad64040 | 1997-11-26 21:48:09 | upped to 1.2d | ||
| d841c08b | 1997-10-25 21:34:25 | nothing | ||
| ac4023d1 | 1997-10-21 06:41:53 | sanity bug fix | ||
| 92e7f9f8 | 1997-09-29 19:26:23 | fixed 'make dist' | ||
| 3cd0636b | 1997-09-25 05:55:06 | released 1.2b | ||
| d699e713 | 1997-08-28 15:52:35 | upped version number | ||
| 6a517d6f | 1997-06-23 02:15:22 | version 1.2 | ||
| 61d75925 | 1997-05-27 05:02:22 | upped to 1.1q | ||
| f3f2a0c2 | 1997-05-27 04:58:46 | disallow use of perl 5.001 | ||
| cf6c8b75 | 1997-05-10 23:11:04 | error if srcdir already configured | ||
| d374963e | 1997-04-30 01:59:37 | now 1.1p | ||
| 52a7eb6b | 1997-04-28 03:31:07 | nothing | ||
| 0a4d56b7 | 1997-03-28 03:27:50 | fix in texinfo version code | ||
| 9c11ddf6 | 1997-03-24 20:48:14 | fixed bug in sanity check | ||
| 473ca25b | 1997-03-24 20:41:00 | nothing | ||
| c1bf7cf1 | 1997-03-19 07:42:37 | last-minute fixes | ||
| 7279b801 | 1997-02-23 19:42:25 | now 1.1m | ||
| 1b10e923 | 1997-02-21 07:50:43 | many fixes | ||
| 1895feea | 1996-12-07 21:41:41 | fixed remake2.test | ||
| 1f62a0eb | 1996-12-04 07:48:44 | allow -local clean rules | ||
| 4d712526 | 1996-12-03 17:48:56 | bug fix | ||
| 5ad5323e | 1996-12-02 20:52:12 | bug fix and version increment | ||
| 62ede0bc | 1996-11-22 07:25:41 | libtool cleanups | ||
| ee31c619 | 1996-11-15 06:54:00 | Bug fixes | ||
| 85fe4e7a | 1996-11-08 23:06:54 | bug fixes | ||
| 3615bcf8 | 1996-10-06 16:09:41 | fixlet | ||
| 7e378559 | 1996-09-12 04:41:04 | Fixed bug with variable interpolation | ||
| 45a3c61b | 1996-09-11 18:32:38 | Last-minute bug fixes; moved to 1.1e | ||
| 642c6533 | 1996-09-08 20:15:14 | Doc updates. Bug fixes. Removed old files. Check versions | ||
| f1a4268a | 1996-08-11 20:47:15 | Fixlets | ||
| 6009013f | 1996-08-06 17:03:16 | Fixlets | ||
| 7afb4a4a | 1996-08-05 23:37:10 | More fixes | ||
| ae0c9a76 | 1996-08-05 22:45:55 | Better aclocal/AM_ support | ||
| c65d8f62 | 1996-08-05 07:05:36 | Bug fix | ||
| 52aa7739 | 1996-07-28 17:54:08 | Include aclocal | ||
| 3fa2bf10 | 1996-06-02 17:14:29 | Bug fixes. More dejagnu support | ||
| b499e97e | 1996-05-29 01:28:06 | Moved to 1.0 | ||
| 05f8cfd9 | 1996-05-23 16:17:06 | Run installcheck target from distcheck | ||
| 30c068a4 | 1996-05-16 04:33:51 | Fixes | ||
| f3c88f80 | 1996-03-14 16:57:27 | Nothing | ||
| 43c7da22 | 1996-02-28 19:10:06 | Bug fixes, test feature | ||
| e24e3bdc | 1996-02-11 00:35:29 | Beginnings of test suite | ||
| 9c273b94 | 1996-02-08 04:20:26 | Upped to 0.30. Doc fixes | ||
| 486eeea7 | 1996-01-14 05:38:42 | Now release 0.29 | ||
| dce4a1e5 | 1996-01-05 06:33:44 | Merged dist targets into automake proper | ||
| 53979e0a | 1996-01-03 19:34:40 | Minor fixes | ||
| da9b6966 | 1996-01-03 18:57:57 | Nothing | ||
| 400dbe2d | 1995-12-10 23:24:26 | New version. Don't allow distribution if NEWS file not up-to-date. | ||
| 35ae39c0 | 1995-12-09 07:45:07 | Version 0.25 | ||
| ca0dd759 | 1995-12-03 03:29:12 | Added more stuff |