- introduced common/jpeg/jconfig.h.in - minimal jconfig.h template


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2462 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/jpeg/configure.ac b/common/jpeg/configure.ac
index 28d8638..b8ada44 100644
--- a/common/jpeg/configure.ac
+++ b/common/jpeg/configure.ac
@@ -73,7 +73,8 @@
 	[AC_DEFINE([NEED_BSD_STRINGS], 1,
 		   [Define if you have BSD-like bzero and bcopy])])
 
-
-AC_CONFIG_HEADER([jconfig.h:config.h.in])
+# config.h should not be included
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_HEADERS([jconfig.h])
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT