doc


Log

Author Commit Date CI Message
Alexandre Duret-Lutz aa1bb7f4 2005-03-31T18:22:23 * doc/automake.texi: Fix a few typos.
Alexandre Duret-Lutz 858a195a 2005-03-30T19:50:52 * doc/automake.texi (Uniform): Use xmldir instead of htmldir as example, since the GCS now define htmldir. (Auxiliary Programs): Mention config-ml.in and symlink-tree. Give a URL for texinfo.tex. (Public macros): Sort alphabetically, and move obsolete macros... (Obsolete macros): ... here. Prompted by Karl Berry.
Alexandre Duret-Lutz ecbd83fa 2005-03-29T23:41:28 * doc/automake.texi (Multiple Outputs): Fix mistakes reported by Jim Meyering.
Alexandre Duret-Lutz 013193a6 2005-03-29T23:34:50 * doc/automake.texi (Multiple Outputs): Fix mistakes reported by Jim Meyering.
Alexandre Duret-Lutz de0c3eca 2005-03-29T20:21:05 * doc/automake.texi (Multiple Outputs): Fix mistakes reported by Jim Meyering.
Alexandre Duret-Lutz 54951ffa 2005-03-29T18:46:55 * lib/am/lisp.am ($(am__ELCFILES)): Prevent races if the recover rule is run with `make -j'. * doc/automake.texi (Multiple Outputs): Adjust. * tests/lisp6.test: Augment it. * tests/lisp8.test: New file. * tests/Makefile.am (TESTS): Add lisp8.test. Suggested by Bruno Haible.
Alexandre Duret-Lutz 3608e817 2005-03-27T12:39:17 * doc/automake.texi: Use @:, @., @!, and @tie{} where appropriate.
Alexandre Duret-Lutz aca86b10 2005-03-05T16:36:54 * doc/automake.texi: Replace wicked whiches by thats.
Alexandre Duret-Lutz 0d3ad21b 2005-02-27T00:24:31 * m4/lispdir.m4: Use datarootdir instead of datadir to match GCS. * doc/automake.texi (Hard-Coded Install Paths): Adjust.
Alexandre Duret-Lutz 39d76e98 2005-02-27T00:09:04 * doc/automake.texi: Replace many uses of @samp by @code, and vice versa. Use @command, @option, and @env where appropriate.
Alexandre Duret-Lutz b500f951 2005-02-26T21:32:18 * doc/automake.texi: "filename" -> "file name", for consistency with GNU Coding Standards. See also Paul's change on 2004-08-20 in Autoconf.
Alexandre Duret-Lutz 51d3f873 2005-02-26T21:21:28 * doc/automake.texi (A Library, Libtool Libraries): Show how to link a program with a static or libtool library. (Program and Library Variables): Make clearer that _LDADD and _LIBADD may also list libraries. Prompted by a mail from Bruce Korb.
Alexandre Duret-Lutz 71b2f81d 2005-02-26T10:33:10 * doc/automake.texi (Alternative): Show how to rewrite nobase_ variables using custom directory variables, and link to node Uniform. Suggested by Leonardo Boiko.
Alexandre Duret-Lutz 09f36fa6 2005-02-26T10:05:19 * doc/automake.texi (Flag Variables Ordering, User Variables): Make clearer who the maintainer is, and that he can AC_SUBST AM_ variables in configure.ac. Suggested by Norman Gray. (Uniform, Public macros, Libtool Issues, Java Support, Conditionals): Use `---' for em dash, and stick them to the enclosing text.
Alexandre Duret-Lutz 98f55c87 2005-02-26T01:09:48 * doc/automake.texi: Reword a few sentences to fix all underflow and overflow warnings during `make dvi'. (Auxiliary Programs) <configure.guess, config.sub>: Update URL. (Public macros) <AM_WITH_DMALLOC>: Likewise.
Alexandre Duret-Lutz 967a9707 2005-02-12T21:24:34 * doc/automake.texi (Hard-Coded Install Paths): New node. (Extending, Extending aclocal, Python): Link to it. (Extending): Don't show how to install a file in /etc/ directly, this is insane.
Alexandre Duret-Lutz 8fca82c5 2005-02-08T23:06:44 * lib/mdate-sh: Check the size of the word following the month to catch Darwin. This way the filename can contain spaces.
Alexandre Duret-Lutz fb6fa130 2005-02-08T21:41:17 * doc/automake.texi (Requirements, Options): Typos.
Alexandre Duret-Lutz a1d34cdc 2005-02-07T22:48:57 * doc/automake.texi (Requirements): Show one example of AC_CONFIG_FILES with multiple outputs, and correct a few typos.
Alexandre Duret-Lutz 16ca5753 2005-02-06T12:33:32 * aclocal.in (usage, parse_arguments): New --dry-run and --diff options. (install_file, write_aclocal): Honor --dry-run and --diff. * doc/automake.texi (aclocal options): Document --dry-run and --diff. (Serials): Mention --diff. * lib/Automake/FileUtils.pm (handle_exec_errors): Accept an $expected_exit_code argument. (xsystem): Take a list of arguments, not a string. * tests/acloca18.test: Use --dry-run and --diff. Suggested by Paul Eggert.
Alexandre Duret-Lutz fdfebffa 2005-02-06T10:32:59 * doc/automake.texi (aclocal options, Macro search path, Extending aclocal, Local Macros, Serials, Future of aclocal): Make these subsection of ... (Invoking aclocal): ... this.
Alexandre Duret-Lutz a2ca2620 2005-02-06T10:22:29 * aclocal.in ($serial_line_rx): Allow trailing garbage after the serial number. (scan_file): Explicitly mark the "ill-formed serial" message as a warning. * doc/automake.texi (aclocal options, Local Macros): Link to... (Serials): ... this new section.
Alexandre Duret-Lutz 678fab8e 2005-02-01T20:51:24 * doc/automake.texi (aclocal options): Typo.
Alexandre Duret-Lutz dfa86f00 2005-01-31T23:41:10 * aclocal.in (list_compare): New functions. (scan_file): Honor #serial lines. * tests/acloca18.test: New test. * tests/Makefile.am (TESTS): Add it. * doc/automake.texi (aclocal options, Local Macros): Document #serial.
Alexandre Duret-Lutz d3a058fb 2005-01-30T17:47:39 Preliminary support for `aclocal --install'. This still lacks #serial support. * aclocal.in (reset_maps, install_file): New functions. (write_aclocal): Copy files if --install. (usage, parse_arguments): Recognize --install. ("MAIN"): Start aclocal again if some file were installed. * tests/acloca10.test: Augment to test --install. * tests/aclocal.in, tests/defs.in: Add support for ACLOCAL_TESTSUITE_FLAGS, used by acloca10.test. * doc/automake.texi (aclocal options, Local Macros): Document --install. (Future of aclocal): Adjust.
Alexandre Duret-Lutz 82bf79e1 2005-01-30T12:44:48 * doc/automake.texi (Macro search path): Using --acdir is not obvious, it's erroneous.
Alexandre Duret-Lutz 956346f3 2005-01-30T11:38:52 * doc/automake.texi (direntry): Let `info Automake' point to the manual, and `info automake' to the `Invoking automake' node. Like in Autoconf.
Akim Demaille 157d3252 2005-01-27T09:25:45 * lib/Automake/Configure_ac.pm: s/filename/file_name/g. From Paul Eggert.
Alexandre Duret-Lutz b5aee628 2005-01-23T22:19:36 * doc/automake.texi (How the Linker is Chosen): Explain how the linker is chosen without diagram, and update to match the code. Suggestion from Adrian Bunk.
Alexandre Duret-Lutz 391df12b 2005-01-09T14:46:22 * m4/amversion.in, m4/as.m4, m4/auxdir.m4, m4/ccstdc.m4, m4/cond.m4, m4/depend.m4, m4/depout.m4, m4/dmalloc.m4, m4/gcj.m4, m4/header.m4, m4/init.m4, m4/install-sh.m4, m4/lead-dot.m4, m4/lex.m4, m4/lispdir.m4, m4/maintainer.m4, m4/make.m4, m4/minuso.m4, m4/missing.m4, m4/mkdirp.m4, m4/multi.m4, m4/obsol-gt.m4, m4/obsol-lt.m4, m4/obsolete.m4, m4/options.m4, m4/protos.m4, m4/python.m4, m4/regex.m4, m4/runlog.m4, m4/sanity.m4, m4/strip.m4, m4/tar.m4: Use the same all-permissive license that is used in aclocal.m4. Relicensing backed by RMS.
Alexandre Duret-Lutz dd477a4e 2005-01-09T12:06:08 * doc/automake.texi (A Library, LIBOBJS): Mention that empty libraries are not portable.
Alexandre Duret-Lutz 26169ba6 2005-01-03T21:32:19 Fix handling of per-target flags in link rules. * automake.in (define_per_target_linker_variable): New function. (handle_programs, handle_ltlibraries): Use it. (%link_languages): New map. (register_language): Fill it. * lib/am/ltlibrary.am (%LTLIBRARY%): Do not append $(%XLTLIBRARY%_LDFLAGS) to the command, this is now done by define_per_target_linker_variable if needed. * lib/am/program.am (%PROGRAM%%EXEEXT%): Likewise with $(%XPROGRAM%_LDFLAGS). * doc/automake.texi (Program and Library Variables): Mention AM_LDFLAGS and AM_LIBTOOLFLAGS in the definition of maude_LDFLAGS and maude_LIBTOOLFLAGS. * tests/libtool9.test: New file. * tests/Makefile.am (TESTS): Add it. * NEWS: Explain the backward incompatibility. Report from Akim Demaille.
Alexandre Duret-Lutz 25eca5c6 2005-01-01T17:19:14 * doc/automake.texi (Requirements) <AC_CONFIG_FILES>: Discuss specifications with shell variables. (Optional) <AC_CONFIG_HEADERS, AC_CONFIG_LINKS>: Point to AC_CONFIG_FILES for this explanation. * automake.in (substitute_ac_subst_variables_worker, substitute_ac_subst_variables): Mew functions. (rewrite_inputs_into_dependencies): Use substitute_ac_subst_variables to ignore dependencies that contain unAC_SUBSTed shell variables. (handle_configure): Likewise, do not output rules for AC_CONFIG_HEADERS, AC_CONFIG_FILES, and AC_CONFIG_LINKS targets that unAC_SUBSTed contain shell variables. * tests/autohdr4.test: Use an AC_SUBST variable in a specification. * tests/output11.test, tests/output12.test: New files. * tests/Makefile.am (TESTS): Add output11.test and output12.test.
Alexandre Duret-Lutz ae6b80f3 2004-12-30T23:10:52 Support for `install-dvi', `install-html', `install-ps', and `install-pdf', as recently introduced into the GNU Coding Standard. * automake.in (handle_factored_dependencies): Reject uninstall-dvi-local, uninstall-html-local, uninstall-info-local, uninstall-ps-local, and uninstall-pdf-local. Allow install-info-local even when no-installinfo is not used. (handle_data): Allow datarootdir, dvidir, htmldir, pdfdir, and psdir. (%standard_prefix): Declare these new standard directory variables. * doc/automake.texi (Texinfo, Third-Party Makefiles): Document install-dvi, install-html, install-pdf, and install-ps. (Extending): Document install-local-dvi, install-local-html, install-local-info, install-local-pdf, and install-local-ps. * lib/Automake/Rule.pm (%dependencies): Add new install rules, and remove uninstall-info. * /cvs/automake/automake/lib/am/texinfos.am (install-dvi, install-dvi-am, install-dvi-recursive, install-html, install-html-am, install-html-recursive, install-pdf, install-pdf-am, install-pdf-recursive, install-ps, install-ps-am, install-ps-recursive, uninstall-dvi-am, uninstall-html-am, uninstall-pdf-am, uninstall-ps-am): New rules. (uninstall-info): Delete. * tests/txinfo21.test: Augment to check for these new rules. * tests/exdir2.test: Do not use `htmldir' as example of undefined directory. * tests/overrid.test: Do not be fooled by install-ps and install-html. * tests/txinfo10.test: Do not grep for uninstall-info-recursive.
Alexandre Duret-Lutz 5b5c240e 2004-12-27T21:18:52 * Makefile.am (maintainer-check): Refine check for @_ in scalar context. Check for correct use of PRE_INSTALL, NORMAL_INSTALL, POST_INSTALL, PRE_UNINSTALL, NORMAL_UNINSTALL, and POST_UNINSTALL. * lib/am/texinfos.am (uninstall-info-am): Hide the invocation of $(PRE_UNINSTALL).
Alexandre Duret-Lutz 4309300e 2004-12-27T20:43:41 * lib/am/texinfos.am (uninstall-info-am): Show change of directory while uninstalling DJGPP-style info files.
Alexandre Duret-Lutz 4b354511 2004-12-27T20:38:22 Declare recursive install targets as dependencies of `.MAKE', so that `make -n install' works with BSD Make too.
Alexandre Duret-Lutz b0b42cd2 2004-12-18T17:54:28 * doc/automake.texi (gettext): Move the paragraph about dist_list_LISP... (Emacs Lisp): ... here. Report from Bruno Haible.
Alexandre Duret-Lutz 59a49bbc 2004-12-18T10:08:57 * doc/automake.texi: Bump GFDL version to 1.2, since that is what we distribute.
Alexandre Duret-Lutz f7b0aa82 2004-12-18T09:33:14 * doc/automake.texi: Fix more misuses of @xref and @pxref, including some of the "correction" below. Thanks to Karl Berry.
Alexandre Duret-Lutz 3f95e42e 2004-12-17T23:46:58 * doc/automake.texi: Correct several misuses of @xref and @pxref.
Akim Demaille 28fca23d 2004-12-14T13:15:41 * doc/automake.texi (Options): Englishoes. (Options): And another.
Akim Demaille 21d737a6 2004-12-14T13:13:30 * doc/automake.texi (Options): Englishoes.
Alexandre Duret-Lutz 9c0c49fb 2004-12-12T23:39:02 * automake.in (check_user_variables): New function, extracted from ... (handle_languages): ... here. (handle_languages, define_compiler_variable, define_link_variable): Honore LIBTOOLFLAGS. (handle_single_transform): Check _LIBTOOLFLAGS in addition to other per-target flags for Libtool objects. (handle_libtool): Warn if LIBTOOLFLAGS is defined. * doc/automake.texi (Libtool Flags, Program and Library Variables, Flag Variables Ordering): Document LIBTOOLFLAGS. * tests/libtool7.test: Check basic support for LIBTOOLFLAGS. * tests/libtool8.test: Make sure Automake warns about LIBTOOLFLAGS definitions. * tests/subobj9.test: Adjust.
Alexandre Duret-Lutz 4c4df87d 2004-12-11T00:29:29 * doc/automake.texi (Per-Object Flags): New node.
Alexandre Duret-Lutz 9681f98f 2004-12-09T21:48:20 * doc/automake.texi (Java): Mention dist_ and add an example. * tests/java.test: Do actually compile java files and run distcheck.
Alexandre Duret-Lutz eea99da2 2004-12-05T15:40:38 * doc/automake.texi (Clean): Typo.
Alexandre Duret-Lutz 93cdc450 2004-12-05T15:35:23 * doc/automake.texi: Use @acindex for Autoconf macros, and @vindex for variables (@cvindex was previously used for both). Separate these two indices in the output. Use @code, @file, and @command in @cindex lines wherever appropriate so they render nicely.
Alexandre Duret-Lutz a5114dca 2004-12-05T13:10:16 * doc/automake.texi (renamed objects, CVS): Typos.
Alexandre Duret-Lutz 251aa1a3 2004-12-05T13:05:51 * doc/automake.texi (Flag Variables Ordering): New section. (User Variables, Program and Library Variables): @xref it.
Alexandre Duret-Lutz 3b3a5343 2004-11-24T22:44:17 * doc/automake.texi (Conditional Subdirectories): More comments about non-distributed subdirectories.
Alexandre Duret-Lutz c05c0c90 2004-11-24T21:03:59 * doc/automake.texi (Built sources example): Fix typo.
Alexandre Duret-Lutz 97f03a22 2004-11-09T23:39:58 * doc/automake.texi (Libtool Modules): Make clearer that -module should appear explicitly in _LDFLAGS.
Alexandre Duret-Lutz 3110f38b 2004-11-04T22:19:41 * aclocal.in: Use Automake::ChannelDefs, and adjust all output to be done via `fatal', `msg', `verb', or `prog_error'. (version): New function. (parse_arguments): Rewrite using Getopt::Long, call &version, and honor -W and --warning. ($verbose): Remove. (trace_used_macros): Do not trace the first arguments of macros for which we do not need it. This caused failures because of unexpected newlines in the output. * doc/automake.texi (aclocal options): Document -W and --warning. * tests/defs.in (ACLOCAL): Always use -Werror, to catch Perl warnings about uninitialized variables.
Alexandre Duret-Lutz a7016d70 2004-11-01T09:55:35 * doc/automake.texi (LIBOBJS): Spelling and grammar corrections from Ralf Wildenhues.
Alexandre Duret-Lutz 9e7295cf 2004-10-31T22:12:11 * doc/automake.texi (LIBOBJS): Augment with an example setup. (LTLIBOBJ): Rename as ... (LTLIBOBJS): ... this. Link to LIBOBJS, and mention LTALLOCA.
Alexandre Duret-Lutz d3cd9f6d 2004-10-25T18:59:54 * doc/automake.texi: Untabify, tabs in the examples are poorly rendered. * Makefile.am (maintainer-check): Grep tabs in the manual.
Alexandre Duret-Lutz 00b9d62a 2004-10-22T20:00:05 * doc/automake.texi (Libtool Convenience Libraries): Explain how to force the linker selection.
Alexandre Duret-Lutz 8051fc95 2004-10-12T19:56:04 * doc/automake.texi (Install): Link to node Extending for examples. (Extending): More comments about install-data-hook vs install-exec-hook, and link to Install.
Alexandre Duret-Lutz 769b1cc8 2004-10-12T19:39:08 * configure.ac: Export @am_AUTOCONF@. * 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.
Alexandre Duret-Lutz c04803e1 2004-10-11T18:48:02 * doc/automake.texi (Sources): Typo, reported by Karl Berry.
Alexandre Duret-Lutz 72b84865 2004-10-10T15:58:07 * doc/automake.texi (Extending): Typo.
Alexandre Duret-Lutz 8e1923fe 2004-10-10T15:52:02 * m4/as.m4 (AM_PROG_AS): Check dependency tracking mode for CCAS. * automake.in (cppasm): Use the dependency tracking more for CCAS. * doc/automake.texi (Assembly Support): Note that *.S are preprocessed with CPPFLAGS.
Alexandre Duret-Lutz fef3bd37 2004-09-26T21:16:56 more files to ignore
Alexandre Duret-Lutz 299dbc2e 2004-09-25T20:50:29 * doc/automake.texi (Clean): Document -local targets.
Alexandre Duret-Lutz d45d533b 2004-09-25T20:29:21 * doc/automake.texi: Typos.
Alexandre Duret-Lutz e43cc68e 2004-09-22T06:00:05 * doc/automake.texi (Timeline): Typos and other English mistakes reported by Jim and Gary.
Alexandre Duret-Lutz 1208ab4a 2004-09-21T19:39:18 * doc/automake.texi (Timeline): Typos and other English mistakes reported by Jim and Gary.
Alexandre Duret-Lutz 52ddeac1 2004-09-19T21:30:48 * doc/automake.texi (Timeline): New node. Thanks to Karl and Tom 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.
Alexandre Duret-Lutz a5b04d03 2004-09-15T22:03:38 * doc/automake.texi (Releases): New node.
Alexandre Duret-Lutz 85895b0a 2004-09-15T20:37:58 * doc/automake.texi (Dependencies): Link to Dependency Tracking 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.
Alexandre Duret-Lutz 95ff5a31 2004-09-15T20:17:12 * doc/automake.texi (History): New node. (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.
Alexandre Duret-Lutz 1e840d7c 2004-08-03T23:02:56 Support AC_REQUIRE_AUX_FILE, and fix requirement of AM_PROG_CC_C_O. * automake.in (%required_aux_file): New hash. (handle_single_transform, lang_c_rewrite): Do note explicitly require 'compile', this is now an internal detail of AM_PROG_CC_C_O. (scan_autoconf_traces): Trace AC_REQUIRE_AUX_FILE and fill %required_aux_file. (scan_autoconf_files): Require all %required_aux_file instead of explicitly requiring install-sh and missing. (generate_makefile): Do not require config.sub and config.guess. (handle_single_transform): Pass $have_per_exec_flags to &lang_c_rewrite. * configure.ac, m4/init.m4: Require Autoconf 2.59a. * doc/automake.texi (Optional): Document AC_REQUIRE_AUX_FILE. (Program and Library Variables, Options, Public macros): AC_PROG_CC_C_O is required when per-target flags or subdir-objects are used with C sources. * m4/minuso.m4: Require `compile' using AC_REQUIRE_AUX_FILE. * m4/missing.m4: Require `missing' similarly. * tests/acsubst2.test, tests/distcom2.test, tests/distcom6.test, tests/specflg.test, tests/specflg2.test, tests/specflg3.test, tests/specflg6.test, tests/specflg7.test, tests/specflg8.test, tests/specflg9.test, tests/subobj7.test, tests/target-cflags.test, tests/yacc6.test: Fix to use AM_PROG_CC_C_O.
Alexandre Duret-Lutz 6965500c 2004-08-03T20:20:07 * automake.in (yacc_lex_finish_helper): Fix definition of YLWRAP 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.
Alexandre Duret-Lutz 8fe3d4ea 2004-08-02T20:26:54 * doc/automake.texi (Optional): Update documentation for AC_CANONICAL_BUILD, AC_CANONICAL_HOST, and AC_CANONICAL_SYSTEM.
Alexandre Duret-Lutz 1947468f 2004-08-01T22:16:03 * automake.in (AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): Replace by ... (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.
Alexandre Duret-Lutz 16e08014 2004-08-01T17:31:22 Disable Lex and Yacc rules whenever possible if AM_MAINTAINER_MODE is used and maintainer-mode disabled. * automake.in (Automake::struct): Define nodist_specific. Set it in languages yacc, yaccxx, lex, and lexxx. (register_language): Default nodist_specific to 0. (handle_single_transform): Honor nodist_specific. * lib/am/yacc.am (am__skipyacc): Define this in maintainer mode. (%EXT%%DERIVED-EXT%, %OBJ%): Use $(am__skipyacc) to disable these rules when needed. * lib/am/lex.am (am__skiplex): Define this in maintainer mode. (%EXT%%DERIVED-EXT%, %OBJ%): Use $(am__skiplex) to disable these rules when needed. * tests/mmodely.test: New file. * tests/pr204.test: Augment to check AM_MAINTAINER_MODE and nodist_ parsers. * tests/Makefile.am (TESTS): ADd mmodely.test. * doc/automake.texi (Yacc and Lex): Note dependence on maintainer mode.
Alexandre Duret-Lutz 96afbaa4 2004-07-28T20:51:38 * configure.ac, NEWS: Bump version to 1.9a.
Alexandre Duret-Lutz 1ff79540 2004-07-28T20:41:39 * configure.ac, NEWS: Bump version to 1.9.
Alexandre Duret-Lutz c97542e2 2004-07-28T19:58:37 revert hasty commit before release
Derek R. Price c3783fca 2004-07-27T12:50:56 * lib/am/yacc.am, lib/am/lex.am: Only compile these targets in maintainer mode. * doc/automake.texi (Yacc and Lex): Note dependence on maintainer mode. * NEWS: Note same dependency. * tests/mmode-lexyacc.test: New file.
Alexandre Duret-Lutz 55846d15 2004-07-25T21:34:41 * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Remove `.' from the mkdir_p definition, it causes `make install' to fails for user with no right to write in the source-tree. * automake.in (handle_configure): Do not use mkdir_p in the definition for $(mkdir_p). Report from Harlan Stenn.
Alexandre Duret-Lutz 844e7f04 2004-07-22T17:22:33 * doc/automake.texi (Libtool Modules): Typo in example. Report from Ulrich Eckhardt.
Alexandre Duret-Lutz b333cd22 2004-07-17T14:56:16 * configure.ac, NEWS: Bump version to 1.8e.
Alexandre Duret-Lutz 7b53cc3f 2004-07-17T11:40:23 * configure.ac, NEWS: Bump version to 1.8d.
Alexandre Duret-Lutz fc118116 2004-07-17T09:10:42 * doc/automake.texi (Top level): Rename as ... (Directories): ... this, and split into ... (Subdirectories, Conditional Subdirectories): ... these. (Conditional Subdirectories): Describe SUBDIRS and DIST_SUBDIRS before the example. Append a discussion about non-configured conditional directories. (Alternative): Move as a child of Directories. (Subpackages): New section. (Dist): Adjust links to Subdirectories, a Subpackages. (Third-Party Makefiles): Link to Conditional Subdirectories.
Alexandre Duret-Lutz b23ddf1b 2004-07-11T22:19:27 * doc/automake.texi (Options): Improve ustar file name length discussion. Reference tar manual.
Alexandre Duret-Lutz 68acb54a 2004-07-11T22:07:25 For PR automake/428: Support for conditionally defined -hook and -local rules. * automake.in (user_phony_rule): New function. (handle_dist, handle_install, handle_all, do_check_merge_target, handle_factored_dependencies): Use user_phony_rule before adding a user -hook or -local rule as a dependency to ensure it is always defined an phony. * tests/cond37.test, tests/condhook.test: New files. * tests/Makefile.am (TESTS): Add them. Report from Simon Josefsson and Nik A. Melchior.
Paul Eggert abe03dd6 2004-07-05T07:07:05 (Install): Warn that you should create /tmp/staging before installing into it, to avoid security problems.
Alexandre Duret-Lutz ac1bc909 2004-06-16T19:17:03 For Debian Bug#254372: * doc/automake.texi (Invoking aclocal): Rewrite the paragraph explaining m4_include is used for relative files.
Alexandre Duret-Lutz 21e87c93 2004-06-03T20:19:27 * lib/am/clean.am (distclean-generic): Do no `rm -f $(CONFIG_CLEAN_FILES)' if `$(CONFIG_CLEAN_FILES)' is empty. Report from Nicolas Joly.
Alexandre Duret-Lutz ad97d50f 2004-05-31T21:28:36 * doc/automake.texi (Built sources example): Explain what nodist_foo_SOURCES is (not) useful to, and use it in all the examples. (Tags): Mention nodist_noinst_HEADERS and nodist_prog_SOURCES. Suggested by Akim Demaille.
Alexandre Duret-Lutz 5b8ccc44 2004-05-23T19:30:14 * configure.ac, NEWS: Bump version to 1.8c.
Alexandre Duret-Lutz 95853b65 2004-05-23T19:02:40 * configure.ac, NEWS: Bump version to 1.8b.
Alexandre Duret-Lutz bf7ab094 2004-05-22T07:19:37 Check directory names for unportable names. Shaking the code to check this also led to the removal of the no-"/"-in-SUBDIRS restriction, and a fix to _do_recursive_traversal. * automake.in (check_directory): New function extracted from handle_subdirs, and augmented to check for reserved W32/DOS name. (check_directories_in_var): New function. (handle_subdirs): Call check_directories_in_var. Doing so also suppress the restriction that SUBDIRS should not contain slashes. (scan_autoconf_traces) <AC_CONFIG_AUX_DIR>: Call check_directory to ensure the argument exists and is safe. * doc/automake.texi (Top level): Do not say that src/subdir cannot be put in SUBDIRS. (Dist): Mention that distdir and top_distdir can be absolute. * lib/Automake/Variable.pm (_do_recursive_traversal) Support undefined $fun_collect, and fix two bugs introduced with skip_ac_subst on 2004-03-07. * lib/am/distdir.am (distdir): Use absolute distdir and top_distdir when recursing, because we can no longer prepend only `..' in case of SUBDIRS with `/'. * tests/auxdir4.test, tests/subdir9.test: New files. * tests/Makefile.am (TESTS): Add auxdir4.test. * tests/cond2.test, tests/subdir7.test: Augment to check location in diagnostics.
Alexandre Duret-Lutz adbf3ce6 2004-05-15T16:12:07 * lib/am/texibuild.am (?!GENERIC_INFO?%DEST_INFO_PREFIX%%DEST_SUFFIX%): Fold a few lines to reduce the output by 5 lines. Suggested by Karl Berry.
Alexandre Duret-Lutz e38fafec 2004-05-13T20:43:23 * doc/automake.texi (Program and Library Variables): Remove doubled word in footnote.
Alexandre Duret-Lutz 4978246f 2004-05-13T20:14:08 regen
Alexandre Duret-Lutz 55f99502 2004-04-25T10:01:22 * doc/automake.texi (Headers): Revamp.
Alexandre Duret-Lutz 4e060078 2004-04-24T14:18:52 * lib/Automake/VarDef.pm (append): Turn VAR_ASIS variables into VAR_PRETTY variables to work around make implementation with limited line length, such as OSF1/Tru64 make. * tests/longline.test: New file. * tests/Makefile.am (TESTS): Add it. * tests/pluseq3.test, tests/pluseq8.test: Adjust. Report from Simon Josefsson.