[gs-cvs] rev 8116 - trunk/gs/src

giles at ghostscript.com giles at ghostscript.com
Tue Jul 10 17:19:27 PDT 2007


Author: giles
Date: 2007-07-10 17:19:27 -0700 (Tue, 10 Jul 2007)
New Revision: 8116

Modified:
   trunk/gs/src/configure.ac
Log:
Document that we don't make use of the autoconf function tests, or 
implement any fallbacks.


Modified: trunk/gs/src/configure.ac
===================================================================
--- trunk/gs/src/configure.ac	2007-07-10 23:30:47 UTC (rev 8115)
+++ trunk/gs/src/configure.ac	2007-07-11 00:19:27 UTC (rev 8116)
@@ -923,8 +923,11 @@
 AC_CHECK_FUNCS([fopen64], [HAVE_FILE64=-DHAVE_FILE64])
 AC_SUBST(HAVE_FILE64)
 
+AC_PROG_GCC_TRADITIONAL
+
+dnl NB: We don't actually provide autoconf-switched fallbacks for any
+dnl     of these functions, so the checks are purely informational.
 AC_FUNC_FORK
-AC_PROG_GCC_TRADITIONAL
 AC_FUNC_MALLOC
 AC_FUNC_MEMCMP
 AC_TYPE_SIGNAL



More information about the gs-cvs mailing list