* doc/automake.texi (Complete, Extending aclocal, Public macros)
[platform/upstream/automake.git] / tests /
2006-01-29 Alexandre Duret... Append $(EXEEXT) to programs that may be listed in...
2006-01-12 Alexandre Duret... * lib/install-sh (dstdir): Don't use semicolons inside...
2006-01-12 Alexandre Duret... 2006-01-12 Alexandre Duret-Lutz <adl@gnu.org>
2006-01-05 Alexandre Duret... * automake.in (top_srcdir): New global.
2006-01-05 Alexandre Duret... * lib/depcomp: Add 'ia64hp' dependency style.
2005-10-17 Alexandre Duret... * tests/nobase.test: Use `chmod a-x' instead of `chmod...
2005-10-03 Alexandre Duret... * ChangeLog.03, automake.in, tests/overrid.test: Typos.
2005-10-03 Alexandre Duret... 2005-10-03 Alexandre Duret-Lutz <adl@gnu.org>
2005-09-13 Paul Eggert* doc/automake.texi (limitations on file names): New...
2005-07-31 Alexandre Duret... * tests/library3.test: Fix a typo which made the test...
2005-07-27 Alexandre Duret... * lib/Automake/Variable.pm (require_variables): Mention...
2005-07-27 Alexandre Duret... * tests/defs.in: When required matches both `*libtool...
2005-07-27 Alexandre Duret... * doc/automake.texi (Auxiliary Programs): Fix a typo.
2005-07-19 Alexandre Duret... * tests/instspc.test: Major rewrite to test for many...
2005-07-10 Alexandre Duret... revert mistaken commit
2005-07-10 Alexandre Duret... * lib/config.guess, lib/config.sub, lib/texinfo.tex...
2005-06-30 Alexandre Duret... * automake.in (read_am_file): Correctly diagnose commen...
2005-06-30 Alexandre Duret... * automake.in (scan_autoconf_traces): Scan AC_SUBST_TRA...
2005-06-29 Alexandre Duret... * lib/mkinstalldirs: Fix support for directory name...
2005-06-29 Alexandre Duret... * lib/mdate-sh: Avoid infinite loop with GNU ls when...
2005-06-23 Alexandre Duret... * lib/Automake/Variable.pm (define, _new): Remember...
2005-06-22 Alexandre Duret... * tests/aclocal5.test: Adjust to recent CVS Autoconf...
2005-06-08 Alexandre Duret... * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX...
2005-05-15 Alexandre Duret... Fix PR automake/461:
2005-05-14 Alexandre Duret... * COPYING, ChangeLog, ChangeLog.00, ChangeLog.01, Chang...
2005-05-14 Alexandre Duret... * tests/cxxnoc.test: Adjust grep pattern for CC, becaus...
2005-05-14 Alexandre Duret... * tests/output11.test, tests/output12.test: Use rm -f.
2005-05-14 Alexandre Duret... Alexandre Duret-Lutz <adl@gnu.org>
2005-03-29 Alexandre Duret... * lib/am/lisp.am ($(am__ELCFILES)): Prevent races if...
2005-03-16 Alexandre Duret... * lib/am/lisp.am ($(am__ELCFILES)): Do not attempt...
2005-03-04 Alexandre Duret... * aclocal.in (scan_configure_dep, scan_file): Include...
2005-03-03 Alexandre Duret... For PR automake/450:
2005-03-03 Alexandre Duret... For PR automake/450:
2005-03-02 Alexandre Duret... * tests/comment9.test: Typo.
2005-03-01 Alexandre Duret... * automake.in (read_am_file): Preserve backslashes...
2005-03-01 Alexandre Duret... Fix for PR automake/450:
2005-02-27 Alexandre Duret... Fix for PR automake/448:
2005-02-12 Alexandre Duret... * automake.in (read_am_file): Define variable containin...
2005-02-06 Alexandre Duret... * aclocal.in (usage, parse_arguments): New --dry-run...
2005-01-31 Alexandre Duret... * aclocal.in (list_compare): New functions.
2005-01-30 Alexandre Duret... Preliminary support for `aclocal --install'.
2005-01-16 Alexandre Duret... * lib/am/subdirs.am ($(RECURSIVE_TARGETS), $(RECURSIVE_...
2005-01-13 Alexandre Duret... * m4/amversion.in (AM_AUTOMAKE_VERSION): Point users to
2005-01-09 Alexandre Duret... * m4/amversion.in, m4/as.m4, m4/auxdir.m4, m4/ccstdc.m4,
2005-01-05 Alexandre Duret... * aclocal.in ($ac_defun_rx): Match AU_ALIAS.
2005-01-03 Alexandre Duret... Fix handling of per-target flags in link rules.
2005-01-01 Alexandre Duret... * doc/automake.texi (Requirements) <AC_CONFIG_FILES...
2004-12-31 Alexandre Duret... * tests/man2.test, tests/transform.test: Specify -...
2004-12-30 Alexandre Duret... Support for `install-dvi', `install-html', `install...
2004-12-27 Alexandre Duret... Declare recursive install targets as dependencies of...
2004-12-12 Alexandre Duret... * automake.in (check_user_variables): New function...
2004-12-09 Alexandre Duret... Fix PR automake/441:
2004-12-09 Alexandre Duret... * doc/automake.texi (Java): Mention dist_ and add an...
2004-12-08 Alexandre Duret... * lib/Automake/FileUtils.pm (dir_has_case_matching_file,
2004-12-05 Alexandre Duret... * lib/py-compile: Add --destdir switch to py-compile...
2004-11-22 Alexandre Duret... * aclocal.in (parse_arguments): Diagnose abbreviation...
2004-11-21 Alexandre Duret... * automake.in (parse_arguments): Diagnose empty argumen...
2004-11-21 Alexandre Duret... * lib/am/progs.am (installcheck-%DIR%PROGRAMS): Run...
2004-11-17 Alexandre Duret... * aclocal.in (%file_type, FT_USER, FT_AUTOMAKE_SYSTEM...
2004-11-17 Alexandre Duret... * tests/defs.in (testaclocaldir): New variable.
2004-11-10 Alexandre Duret... * m4/python.m4 (AM_PATH_PYTHON): Fix the invocation of
2004-11-09 Alexandre Duret... * aclocal.in (parse_arguments): Correctly recognize...
2004-11-04 Alexandre Duret... * aclocal.in: Use Automake::ChannelDefs, and adjust...
2004-11-03 Alexandre Duret... * tests/defs.in: Do not distinguish VERBOSE=x from
2004-10-25 Alexandre Duret... * tests/comment8.test: Use $MAKE, not make.
2004-10-23 Alexandre Duret... * tests/distcom3.test: Typo.
2004-10-22 Alexandre Duret... * lib/install-sh: Fix the dirname emulation to ignore...
2004-10-21 Alexandre Duret... * automake.in (get_object_extension): The extension...
2004-10-12 Alexandre Duret... * configure.ac: Export @am_AUTOCONF@.
2004-10-12 Alexandre Duret... * lib/compile: Handle output.obj in addition to output.o.
2004-10-10 Alexandre Duret... * aclocal.in ($ac_defun_rx): Match AC_DEFUN_ONCE.
2004-09-28 Alexandre Duret... * tests/subobj9.test: Adjust regexes after previous...
2004-09-28 Alexandre Duret... * automake.in (handle_languages, define_compiler_variab...
2004-09-26 Alexandre Duret... more files to ignore
2004-09-26 Alexandre Duret... * tests/compile.test, tests/instsh2.test, tests/instspc...
2004-09-21 Alexandre Duret... * lib/Automake/VarDef.pm (append): Strip comments from...
2004-09-19 Alexandre Duret... * tests/compile.test: Fix rm usage.
2004-09-10 Alexandre Duret... * m4/minuso.m4 (AM_PROG_CC_C_O): Make sure AC_PROG_CC...
2004-09-10 Alexandre Duret... * lib/compile: Preserve spaces in arguments (for example
2004-09-07 Alexandre Duret... * automake.in (lang_c_rewrite): Do not require AM_PROG_...
2004-09-07 Alexandre Duret... * tests/missing3.test: New file (check for Paolo's...
2004-08-11 Alexandre Duret... Fix PR automake/432:
2004-08-03 Alexandre Duret... Support AC_REQUIRE_AUX_FILE, and fix requirement of...
2004-08-03 Alexandre Duret... * automake.in (yacc_lex_finish_helper): Fix definition...
2004-08-01 Alexandre Duret... * automake.in (AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM...
2004-08-01 Alexandre Duret... Disable Lex and Yacc rules whenever possible if AM_MAIN...
2004-07-28 Alexandre Duret... * configure.ac, NEWS: Bump version to 1.9a.
2004-07-28 Alexandre Duret... * configure.ac, NEWS: Bump version to 1.9.
2004-07-28 Alexandre Duret... revert hasty commit before release
2004-07-27 Derek R. Price* lib/am/yacc.am, lib/am/lex.am: Only compile these...
2004-07-17 Alexandre Duret... * configure.ac, NEWS: Bump version to 1.8e.
2004-07-17 Alexandre Duret... * configure.ac, NEWS: Bump version to 1.8d.
2004-07-17 Alexandre Duret... * tests/installdir.test: installdirs-local should appea...
2004-07-17 Alexandre Duret... * lib/am/texibuild.am (?GENERIC?%SOURCE_SUFFIX%.html,
2004-07-14 Alexandre Duret... * automake.in (target_hook): Accept %transform as last...
2004-07-11 Alexandre Duret... For PR automake/428:
2004-07-05 Paul EggertDon't assume that install-sh without -c
2004-06-10 Alexandre Duret... For Debian Bug #251820:
2004-06-03 Alexandre Duret... * tests/defs.in (required=icc): Use `-V -help' instead of
2004-06-03 Alexandre Duret... * lib/am/clean.am (distclean-generic): Do no
next