aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorossman_ <ossman_@632fc199-4ca6-4c93-a231-07263d6284db>2009-03-06 15:30:42 +0000
committerossman_ <ossman_@632fc199-4ca6-4c93-a231-07263d6284db>2009-03-06 15:30:42 +0000
commitd27e71c07db2ea31ea084b0fb61d6558b292c540 (patch)
tree7b010c61a5a4c18532efaa6d36cf88cc70e96b4e
parent0ca06eddac814c00774e95bf2679832d0cae0b82 (diff)
Explain the config header voodoo.
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@10 632fc199-4ca6-4c93-a231-07263d6284db
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bc8a462..79bdb45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,10 @@ AC_CHECK_FUNCS([memset memcpy], [],
[AC_DEFINE([NEED_BSD_STRINGS], 1,
[Define if you have BSD-like bzero and bcopy])])
-# config.h should not be included
+# jconfig.h is the file we use, but we have another before that to
+# fool autoheader. the reason is that we include this header in our
+# API headers, which can screw things up for users of the lib.
+# jconfig.h is a minimal version that allows this package to be built
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_HEADERS([jconfig.h])
AC_CONFIG_FILES([Makefile])