* configure.ac (ac_cv_unsupported_fs_chars): Make editing easier.
Signed-off-by: Eric Blake <ebb9@byu.net>
2009-07-25 Eric Blake <ebb9@byu.net>
+ Fix font-lock.
+ * configure.ac (ac_cv_unsupported_fs_chars): Make editing easier.
+
Let autoheader see through m4 macros in AC_DEFINE.
* lib/autoconf/general.m4 (AC_DEFINE_TRACE): Expand macro before
tracing its name.
AC_SUBST([ac_cv_sh_n_works])
AC_MSG_CHECKING([for characters that cannot appear in file names])
-AC_CACHE_VAL( [ac_cv_unsupported_fs_chars],
+AC_CACHE_VAL([ac_cv_unsupported_fs_chars],
[ac_cv_unsupported_fs_chars=
-for c in '\\' '"' '<' '>' '*' '?' '|'
+for c in '\\' \" '<' '>' '*' '?' '|'
do
touch "conftest.t${c}t" 2>/dev/null
test -f "conftest.t${c}t" && rm -f "conftest.t${c}t" && continue