]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (ac_includes_default): Don't use simple quotes, but
authorAkim Demaille <akim@epita.fr>
Tue, 8 Feb 2000 10:59:38 +0000 (10:59 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 8 Feb 2000 10:59:38 +0000 (10:59 +0000)
doubles quotes if you want to use -continuation lines: this is
not recognized by MIPS' sh.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 80de48875bb4860ab4b70659058151525da64445..c438ccadf82988599108660f77cc991d854e2d21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-02-08  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4 (ac_includes_default): Don't use simple quotes, but
+       doubles quotes if you want to use \-continuation lines: this is
+       not recognized by MIPS' sh.
+
 2000-02-08  Akim Demaille  <akim@epita.fr>
 
        * acgeneral.m4. Formatting changes.
index c38022ed93560895ced0d844371b532393ac3006..6eed6c7fb5416bdc1c4328b674dd2e1de69d2df7 100644 (file)
@@ -1857,7 +1857,7 @@ AC_DEFUN(AC_TRY_COMMAND,
 AC_DIVERT_PUSH(AC_DIVERSION_INIT)dnl
 # Factorizing default headers for most tests.
 # Mandatory included if its is not used.
-ac_includes_default='\
+ac_includes_default="\
 #include <stdio.h>
 #include <sys/types.h>
 #if HAVE_STRING_H
@@ -1880,7 +1880,7 @@ ac_includes_default='\
 #endif
 #if HAVE_UNISTD_H
 # include <unistd.h>
-#endif'
+#endif"
 AC_DIVERT_POP()
 
 
index c38022ed93560895ced0d844371b532393ac3006..6eed6c7fb5416bdc1c4328b674dd2e1de69d2df7 100644 (file)
@@ -1857,7 +1857,7 @@ AC_DEFUN(AC_TRY_COMMAND,
 AC_DIVERT_PUSH(AC_DIVERSION_INIT)dnl
 # Factorizing default headers for most tests.
 # Mandatory included if its is not used.
-ac_includes_default='\
+ac_includes_default="\
 #include <stdio.h>
 #include <sys/types.h>
 #if HAVE_STRING_H
@@ -1880,7 +1880,7 @@ ac_includes_default='\
 #endif
 #if HAVE_UNISTD_H
 # include <unistd.h>
-#endif'
+#endif"
 AC_DIVERT_POP()