summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Bug 705469: Honour NOCONFIGURE in autogen.shChris Liddell2022-06-151-5/+11
| | | | So autogen.sh doesn't run configure automatically.
* Update configure.ac for newer autoconf versionsAlex Cherepanov2021-08-131-3/+4
| | | | | Also tweak order of operations in autogen.sh so config.guess and install-sh are in place before we call autoreconf
* Bug #699331: better support for cross-compilingChris Liddell2019-11-211-2/+23
| | | | | | | | | | | | | | | This is mainly moving from using uname to identify the the target platform, to using the 'host' value to identify the target platform, and 'host' and 'build' values to know when we're cross-compiling. There are also a couple of tweaks related to cross-compiling to MSYS. Also, make double sure API symbols are always visible. This affects builds with gcc and compatible compilers. Remove use of $cross_compiling variable Credit to djcj for most of the changes
* Commit of build_consolidation branchChris Liddell2015-07-201-19/+5
| | | | | | | | | | | Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.
* Update copyright "headers".Chris Liddell2012-06-131-0/+14
| | | | | | | | | | | | | | | | | | As agreed on IRC and via e-mail: Reinstate the reference to the LICENSE file. Remove copyright references to Aladdin Enterprises and artofcode (some references remain in comments about historical copyright assignments, and the like), in favour of Artifex copyright notices. Update copyright dates. Remove the $Id$ "tag". Since the move to git, the $Id$ "tag" comment in each file is redundant. No cluster differences.
* Add a basic auto configuration template for PCL, XPS, and the languageHenry Stiles2011-03-011-0/+32
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