summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac, NEWS: Bump version to 1.9.3.Release-1-9-3Alexandre Duret-Lutz2004-11-0116-28/+64
|
* * lib/config.guess, lib/texinfo.tex: New upstream versions.Alexandre Duret-Lutz2004-11-013-17/+31
|
* * doc/automake.texi (LIBOBJS): Spelling and grammar correctionsAlexandre Duret-Lutz2004-11-014-16/+20
| | | | from Ralf Wildenhues.
* * doc/automake.texi (LIBOBJS): Augment with an example setup.Alexandre Duret-Lutz2004-10-314-17/+139
| | | | | (LTLIBOBJ): Rename as ... (LTLIBOBJS): ... this. Link to LIBOBJS, and mention LTALLOCA.
* * doc/automake.texi: Untabify, tabs in the examples are poorlyAlexandre Duret-Lutz2004-10-256-39/+52
| | | | | rendered. * Makefile.am (maintainer-check): Grep tabs in the manual.
* * tests/comment8.test: Use $MAKE, not make.Alexandre Duret-Lutz2004-10-252-1/+5
|
* * tests/distcom3.test: Typo.Alexandre Duret-Lutz2004-10-232-2/+6
|
* * doc/automake.texi (Libtool Convenience Libraries): Explain howAlexandre Duret-Lutz2004-10-224-2/+42
| | | | to force the linker selection.
* * lib/install-sh: Fix the dirname emulation to ignore trailingAlexandre Duret-Lutz2004-10-223-5/+25
| | | | | | | slashes, i.e., the direname of `a/b/' is `a', not `a/b/'. This caused `install-sh a/b/' to fail. * tests/instsh2.test: Augment. Report from Пухальский Юрий Андреевич.
* * automake.in (get_object_extension): The extension to use is knowAlexandre Duret-Lutz2004-10-215-13/+67
| | | | | | | | | | | by the caller, and cannot be selected by looking only at the target name. Simplify this function to simply conditionally prepend $U to the given extension. (handle_programs, handle_libraries, handle_ltlibraries): Hard-code the extension to use. This way Automake won't mistake a program named `foo.la' as a libtool library. * tests/primary3.test: New file. * tests/Makefile.am (TESTS): Add primary3.test.
* * doc/automake.texi (Install): Link to node Extending for examples.Alexandre Duret-Lutz2004-10-124-4/+15
| | | | | (Extending): More comments about install-data-hook vs install-exec-hook, and link to Install.
* * configure.ac: Export @am_AUTOCONF@.Alexandre Duret-Lutz2004-10-1214-17/+48
| | | | | | | | | * tests/defs.in (AUTOCONF): Define as @am_AUTOCONF@, not @AUTOCONF@, so the test suite runs `autoconf' and not `missing --run autoconf'. * tests/missing.test, tests/missing2.test: Arrange for missing to be used in front of autoconf even if the user has exported AUTOCONF. This fixes two spurious failures reported by Mark D. Baushke.
* * lib/compile: Handle output.obj in addition to output.o.Alexandre Duret-Lutz2004-10-123-1/+13
| | | | * tests/compile.test: Check for this.
* * doc/automake.texi (Sources): Typo, reported by Karl Berry.Alexandre Duret-Lutz2004-10-114-3/+7
|
* * aclocal.in ($ac_defun_rx): Match AC_DEFUN_ONCE.Alexandre Duret-Lutz2004-10-104-4/+15
| | | | | (trace_used_macros): Trace AC_DEFUN_ONCE. * tests/aclocal5.test: Use AC_DEFUN_ONCE.
* * doc/automake.texi (Extending): Typo.Alexandre Duret-Lutz2004-10-104-5/+9
|
* * tests/subobj9.test: Adjust regexes after previous patch.Alexandre Duret-Lutz2004-09-282-2/+6
|
* * automake.in (handle_languages, define_compiler_variable): OutputAlexandre Duret-Lutz2004-09-284-12/+48
| | | | | | | | | | | Libtool's --tag= option before --mode=compile, because depcomp use --mode=compile as end marker for libtool arguments. (define_linker_variable): Likewise before --mode=link, for uniformity. * tests/pr307.test: Make sure dependency files are updated. That was not the case because depcomp thought `--tag=CC' was the compiler to get dependencies from. Report from Пухальский Юрий Андреевич.
* * doc/automake.texi (Clean): Document -local targets.Alexandre Duret-Lutz2004-09-252-3/+24
|
* * doc/automake.texi: Typos.Alexandre Duret-Lutz2004-09-254-4/+8
|
* Typos and other English mistakes reported...Alexandre Duret-Lutz2004-09-223-3/+3
| | | | | * doc/automake.texi (Timeline): ... by Jim and Gary. * NEWS: ... by Richard Dawe.
* Typos and other English mistakes reported...Alexandre Duret-Lutz2004-09-215-28/+33
| | | | | * doc/automake.texi (Timeline): ... by Jim and Gary. * NEWS: ... by Richard Dawe.
* * lib/Automake/VarDef.pm (append): Strip comments from augmentedAlexandre Duret-Lutz2004-09-215-1/+74
| | | | | | | variables. * tests/comment8.test: New file. * tests/Makefile.am (TESTS): Add comment8.test. Report from Stepan Kasal.
* * configure.ac, NEWS: Bump version to 1.9.2a.Alexandre Duret-Lutz2004-09-1916-25/+31
|
* * configure.ac, NEWS: Bump version to 1.9.2.Release-1-9-2Alexandre Duret-Lutz2004-09-1915-25/+36
|
* * tests/compile.test: Fix rm usage.Alexandre Duret-Lutz2004-09-193-3/+4
|
* * INSTALL, lib/INSTALL, lib/config.sub, lib/config.guess,Alexandre Duret-Lutz2004-09-196-90/+115
| | | | lib/texinfo.tex: New upstream versions.
* * doc/automake.texi (Timeline): New node. Thanks to Karl and TomAlexandre Duret-Lutz2004-09-194-13/+778
| | | | | | | for their comments on a preliminary version of this, Akim for digging out some old mails, and Jason Molenda for sending the note about Automake in Alias to Tom. (Releases): Rename `ac' to `acl', suggested by Akim.
* * doc/automake.texi (Releases): New node.Alexandre Duret-Lutz2004-09-154-2/+86
|
* * doc/automake.texi (Dependencies): Link to Dependency TrackingAlexandre Duret-Lutz2004-09-152-37/+44
| | | | | | | Evolution. (Dependency Tracking Evolution): Link to GNU make, Sources (for BUILT_SOURCES), and update the paragraph about the "plan" to inline dependency tracking with gcc3.
* * doc/automake.texi (History): New node.Alexandre Duret-Lutz2004-09-154-4/+296
| | | | | | | (Dependency Tracking Evolution): New node, filled with a Texinfo version of Tom Tromey's ``Dependency Tracking in Automake'' document, initially published on the Automake homepage on 2001-06-29.
* * lib/compile, lib/elisp-comp, lib/install-sh, lib/ylwrap: Use $retAlexandre Duret-Lutz2004-09-105-15/+20
| | | | instead of $status which is read-only in Zsh.
* * lib/compile: Preserve spaces in arguments (for exampleAlexandre Duret-Lutz2004-09-105-38/+96
| | | | | | -DPACKAGE_STRING="foo 0.1"). * tests/compile.test: New file. * tests/Makefile.am (TESTS): Add compile.test.
* * automake.in (handle_clean): Sort rm commands output forAlexandre Duret-Lutz2004-09-072-4/+11
| | | | | | mostlyclean-generic, clean-generic, distclean-generic, and maintainer-clean-generic. Report from Bob Friesenhahn.
* * automake.in ($PATH_PATTERN): Add `+'.Alexandre Duret-Lutz2004-09-072-1/+5
|
* * tests/missing3.test: New file (check for Paolo's change below).Alexandre Duret-Lutz2004-09-075-42/+97
| | | | | | | | | * tests/Makefile.am (TESTS): Add missing3.test. * missing: Handle all command line options together. Add a separate case statement to detect failed runs, and fail silently there if --help or --version is passed to the program.
* * configure.ac, NEWS: Bump version to 1.9.1a.Alexandre Duret-Lutz2004-08-1116-25/+31
|
* * configure.ac, NEWS: Bump version to 1.9.1.Release-1-9-1Alexandre Duret-Lutz2004-08-1116-26/+38
|
* * lib/config.guess, lib/texinfo.tex: New upstream versions.Alexandre Duret-Lutz2004-08-113-8/+27
|
* For PR automake/433:Alexandre Duret-Lutz2004-08-113-9/+12
| | | | * configure.ac (pkgvdatadir): Define using "$PACKAGE", not "automake".
* Fix PR automake/432:Alexandre Duret-Lutz2004-08-113-3/+20
| | | | | * lib/am/yacc.am [!%?MORE-THAN-ONE%]: Replace `#line's in y.tab.h too. * tests/yacc7.test: Check this.
* * automake.in (yacc_lex_finish_helper): Fix definition of YLWRAPAlexandre Duret-Lutz2004-08-036-29/+47
| | | | | | | | | | when ylwrap is installed in a default aux dir found in a parent package. * tests/subpkg.test: Augment to check that YLWRAP is installed properly. * doc/automake.texi (Yacc and Lex): ylwrap is not sought is the current directory. Report from Norman Gray.
* * doc/automake.texi (Optional): Update documentation forAlexandre Duret-Lutz2004-08-022-14/+14
| | | | AC_CANONICAL_BUILD, AC_CANONICAL_HOST, and AC_CANONICAL_SYSTEM.
* * automake.in (AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): Replace by ...Alexandre Duret-Lutz2004-08-0112-13/+104
| | | | | | | | | | (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): ... these. (scan_autoconf_traces): Scan for the latter three macros instead of the former two. (make_paragraphs): Adjust definitions of %BUILD%, %HOST%, and %TARGET%. * tests/hosts.test: New file. * tests/Makefile.am (TESTS): Add hosts.test. Report and test case from Norman Gray.
* * aclocal.in (scan_file): Update "#Extending%20aclocal" URL, makeinfoAlexandre Duret-Lutz2004-08-012-1/+6
| | | | 4.7 now outputs "#Extending-aclocal".
* * configure.ac, NEWS: Bump version to 1.9.0a.Alexandre Duret-Lutz2004-07-2816-25/+29
|
* * configure.ac, NEWS: Bump version to 1.9.branchpoint-1-9Release-1-9Alexandre Duret-Lutz2004-07-2816-733/+222
|
* * automake.in (generate_makefile): Update misleading comment aboutAlexandre Duret-Lutz2004-07-282-2/+6
| | | | libtool scripts.
* * lib/texinfo.tex: New upstream version.Alexandre Duret-Lutz2004-07-282-86/+62
|
* revert hasty commit before releaseAlexandre Duret-Lutz2004-07-288-100/+2
|