summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* maint: update copyright yearPaul Eggert2012-01-048-8/+8
| | | | All files changed to add 2012, via 'make update-copyright'.
* maint: update copyright yearEric Blake2011-01-048-17/+10
| | | | | | All files changed to add 2011, via 'make update-copyright'. Signed-off-by: Eric Blake <eblake@redhat.com>
* autom4te: don't filter out portions of location tracesEric Blake2010-09-201-2/+5
| | | | | | | | | | * bin/autom4te.in (_m4_warn): Pass warnings through the channels machinery as a single chunk, to avoid partial filtering. * lib/m4sugar/m4sugar.m4 (_m4_warn): Document the conventions. * tests/m4sugar.at (m4@&t@_warn): Enhance test to catch this. Reported by Bruno Haible. Signed-off-by: Eric Blake <eblake@redhat.com>
* m4sh: revert incorrect mix of "${a='b'}"Eric Blake2010-08-251-1/+1
| | | | | | | | | Regression introduced in cb27df430d86d5a16bc1f210d36e29400369dbc2. * bin/autoconf.as: Revert leak of literal '' into assignment. * tests/tools.at (autom4te preselections): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
* docs: mention cost of globbing during variable expansionEric Blake2010-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | * doc/autoconf.texi (Shell Substitutions) <${var=literal}>: Recommend quoting substitutions that might trigger globbing. (Limitations of Builtins) <:>: Likewise. * bin/autoconf.as: Follow our own advice. * lib/autoconf/functions.m4 (AC_FUNC_SELECT_ARGTYPES): Likewise. * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Likewise. * lib/autoconf/status.m4 (AC_OUTPUT): Likewise. * lib/autotest/general.m4 (_AT_FINISH): Likewise. * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise. * tests/autotest.at (parallel autotest and signal handling): Likewise. * tests/c.at (AC_OPENMP and C, AC_OPENMP and C++): Likewise. * tests/foreign.at (shtool): Likewise. * tests/fortran.at: Likewise. * tests/tools.at (autom4te preselections): Likewise. * tests/torture.at (VPATH): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
* autoreconf: mention the AUTOM4TE environment variableStefano Lattarini2010-08-191-2/+2
| | | | | | | * doc/autoconf.texi (Using autoreconf to Update configure Scripts): List `AUTOM4TE' among the environment variables honored by autoreconf. * bin/autoreconf.in ($help): Likewise.
* Let autoreconf pass warning flags to new-enough aclocal.Ralf Wildenhues2010-07-201-3/+13
| | | | | | | | | | | | * bin/autoreconf.in ($aclocal_supports_warnings) ($automake_supports_warnings): New globals. (parse_args): Set and use them. Be sure to invoke `aclocal --help' and `automake --help' just once each. * NEWS: Update. Prompted by report from Bruno Haible. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Eric Blake <eblake@redhat.com>
* Update copyright year.Eric Blake2010-01-058-10/+11
| | | | | | All files changed to add 2010, via 'make update-copyright'. Signed-off-by: Eric Blake <ebb9@byu.net>
* Avoid spurious newline in traced macros.Eric Blake2009-11-211-0/+1
| | | | | | | * bin/autoreconf.in (tracing): Drop newline before parsing traced arguments; regression from 2009-11-14. Signed-off-by: Eric Blake <ebb9@byu.net>
* Fix AC_CONFIG_SUBDIRS tracing in autoreconf.Ralf Wildenhues2009-11-141-11/+15
| | | | | | | | | | | | | * bin/autoreconf.in (autoreconf_current_directory): Collapse newlines in the autoconf trace output, similar to how automake invokes autoconf, so that newlines do not matter in the argument to AC_CONFIG_SUBDIRS. * tests/torture.at (Deep Package): Expose this issue in the test. * THANKS: Update. Report by Nathan Schulte. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Pass Autom4te path down to programs that autoreconf invokes.Paolo Bonzini2009-10-271-0/+2
| | | | | | * bin/autoreconf.in (autom4te): New variable. Export its value as $ENV{'AUTOM4TE'}. Suggested by Peter Johansson. * THANKS: Update.
* * bin/autoupdate.in: Fix typos in comments.Ralf Wildenhues2009-09-131-9/+9
| | | | Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Update License to GPLv3+ including new Autoconf Exception.Ralf Wildenhues2009-09-097-49/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * NEWS, README: Update licensing information. * COPYING.EXCEPTION: New file. * Makefile.am (EXTRA_DIST): Distribute it. * cfg.mk (autom4te-update): Remove copyright change warning. * lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4, lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4, lib/autoconf/c.m4, lib/autoconf/erlang.m4, lib/autoconf/fortran.m4, lib/autoconf/functions.m4, lib/autoconf/general.m4, lib/autoconf/headers.m4, lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoconf/oldnames.m4, lib/autoconf/programs.m4, lib/autoconf/specific.m4, lib/autoconf/status.m4, lib/autoconf/types.m4, lib/autotest/autotest.m4, lib/autotest/general.m4, lib/autotest/specific.m4, lib/m4sugar/foreach.m4, lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4: Update exception statement, bump to GPLv3. * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Bump to GPLv3+, adjust --version output to reflect the GPLv3+ and the Autoconf Exception. * lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm, lib/Autom4te/General.pm, lib/Autom4te/Request.pm, lib/autom4te.in, lib/autoscan/autoscan.pre, lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el, lib/freeze.mk, tests/atlocal.in, tests/autoscan.at, tests/autotest.at, tests/base.at, tests/c.at, tests/compile.at, tests/erlang.at, tests/foreign.at, tests/fortran.at, tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh, tests/semantics.at, tests/statesave.m4, tests/suite.at, tests/tools.at, tests/torture.at, tests/wrapper.as: Bump to GPLv3+.
* Allow to work on systems without Fcntl::flock implementation.Ralf Wildenhues2009-09-092-1/+5
| | | | | | | | | | * configure.ac (PERL_FLOCK): New substitution variable with test whether Fcntl::flock is implemented by the system. * bin/Makefile.am (edit): Substitute @PERL_FLOCK@. * bin/autom4te.in: Call XFile::lock only if flock is implemented. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Simplify version control metadata.Eric Blake2009-08-172-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .cvsignore: Delete. * bin/.cvsignore: Likewise. * config/.cvsignore: Likewise. * doc/.cvsignore: Likewise. * lib/.cvsignore: Likewise. * lib/autoconf/.cvsignore: Likewise. * lib/Autom4te/.cvsignore: Likewise. * lib/autoscan/.cvsignore: Likewise. * lib/autotest/.cvsignore: Likewise. * lib/emacs/.cvsignore: Likewise. * lib/m4sugar/.cvsignore: Likewise. * man/.cvsignore: Likewise. * tests/.cvsignore: Likewise. * bin/.gitignore: Likewise. * build-aux/.gitignore: Likewise. * config/.gitignore: Likewise. * doc/.gitignore: Likewise. * lib/.gitignore: Likewise. * lib/autoconf/.gitignore: Likewise. * lib/Autom4te/.gitignore: Likewise. * lib/autoscan/.gitignore: Likewise. * lib/autotest/.gitignore: Likewise. * lib/emacs/.gitignore: Likewise. * lib/m4sugar/.gitignore: Likewise. * man/.gitignore: Likewise. * tests/.gitignore: Likewise. * .gitignore: Consolidate all rules into one file. Signed-off-by: Eric Blake <ebb9@byu.net>
* Don't hide leading space in autom4te --trace output.Eric Blake2009-07-161-4/+1
| | | | | | | | * bin/autom4te.in (handle_traces): Don't flatten leading and trailing space, since tracing spacing bugs can be useful. * tests/tools.at (autom4te --trace and whitespace): New test. Signed-off-by: Eric Blake <ebb9@byu.net>
* use m4 -g when availablePaolo Bonzini2009-07-132-1/+2
| | | | | | | | | | M4sugar requires GNU m4 extensions to be enabled. Override POSIXLY_CORRECT using -g. * m4/m4.m4: Unset POSIXLY_CORRECT during first test. Test for -g. Warn user if he has POSIXLY_CORRECT set but -g is not supported. * bin/Makefile.am: Substitute @M4_GNU@ into generated files. * bin/autom4te.in: Pass @M4_GNU@ to m4.
* revert previous pushPaolo Bonzini2009-07-132-2/+1
|
* use m4 -g when availablePaolo Bonzini2009-07-132-1/+2
| | | | | | | | | | | M4sugar requires GNU m4 extensions to be enabled. Override POSIXLY_CORRECT using -g. 2009-07-12 Paolo Bonzini <bonzini@gnu.org> * m4/m4.m4: Test for -g. * bin/Makefile.am: Substitute @M4_GNU@ into generated files. * bin/autom4te.in: Pass @M4_GNU@ to m4.
* Fix concurrent autom4te.cache directory creation race.Ralf Wildenhues2009-06-121-1/+2
| | | | | | | * bin/autom4te.in: Do not error out if another `autom4te' instance created the cache directory before we could. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Use pkgdatadir consistently.Eric Blake2009-02-247-19/+19
| | | | | | | | | | | | | | | | | | | * bin/Makefile.am (edit): Substitute pkgdatadir, not datadir. * lib/Makefile.am (edit): Likewise. * lib/autom4te.in (Autoconf-without-aclocal-m4, Autotest, M4sh) (M4sugar): Use @pkgdatadir@, not @datadir@. * bin/autoheader.in ($datadir): Likewise. * bin/autom4te.in ($datadir): Likewise. * bin/autoreconf.in ($datadir): Likewise. * bin/autoscan.in ($datadir): Likewise. * bin/autoupdate.in ($datadir): Likewise. * bin/ifnames.in ($datadir): Likewise. * doc/autoconf.texi (Installation Directory Variables): Update example to be consistent; focus on $(bindir) as an autoconf variable, and mention that $(pkgdatadir) comes from automake. Reported by Reuben Thomas. Signed-off-by: Eric Blake <ebb9@byu.net>
* Use URLs in --help output, part 1: autoconf executables.Eric Blake2009-01-277-8/+24
| | | | | | | | | | | | | * bin/autoconf.as (usage): Make output consistent with recent change in gnulib version-etc module. * bin/autoheader.in ($help): Likewise. * bin/autom4te.in ($help): Likewise. * bin/autoreconf.in ($help): Likewise. * bin/autoscan.in ($help): Likewise. * bin/autoupdate.in ($help): Likewise. * bin/ifnames.in ($help): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Quote traced macros passed from autom4te to M4.Peter Breitenlohner2009-01-271-3/+3
| | | | | | | | | * bin/autom4te (handle_m4): Apply shell_quote to macro names. * tests/tools.at (autom4te --trace and unusual macro names): New test. * THANKS: Update. Signed-off-by: Eric Blake <ebb9@byu.net>
* Use modern m4sh constructs in autoconf.Eric Blake2008-11-211-14/+8
| | | | | | | * bin/autoconf.as (exit_missing_arg, getopt): Use AS_ERROR, rather than AS_EXIT. Signed-off-by: Eric Blake <ebb9@byu.net>
* Change the semantics of AS_EXIT without argument.Eric Blake2008-11-211-4/+4
| | | | | | | | | | | | | | | | * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE): When defaulting, use $? even if it is 0. (AS_ERROR): Guarantee non-zero status. * bin/autoconf.as (exit_missing_arg, getopt): Revert prior change; we want non-zero status. * tests/m4sh.at (AS@&t@_EXIT): Update test accordingly. * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Update the documentation. <AS_SET_STATUS>: Don't overly restrict implementation. (Printing Messages) <AC_MSG_ERROR>: Describe better default. Suggestions by Paolo Bonzini and Ralf Wildenhues. Signed-off-by: Eric Blake <ebb9@byu.net>
* Alter default value of AS_EXIT.Eric Blake2008-11-181-4/+4
| | | | | | | | | | | | | | | | | * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE): Let as_func_exit parameter be optional. (AS_EXIT): Use it to make better default. (_AS_DETECT_BETTER_SHELL): Use new default. * bin/autoconf.as (exit_missing_arg, getopt): Likewise. * lib/autoconf/status.m4 (AC_OUTPUT): Likewise. * tests/m4sh.at (AS@&t@_EXIT): Update test. * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Mention new default behavior. (Limitations of Builtins) <trap>: Adjust to use new default. * NEWS: Mention the semantic change. Suggested by Ralf Wildenhues. Signed-off-by: Eric Blake <ebb9@byu.net>
* Pass autoreconf -I to aclocal -IClinton Roy2008-11-101-0/+1
| | | | | | | | | * bin/autoreconf.in (parse_args): Pass --include to aclocal. * doc/autoconf.texi (autoreconf Invocation): Updates for above. * NEWS: Document it. * THANKS: Update. Signed-off-by: Eric Blake <ebb9@byu.net>
* Use AS_EXIT in autoconf.as.Eric Blake2008-10-251-4/+4
| | | | | | * bin/autoconf.as: Consistently use AS_EXIT. Signed-off-by: Eric Blake <ebb9@byu.net>
* Improve m4_copy.Eric Blake2008-10-241-1/+2
| | | | | | | | | | | | | | | | | | | * lib/m4sugar/m4sugar.m4 (m4_copy): Add second implementation for public use. (_m4_copy): New macro, which preserves pushdef stacks. (_m4_defun_pro_outer): Bypass it, for speed. (m4_init): Bypass new implementation, since it breaks on m4_defn. * bin/autoupdate.in (handle_autoconf_macros): Likewise. * lib/autoconf/general.m4 (AC_PREREQ): Undefine before redefining, now that m4_copy checks this. * doc/autoconf.texi (Redefined M4 Macros) <m4_copy>: Document this, as well as m4_rename. * lib/autoconf/autoconf.m4 (m4_copy): Temporarily redefine when renaming builtins. * NEWS: Likewise. * tests/m4sugar.at (m4@&t@_defn): Enhance test. Signed-off-by: Eric Blake <ebb9@byu.net>
* Add and document AS_ME_PREPARE and AS_LINENO_PREPAREPaolo Bonzini2008-10-111-0/+1
| | | | | | | | | | | 2008-10-10 Paolo Bonzini <bonzini@gnu.org> * lib/m4sugar/m4sh.m4 (AS_ME_PREPARE, AS_LINENO_PREPARE): New. * doc/autoconf.texi (Initialization macros): Document them. (Portable Shell): Refer to AS_LINENO_PREPARE. * bin/autoconf.as: Invoke AS_ME_PREPARE. * lib/autotest/general.m4: Likewise.
* Update invocation documentation.Eric Blake2008-08-267-10/+10
| | | | | | | | | | | | | | | | | | | | | * doc/autoconf.texi (autoscan Invocation): Mention --debug. (autoreconf Invocation): Mention -v. (autom4te Invocation): Tie --freeze to -F, not -f. (autoupdate Invocation): Mention --prepend-include. * doc/install.texi (configure Invocation): Mention --help=short, --help=recursive, -n/--no-create, --prefix. Avoid TABs. * bin/autoscan.in ($help): Omit space before `...'. * bin/ifnames.in ($help): Likewise. * bin/autoconf.as (Usage): Likewise. * bin/autoreconf.in ($help): Likewise. * bin/autoheader.in ($help): Likewise. * bin/autom4te.in ($help): Likewise. * bin/autoupdate.in ($help): Likewise. * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use `[OPTION]...', rather than `[OPTIONS]'. Mention --silent. Indent --file correctly. Signed-off-by: Eric Blake <ebb9@byu.net>
* Don't let frozen __m4_version__ break downgrade to m4 1.4.x.Eric Blake2008-08-261-23/+11
| | | | | | | | * bin/autom4te.in: Adjust comments, now that we rely on 1.4.5+. (files_to_options): Avoid inheriting __m4_version__ from frozen file if current M4 does not support it. Signed-off-by: Eric Blake <ebb9@byu.net>
* Ignore undefined macros, necessary with m4 1.6.Eric Blake2008-07-211-1/+3
| | | | | | | | * bin/autoupdate.in (_au___undefine): New macro,... (_au__undefine): ...wrapped by ifdef to silence m4 warnings. Reported by Ralf Wildenhues. Signed-off-by: Eric Blake <ebb9@byu.net>
* Add quotes to the header of autoscan-generated source.Stepan Kasal2008-07-021-2/+2
| | | | | | * bin/autoscan.in: Add quotes to AC_PREREQ and AC_INIT. Signed-off-by: Stepan Kasal <skasal@redhat.com>
* Support unbalanced () in AT_SETUP by adding two new quadrigraphs.Eric Blake2008-04-221-0/+4
| | | | | | | | | | | | | | | | | | | * bin/autom4te.in (handle_output): Substitute @{:@ and @:}@. (handle_traces): Likewise. * lib/m4sugar/m4sugar.m4 (m4_qlen): Account for new quadrigraphs. * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Add new tests. * doc/autoconf.texi (Quadrigraphs): Document them. (Evaluation Macros) <m4_expand>: Enhance documentation. (Text processing Macros) <m4_text_box>: Document cases where quadrigraphs can help for problemetic unbalanced parentheses. (Pretty Help Strings) <AS_HELP_STRING>: Likewise. (Writing Testsuites) <AT_SETUP>: Likewise. (Limitations of Builtins) <case>: Consolidate text on unbalanced parentheses, and add an example of creative comments. * NEWS: Document the addition. Reported by Joel E. Denny. Signed-off-by: Eric Blake <ebb9@byu.net>
* Flush buffered output before exit.Slava Sysoltsev2008-04-091-0/+2
| | | | | | * bin/autom4te.in (handle_output): Explicitly close file. * THANKS: Update. See http://lists.gnu.org/archive/html/autoconf/2008-04/msg00026.html.
* Use GPLv2+ plus exception as license for release.Eric Blake2008-04-057-33/+54
| | | | | | | | | | | | | | | | Return back to GPLv2+, until the text of the exceptions is finalized, reverting the change from 2007-07-03 and the first part of the change from 2007-07-20. Also: * COPYING: Revert to GPLv2. * COPYINGv3: New file, since some auxiliary build tools, used for building autoconf and not installed, are GPLv3. * Makefile.am (EXTRA_DIST): Distribute COPYINGv3. * NEWS: Remove mention of GPLv3. * README: Clarify situation regarding GPLv3. Signed-off-by: Eric Blake <ebb9@byu.net>
* Document --trace=macro:format in --help output.Eric Blake2008-03-262-7/+21
| | | | | | | * bin/autom4te.in (help): Mention optional trace format. * bin/autoconf.as (usage): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER.Eric Blake2008-03-181-3/+3
| | | | | | | | | * bin/autoscan.in (output): Avoid obsolete spelling. * tests/local.at (AC_STATE_SAVE): Update usage. * THANKS: Update. Reported by John Calcote. Signed-off-by: Eric Blake <ebb9@byu.net>
* Provide a helpful message if autopoint or libtoolize do not exist.Ralf Wildenhues2008-03-171-2/+2
| | | | | | | | | | | | * lib/Autom4te/FileUtils.pm (handle_exec_errors): New argument $hint, show if the executing program does not exist. (xsystem_hint): New function, like xsystem but allows to pass a hint. * bin/autoreconf.in: Use xsystem_hint for spawning autopoint and libtoolize. Report by Bruce Korb. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* autoreconf -m now honors $MAKE.Ralf Wildenhues2008-03-031-5/+6
| | | | | | | | | | | | * bin/autoreconf.in ($run_make): Renamed from ... ($make): ... this. Use now as command to run `make', overridden by $MAKE. Document this in --help output. * doc/autoconf.texi (autoreconf Invocation): Document all environment variables honored by autoreconf. * NEWS: Update. Report by Paul Eggert. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* * bin/autoreconf.in: Discard stderr for $autoconf/$aclocal --help.Ralf Wildenhues2008-01-081-4/+4
|
* Proper file name escaping in Autoconf programs and Perl modules.Ralf Wildenhues2007-12-087-68/+73
| | | | | | | | | | | | | | | | | | | | | | | | | This includes escaping of characters special to the shell as well as special to Perl, e.g., leading `<' or `>'. For example, when $file starts with `>', `open ">$file"' wrongly tries to append to a different file. * bin/autoconf.as: Fix quoting for autom4te options. * lib/Autom4te/General.pm (shell_quote): New function, taken from coreutils, written by Jim Meyering. (mktmpdir): Use it. * bin/autom4te.in (files_to_options, handle_m4): Use shell_quote and open_quote. * bin/autoreconf.in (parse_args): Likewise. * bin/autoscan.in (main): Likewise. * bin/autoupdate.in (main): Likewise. * bin/autoheader.in: Likewise, fixing old insufficient escaping. * bin/ifnames.in: Likewise, XFile usage fixes. * tests/tools.at (autom4te and whitespace in file names): Extend test. Test twice, with special characters allowed on w32, and the rest. Test leading and trailing whitespace, for `open_quote'. (autotools and whitespace in file names): New, analogous test. Reported by Paul Eggert and Benoit Sigoure, additional suggestions by Russ Allbery and Eric Blake.
* Fix autom4te for unusual characters in input file names.Ralf Wildenhues2007-11-261-3/+5
| | | | | | | * bin/autom4te.in (files_to_options): Quote active characters for the shell. * tests/tools.at (autom4te and white space in file names): New test.
* Remove all generated files from version control.Jim Meyering2007-10-271-565/+0
| | | | | | | | * aclocal.m4: Remove. * configure: Remove. * Makefile.in: Remove, along with all other Makefile.in in subdirs. * .gitignore: Add aclocal.m4, configure and Makefile.in. Sort. * README-hacking: New file: how to build from just-checked-out sources.
* Improve header of bin/autoconf.Eric Blake2007-10-091-0/+4
| | | | | | | | | * lib/m4sugar/m4sh.m4 (AS_INIT): Add a 'generated from' notice. * lib/autoconf/general.m4 (_AC_INIT_NOTICE): Override new notice from M4sh. * bin/autoconf.as: Put copyright up front in generated file. Signed-off-by: Eric Blake <ebb9@byu.net>
* Fix font-lock for bin/autoconf.Eric Blake2007-10-091-1/+1
| | | | | | * bin/autoconf.as (exit_missing_arg): Font-lock tweak. Signed-off-by: Eric Blake <ebb9@byu.net>
* Whenever possible, use the vertical bar as sed delimiter.Jim Meyering2007-09-241-1/+1
| | | | | | | | | | | | | | | * lib/autoconf/functions.m4 (GETLOADAVG_LIBS) [AC_FUNC_GETLOADAVG]: Use "|", not "!". * lib/autoconf/status.m4 (_AC_SRCDIRS) [ac_top_builddir_sub]: [ac_dir_suffix]: Use "|", not "," as sed delimiter. * tests/mktests.sh (as_me): Likewise. * lib/freeze.mk (check-forbidden-patterns): Likewise. * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Likewise. * configure: Regenerate. * doc/autoconf.texi (Shell Substitutions): Use "|", not "," in examples. * lib/autotest/general.m4 (AT_INIT): Use "|", not "&" as sed delimiter in the : -> $PATH_SEPARATOR transformation of $AUTOTEST_PATH. This is fine, as long as $PATH_SEPARATOR doesn't contain "|".
* Prepare for conversion to git.Eric Blake2007-09-142-1/+17
| | | | | | | | | | * doc/.cvsignore: Avoid multiple listings on one line. * bin/.cvsignore: Likewise. * .gitignore, bin/.gitignore, config/.gitignore, doc/.gitignore, lib/.gitignore, lib/Autom4te/.gitignore, lib/autoconf/.gitignore, lib/autoscan/.gitignore, lib/autotest/.gitignore, lib/emacs/.gitignore, lib/m4sugar/.gitignore, man/.gitignore, tests/.gitignore: New files, identical to .cvsignore counterpart.
* * bin/autoconf.as: Update --version output to match current GCS.Ralf Wildenhues2007-08-207-14/+14
| | | | | | | | | * bin/autoheader.in: Likewise. * bin/autom4te.in: Likewise. * bin/autoreconf.in: Likewise. * bin/autoscan.in: Likewise. * bin/autoupdate.in: Likewise. * bin/ifnames.in: Likewise.