| Commit message (Expand) | Author | Age | Files | Lines |
* | * automake.in (lang_yacc_target_hook): Add rule to recover from | Alexandre Duret-Lutz | 2002-06-08 | 6 | -6/+32 |
* | For PR automake/317: | Alexandre Duret-Lutz | 2002-06-08 | 13 | -13/+69 |
* | For PR automake/47 (fixed a long time ago): | Alexandre Duret-Lutz | 2002-06-06 | 2 | -4/+18 |
* | * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): New variable. | Alexandre Duret-Lutz | 2002-06-06 | 6 | -3/+88 |
* | 2002-06-05 Miloslav Trmac <trmac@popelka.ms.mff.cuni.cz> | Alexandre Duret-Lutz | 2002-06-05 | 3 | -4/+11 |
* | * Makefile.am (maintainer-check): Check for egrep and fgrep. | Alexandre Duret-Lutz | 2002-05-31 | 4 | -22/+55 |
* | 2002-05-31 Richard Boulton <richard@tartarus.org> | Alexandre Duret-Lutz | 2002-05-31 | 5 | -13/+96 |
* | * lib/am/distdir.am (distdir): Don't assume that 'grep -F' works; | Paul Eggert | 2002-05-30 | 1 | -0/+5 |
* | (distdir): Don't assume that 'grep -F' works; instead, use shell | Paul Eggert | 2002-05-30 | 1 | -4/+5 |
* | Don't assume that egrep and fgrep exist, as POSIX 1003.1-2001 no | Paul Eggert | 2002-05-30 | 1 | -0/+33 |
* | fgrep -> $FGREP, egrep -> $EGREP | Paul Eggert | 2002-05-30 | 48 | -64/+64 |
* | Set FGREP and EGREP. | Paul Eggert | 2002-05-30 | 1 | -0/+17 |
* | (AM_MAKE_INCLUDE): fgrep -> grep | Paul Eggert | 2002-05-30 | 1 | -2/+4 |
* | (install-info-am, uninstall-info-am): fgrep -> grep | Paul Eggert | 2002-05-30 | 1 | -5/+6 |
* | (distdir): fgrep -> grep -F. | Paul Eggert | 2002-05-30 | 1 | -3/+3 |
* | (maintainer-check): Use grep -E and grep -F instead | Paul Eggert | 2002-05-30 | 1 | -18/+18 |
* | For PR automake/323: | Alexandre Duret-Lutz | 2002-05-24 | 6 | -2/+48 |
* | * tests/defs (confiugre.in): Don't double-quote $me. | Alexandre Duret-Lutz | 2002-05-22 | 3 | -6/+19 |
* | * automake.in (conditional_implies_one_of): Rename as ... | Alexandre Duret-Lutz | 2002-05-20 | 3 | -5/+15 |
* | * tests/defs (configure.in): Quote macro arguments. | Alexandre Duret-Lutz | 2002-05-20 | 2 | -2/+10 |
* | * lib/am/header-vars.am (build_triplet, host_triplet, | Alexandre Duret-Lutz | 2002-05-17 | 2 | -0/+10 |
* | For PR automake/186: | Alexandre Duret-Lutz | 2002-05-17 | 6 | -2/+67 |
* | * automake.in (conditional_true_when): Return false if $WHEN == FALSE. | Alexandre Duret-Lutz | 2002-05-16 | 8 | -24/+268 |
* | Fix for PR automake/322: | Alexandre Duret-Lutz | 2002-05-14 | 6 | -6/+75 |
* | 2002-05-08 Charles Wilson <cwilson@ece.gatech.edu> | Alexandre Duret-Lutz | 2002-05-08 | 6 | -1/+80 |
* | * TODO: Undust. | Alexandre Duret-Lutz | 2002-05-07 | 2 | -58/+19 |
* | * Makefile.am (FETCHFILES, fetch): Get INSTALL from Autoconf CVS. | Alexandre Duret-Lutz | 2002-05-06 | 3 | -5/+11 |
* | Erase stamps from the Makefile that generates them. | Alexandre Duret-Lutz | 2002-05-06 | 8 | -18/+48 |
* | Fix for condd.test (conditional `+='): | Alexandre Duret-Lutz | 2002-05-06 | 9 | -128/+183 |
* | * automake.texi (Program and Library Variables): Mention _LFLAGS. | Tom Tromey | 2002-05-06 | 2 | -2/+6 |
* | * lib/am/ltlib.am (clean-%DIR%LTLIBRARIES): Erase so_locations | Alexandre Duret-Lutz | 2002-04-30 | 2 | -1/+16 |
* | * lib/am/dejagnu.am (distclean-DEJAGNU): New target. | Tom Tromey | 2002-04-26 | 2 | -0/+17 |
* | * tests/man2.test: Use `pwd`, not $PWD. Use $MAKE -e. | Alexandre Duret-Lutz | 2002-04-26 | 2 | -1/+5 |
* | * automake.in (subobjname): Use the length of %subobjvar | Alexandre Duret-Lutz | 2002-04-25 | 2 | -3/+8 |
* | For PR automake/307: | Alexandre Duret-Lutz | 2002-04-25 | 6 | -110/+100 |
* | * lib/am/check.am: Show skipped tests. Display the | Alexandre Duret-Lutz | 2002-04-25 | 4 | -6/+50 |
* | Fix PR automake/315: | Alexandre Duret-Lutz | 2002-04-24 | 7 | -51/+143 |
* | * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Grep | Alexandre Duret-Lutz | 2002-04-23 | 5 | -1/+50 |
* | For PR automake/151 and PR automake/314: | Alexandre Duret-Lutz | 2002-04-22 | 5 | -61/+138 |
* | Fix some bugs when using "$@" when there might be zero positional | Paul Eggert | 2002-04-19 | 1 | -1/+16 |
* | No need for ${1+"$@"} workaround, as the command is never invoked with | Paul Eggert | 2002-04-19 | 1 | -1/+1 |
* | Update from lib/missing. | Paul Eggert | 2002-04-19 | 1 | -5/+5 |
* | No need for ${1+"$@"} workaround, as the command is never invoked with | Paul Eggert | 2002-04-19 | 1 | -5/+5 |
* | Use 'case' statement to work around ${1+"$@"} problem with Zsh. | Paul Eggert | 2002-04-19 | 3 | -6/+12 |
* | * automake.in (initialize_per_input): Clear %require_file_found. | Alexandre Duret-Lutz | 2002-04-19 | 5 | -8/+52 |
* | * m4/header.m4 (_AM_CONFIG_HEADER_INSINUATE): New function, | Alexandre Duret-Lutz | 2002-04-19 | 11 | -27/+79 |
* | * tests/man2.test: New file. | Alexandre Duret-Lutz | 2002-04-13 | 5 | -1/+46 |
* | Enable traces; wipe out the old configure.in parser. | Alexandre Duret-Lutz | 2002-04-13 | 16 | -690/+181 |
* | * tests/version6.test: New file. | Alexandre Duret-Lutz | 2002-04-13 | 5 | -19/+25 |
* | 2002-04-13 Andreas Schwab <schwab@suse.de> | Tom Tromey | 2002-04-13 | 2 | -1/+23 |