summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Use case statement for wildcard check and error early if can't find apxs.Graham Dumpleton2020-05-141-16/+21
* Fix up configure script for MacOS X 10.10.Graham Dumpleton2014-10-291-4/+13
* Re-generate configure script with autoconf.Graham Dumpleton2014-09-161-2/+2
* [trivial] allow user to configure DESTDIRDamien Nozay2014-09-151-0/+2
* Make traditional library linking, not framework, default on MacOS X.Graham Dumpleton2014-04-301-2/+2
* Strip out linker options not appropriate when building dynamically loadable o...Graham Dumpleton2014-03-151-1/+2
* Workaround for broken MacOSX apxs/libtool scripts not referring to correct Xc...Graham Dumpleton2014-02-181-0/+16
* Recover experimental changes after abandoning prior mod_wsgi 4.0 development.Graham Dumpleton2014-01-051-1048/+2256
* Update version string to 3.1-TRUNK. Prefix compiler arguments supplied throughGraham.Dumpleton2009-11-231-2/+8
* Don't ignore CFLAGS defined in environment of configure script.Graham.Dumpleton2009-11-011-2/+3
* Remove need to enable compilations on Python 3.X.Graham.Dumpleton2009-09-251-16/+1
* Don't try and auto guess whether should link with framework or library whenGraham.Dumpleton2009-09-251-28/+23
* Require configure option to enable Python 3.X support. For Windows, will needGraham.Dumpleton2009-08-121-1/+16
* Change naming scheme file makefiles now that supply windows variants.Graham.Dumpleton2009-06-211-891/+1387
* If Apache executable not present, fall back to looking for Apache header filesGraham.Dumpleton2009-05-221-6/+19
* Only use -L/-l on MacOS X if Python 2.6 or later.Graham.Dumpleton2009-05-221-1387/+894
* Restore -Wl, option prefix on MacOS X.Graham.Dumpleton2009-05-121-891/+1387
* On MacOS X, wheere there is a .a file in config directory, that would normallyGraham.Dumpleton2009-04-141-1403/+919
* Revert change to add -Wl, in front of all linker flags. This means it mayGraham.Dumpleton2009-04-041-894/+1390
* Look for Python shared library in Python LIBDIR first to avoid need to symlinkGraham.Dumpleton2009-03-041-1387/+895
* Don't double up on -Wl, flags on LDFLAGS and LDLIBS.Graham.Dumpleton2008-12-201-892/+1390
* Link in Python SYSLIBS as well. This will ensure that -l library linked forGraham.Dumpleton2008-10-251-1/+4
* Prefix all linker options with -Wl as Apache 2.3 apxs doesn't work otherwise.Graham.Dumpleton2008-10-051-1/+4
* Allow CPPFLAGS, LDLIBS and LDFLAGS additions to be specified as environmentGraham.Dumpleton2008-09-171-8/+6
* Increment version string to 2.1-TRUNK. Initial changes for Python 3.0. StillGraham.Dumpleton2008-03-271-1409/+924
* Disable WSGIHandlerScript for now. Add --disable-embedded option to configureGraham.Dumpleton2007-12-221-1/+20
* When using MacOS X explicitly tell compiler which frameworks directory isGraham.Dumpleton2007-12-131-887/+1385
* Output from lipo on MacOS X 10.4 different to 10.5.Graham.Dumpleton2007-12-131-1383/+887
* Add ability on MacOS X to automatically determine what architectures needGraham.Dumpleton2007-12-131-887/+1396
* Add support in makefiles for setting DESTDIR on installation so as to installGraham.Dumpleton2007-07-311-1/+5
* Move mod_wsgi source code into a mod_wsgi subdirectory of trunk to allowGraham.Dumpleton2007-06-231-0/+2304