[jbig2-cvs] rev 263 - trunk
giles at ghostscript.com
giles at ghostscript.com
Wed Oct 1 11:35:58 PDT 2003
Author: giles
Date: 2003-06-14 04:11:24 -0700 (Sat, 14 Jun 2003)
New Revision: 263
Modified:
trunk/configure.ac
Log:
Some wording cleanup.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2003-06-14 10:20:56 UTC (rev 262)
+++ trunk/configure.ac 2003-06-14 11:11:24 UTC (rev 263)
@@ -49,11 +49,12 @@
AC_HEADER_STDC
AC_CHECK_HEADERS([libintl.h stddef.h unistd.h strings.h])
-dnl We assume the fixed-size types from stdint.h. If that header is are not available,
-dnl look for the same types in a few other headers. We also attempt to define them
-dnl ourselves, but only use those is the native versions aren't available.
-dnl The substitutions happen in a file config_types.h, whose template is
-dnl created by autogen.sh
+dnl We assume the fixed-size types from stdint.h. If that header is
+dnl not available, look for the same types in a few other headers.
+dnl We also attempt to define them ourselves, but only use those if
+dnl the native versions aren't available. The substitutions happen
+dnl in a file config_types.h, whose template is created by autogen.sh
+
stdint_types_in="no_replacement_found"
stdint_types_discovered="yes"
AC_CHECK_SIZEOF(char)
@@ -101,13 +102,14 @@
elif test "x$stdint_types_discovered" = "xno"; then
AC_MSG_ERROR([
Unable to find suitable definitions of the stdint.h types (uint32_t and friends)
-You will have to define these yourself in a separate header
+You will have to define these yourself in a separate header.
+See config_win32.h for an example.
])
fi
fi
AC_SUBST(JBIG2_INT32_T, [$int32_type])
AC_SUBST(JBIG2_INT16_T, [$int16_type])
-AC_SUBST(JBIG2_INT8_T, [$int8_type])
+AC_SUBST(JBIG2_INT8_T, [$int8_type])
AC_SUBST(JBIG2_STDINT_H, [$stdint_types_in])
# Checks for typedefs, structures, and compiler characteristics.
@@ -125,7 +127,9 @@
dnl use our included getopt if the system doesn't have getopt_long()
AC_CHECK_FUNC(getopt_long,
- [AC_DEFINE(HAVE_GETOPT_LONG,,[Define if the local libc includes getopt_long()])],
+ AC_DEFINE(HAVE_GETOPT_LONG,,
+ [Define if the local libc includes getopt_long()]
+ ),
AC_LIBOBJ([getopt])
AC_LIBOBJ([getopt1])
)
More information about the jbig2-cvs
mailing list