diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2011-03-01 16:43:56 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2011-03-01 16:43:56 +0000 |
commit | d9781c396e2f0190fe8d07159deb7c8960dd2192 (patch) | |
tree | 13249878d3ed388a490ebd77e70f4c8ed2f3b2f2 /config.mak.in | |
parent | 0d85e503442590b614c9d3d770e5bc146ab7f61a (diff) |
Add a basic auto configuration template for PCL, XPS, and the language
switch build. It is a bit unconventional - autoconf generates
config.mak (not Makefile) which is then included by pcl6_gcc.mak.
Only a few configuration options have been moved to autoconf so far,
we'll do this incrementally. The generated file config.mak is
included in this commit for backward compatibility with using only
make without configuration tools.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12219 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'config.mak.in')
-rw-r--r-- | config.mak.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in new file mode 100644 index 000000000..09300368a --- /dev/null +++ b/config.mak.in @@ -0,0 +1,4 @@ + + + +CONFDEFS?=@HAVE_MKSTEMP@ @HAVE_HYPOT@ @HAVE_FILE64@ @HAVE_MKSTEMP64@ @HAVE_SETLOCALE@ @HAVE_SSE2@ |