]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Probably all the versions of bash up to 2.04 fail on
authorAkim Demaille <akim@epita.fr>
Tue, 28 Mar 2000 14:48:56 +0000 (14:48 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 28 Mar 2000 14:48:56 +0000 (14:48 +0000)
commitd56fbd245ecdab430f5156fa86faa5f3cb9a6be3
treeb4df887ddb2b143f8b4c1f227fbb981fe9000089
parentb2e9ed520af554ce8eabbce4f3e7330716bfb875
Probably all the versions of bash up to 2.04 fail on
  fnmatch ("/tmp", "[/\\]")
The backslash must not be last.

* acgeneral.m4 (_AC_INIT_HELP, AC_PATH_PROG, _AC_OUTPUT_FILES,
_AC_OUTPUT_LINKS, _AC_OUTPUT_SUBDIRS): Always make `\' be the
first character in all the `[]' of `case' patterns.
ChangeLog
acgeneral.m4
lib/autoconf/general.m4