rev 288 - trunk
[email protected] Tue, 11 Nov 2003 05:51:09 -0800 (PST)
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
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])