]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Whenever possible, use the vertical bar as sed delimiter.
authorJim Meyering <jim@meyering.net>
Sat, 22 Sep 2007 12:04:51 +0000 (14:04 +0200)
committerJim Meyering <jim@meyering.net>
Mon, 24 Sep 2007 19:57:21 +0000 (21:57 +0200)
commit06f2cb9db601e99d8165fb17bf545a2219758ba3
tree4e3fc869f051004af2a46351367fb7721d5709d8
parentdc1679c9d27a3a7403d36898e696e475d91886c7
Whenever possible, use the vertical bar as sed delimiter.

* 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 "|".
15 files changed:
ChangeLog
bin/Makefile.in
configure
doc/autoconf.texi
lib/autoconf/Makefile.in
lib/autoconf/fortran.m4
lib/autoconf/functions.m4
lib/autoconf/status.m4
lib/autoscan/Makefile.in
lib/autotest/Makefile.in
lib/autotest/general.m4
lib/freeze.mk
lib/m4sugar/Makefile.in
tests/Makefile.in
tests/mktests.sh