changeset 5171:496d490f0b30

Put the UTF-8 comment in an m4 comment, not a shell comment, so that we don't put UTF-8 text into "configure". "configure" might contain non-UTF-8 text, and we don't want to confuse matters.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 10 Aug 2004 03:46:10 +0000
parents 17c4badb3864
children 43b6cc039c49
files m4/fnmatch.m4
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/m4/fnmatch.m4
+++ b/m4/fnmatch.m4
@@ -28,10 +28,10 @@
 [AC_CACHE_CHECK(
    [for working $1 fnmatch],
    [$2],
-  [# Some versions of Solaris, SCO, and the GNU C Library
-   # have a broken or incompatible fnmatch.
-   # So we run a test program.  If we are cross-compiling, take no chance.
-   # Thanks to John Oleynick, François Pinard, and Paul Eggert for this test.
+  [dnl Some versions of Solaris, SCO, and the GNU C Library
+   dnl have a broken or incompatible fnmatch.
+   dnl So we run a test program.  If we are cross-compiling, take no chance.
+   dnl Thanks to John Oleynick, François Pinard, and Paul Eggert for this test.
    AC_RUN_IFELSE(
       [AC_LANG_PROGRAM(
 	 [