summaryrefslogtreecommitdiff
path: root/config.mak.in
AgeCommit message (Collapse)AuthorFilesLines
2012-03-15Bug 692754: have configure setup endian setting for lcmsChris Liddell1-3/+2
The lcms header files have some educated guesses for the current platform big/little endianness, but they are not comprehensive (for example, PA-RISC HP UX defeats it). So, add a test to our configure scripts, and pass the setting as required as a compiler option for lcms. NOTE: I added an explicit test for endianness because the autoconf built-in test has problems in recent releases. Also, noticed in passing: revise the other explicit compile/link tests to use the AC_LANG_PROGRAM() macro - currently not doing so produces a warning, but the implication is future versions will throw an error. No cluster differences.
2012-03-15Let configure check for time.hChris Liddell1-1/+1
Recent Linux distributions defeat the check in unix-aux.mak for sys/time.h with the hard coded path. So have configure check for it, and its setting take precedence over the unix-aux.mak. No cluster differences.
2012-03-15Autoconf changes for X11 and threads.Henry Stiles1-0/+14
2011-06-04Removed HAVE_HYPOT from configure scripts.Marcos H. Woehrmann1-1/+1
This revision disables checking for a system hypot() function and is a followup to 7dcc68ce753175a9c686021d53a061253e2787c3 which modified math_.h to always use our internal hypot() function. No expected cluster differences.
2011-05-24Add autoconf check for bswap32/byteswap.h availability.Robin Watts1-1/+1
As per bug 692211, add some autoconf magic to detect the presence of __builtin_bswap32 and/or byteswap.h. No expected cluster changes.
2011-03-01Modified to only configure what was previously configured in the pclHenry Stiles1-1/+1
makefile. For some reason, as yet unexplored, the 64 bit I/O routine configuration definitions break the build on some systems. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12222 a1074d23-0009-0410-80fe-cf8c14f379e6
2011-03-01Add a basic auto configuration template for PCL, XPS, and the languageHenry Stiles1-0/+4
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