[jbig2-cvs] rev 288 - trunk

giles at ghostscript.com giles at ghostscript.com
Tue Nov 11 05:51:09 PST 2003


Author: giles
Date: 2003-11-10 12:54:09 -0800 (Mon, 10 Nov 2003)
New Revision: 288

Modified:
   trunk/configure.ac
Log:
Properly quote nested M4 macros. The old code breaks in autoconf 2.58.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2003-11-10 17:02:21 UTC (rev 287)
+++ trunk/configure.ac	2003-11-10 20:54:09 UTC (rev 288)
@@ -122,10 +122,10 @@
 AC_CHECK_FUNC(getopt_long, 
 	AC_DEFINE(HAVE_GETOPT_LONG,,
 	  [Define if the local libc includes getopt_long()]
-	),
+	),[
 	AC_LIBOBJ([getopt])
 	AC_LIBOBJ([getopt1])
-)
+])
 
 # generate output
 AC_CONFIG_FILES([Makefile config_types.h])



More information about the jbig2-cvs mailing list