summaryrefslogtreecommitdiff
path: root/THANKS
Commit message (Expand)AuthorAgeFilesLines
* * automake.in (read_am_file): Preserve backslashes preceding ##-lines.Alexandre Duret-Lutz2005-03-011-0/+1
* * doc/automake.texi (Alternative): Show how to rewrite nobase_Alexandre Duret-Lutz2005-02-261-0/+1
* * lib/missing (makeinfo): Compute the output file if neither -oAlexandre Duret-Lutz2005-02-081-0/+1
* * aclocal.in ($ac_defun_rx): Match AU_ALIAS.Alexandre Duret-Lutz2005-01-051-0/+1
* Fix PR automake/441:Alexandre Duret-Lutz2004-12-091-0/+1
* * lib/Automake/FileUtils.pm (dir_has_case_matching_file,Alexandre Duret-Lutz2004-12-081-0/+1
* * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandlesAlexandre Duret-Lutz2004-12-081-0/+1
* * lib/py-compile: Add --destdir switch to py-compile that takes aAlexandre Duret-Lutz2004-12-051-0/+1
* * aclocal.in ($ac_defun_rx): Match AC_DEFUN_ONCE.Alexandre Duret-Lutz2004-10-101-0/+1
* * m4/as.m4 (AM_PROG_AS): Check dependency tracking mode for CCAS.Alexandre Duret-Lutz2004-10-101-0/+1
* * automake.in (handle_languages, define_compiler_variable): OutputAlexandre Duret-Lutz2004-09-281-4/+10
* * doc/automake.texi (Libtool Modules): Typo in example.Alexandre Duret-Lutz2004-07-221-0/+1
* For PR automake/428:Alexandre Duret-Lutz2004-07-111-0/+1
* * tests/conflnk3.test: Isolate checking for working `test -e' intoAlexandre Duret-Lutz2004-05-211-0/+1
* * m4/cond.m4 (AM_CONDITIONAL): Double-quote diagnostic.Alexandre Duret-Lutz2004-05-171-0/+1
* * automake.in (handle_dist): Always define DIST_SUBDIRS, even whenAlexandre Duret-Lutz2004-05-151-0/+1
* * tests/defs.in (GNUmake): Grep for GNU to parry FreeBSD make.Alexandre Duret-Lutz2004-05-101-0/+1
* * lib/depcomp (tru64) [libtool]: Nicolas Joly reported onAlexandre Duret-Lutz2004-04-241-0/+1
* Fix for PR automake/416:Alexandre Duret-Lutz2004-04-121-0/+1
* Better support for Fortran 9x.Alexandre Duret-Lutz2004-04-021-0/+1
* * m4/python.m4 (AM_PATH_PYTHON): Make sure am_display_PYTHON isAlexandre Duret-Lutz2004-03-261-0/+1
* * m4/depend.m4 (_AM_DEPENDENCIES): Use `touch' rather than `: >'Alexandre Duret-Lutz2004-02-291-0/+1
* * automake.in (lang_yacc_target_hook): Use Automake::Rule::defineAlexandre Duret-Lutz2004-02-291-0/+1
* Fix for PR/413:Alexandre Duret-Lutz2004-02-291-0/+1
* * doc/automake.texi (Multiple Outputs): More text, based onAlexandre Duret-Lutz2004-02-161-0/+1
* * m4/mkdirp.m4: Use `mkdir -p' only with GNU mkdir, becauseAlexandre Duret-Lutz2004-02-151-0/+1
* * aclocal.in (rel2abs): New function.Alexandre Duret-Lutz2004-02-071-0/+1
* * lib/Automake/Variable.pm (transform_variable_recursively):Alexandre Duret-Lutz2004-02-011-0/+1
* * Makefile.am (maintainer-check): Check for unquoted $(DESTDIR) uses.Alexandre Duret-Lutz2004-01-281-0/+1
* * tests/txinfo29.test: Remove autom4te.cache.Alexandre Duret-Lutz2004-01-121-0/+1
* * lib/install-sh: Do not use "$@" in a context where it may be empty,Alexandre Duret-Lutz2004-01-121-0/+1
* 2004-01-10 Peter Eisentraut <peter_e@gmx.net> (tiny change)Alexandre Duret-Lutz2004-01-111-0/+1
* * THANKS: Add Bruce Korb.Alexandre Duret-Lutz2004-01-061-0/+1
* * aclocal.in (%file_includes): New variable.Alexandre Duret-Lutz2004-01-021-0/+1
* Do not output .lo rules for programs and static libraries objects,Alexandre Duret-Lutz2004-01-011-0/+1
* * NEWS: s/Gettext 1.12.1/Gettext 0.12.1/Alexandre Duret-Lutz2003-12-261-0/+1
* * tests/txinfo24.test, tests/txinfo25.test, tests/txinfo28.test:Alexandre Duret-Lutz2003-12-151-0/+1
* * doc/automake.texi (Program variables): Mention per-targetAlexandre Duret-Lutz2003-11-251-0/+1
* * lib/am/texibuild.am (%SOURCE_SUFFIX%.html): Work around aAlexandre Duret-Lutz2003-11-241-0/+1
* Fix for PR automake/408:Alexandre Duret-Lutz2003-11-141-0/+1
* * m4/lispdir.m4 (AM_PATH_LISPDIR): If EMACS=t, empty it beforeAlexandre Duret-Lutz2003-11-131-0/+1
* * automake.in (scan_autoconf_traces): Honor sinclude.Alexandre Duret-Lutz2003-11-121-0/+1
* * lib/am/tags.am (ETAGSFLAGS, CTAGSFLAGS): Remove.Alexandre Duret-Lutz2003-11-081-0/+1
* * lib/ylwrap: Typo in regex.Alexandre Duret-Lutz2003-10-241-0/+1
* * lib/am/install.am (install-strip): Override install_sh_PROGRAMAlexandre Duret-Lutz2003-10-211-0/+1
* * automake.in (handle_ltlibraries): Also grep AM_LDFLAGS for `-module'.Alexandre Duret-Lutz2003-10-061-0/+1
* * lib/mkinstalldirs: Clean up after NextStep and OpenStep mkdir.Alexandre Duret-Lutz2003-09-261-0/+1
* For Debian Bug #206299:Alexandre Duret-Lutz2003-08-241-0/+1
* * automake.texi (A Shared Library): Rewrite and split intoAlexandre Duret-Lutz2003-07-311-0/+1
* * lib/depcomp (icc): Update to grok ICC 7.1's output.Alexandre Duret-Lutz2003-07-041-0/+1