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 (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.
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
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
-#endif'
+#endif"
AC_DIVERT_POP()
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
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
-#endif'
+#endif"
AC_DIVERT_POP()