summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)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 ↵Graham Dumpleton2014-03-151-1/+2
| | | | object.
* Workaround for broken MacOSX apxs/libtool scripts not referring to correct ↵Graham Dumpleton2014-02-181-0/+16
| | | | Xcode compiler path.
* 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
| | | | CFLAGS environment variable to configure with -Wc,.
* 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
| | | | | | | Python framework present on MacOS X as which one works properly seems to be unreliable. Always use framework if present and if people have issues because of broken MacPorts Python installations, they can specify --disable-framework option to 'configure' script instead.
* Require configure option to enable Python 3.X support. For Windows, will needGraham.Dumpleton2009-08-121-1/+16
| | | | | to manually modify makefile to provide require preprocessor define to enable it.
* 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
| | | | | to determine version of Apache being used. Some distributions build boxes will not necessarily actually have Apache installed. See ticket #147.
* 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
| | | | | | | link to Python framework, then link against it rather than framework. This is to get around issue where MacPorts Python framework doesn't seem to embed its location properly into .so when linked against. This should also work for normal Python distributions as well.
* Revert change to add -Wl, in front of all linker flags. This means it mayGraham.Dumpleton2009-04-041-894/+1390
| | | | | break with Apache 2.3 again. Need to work out why apxs has changed in Apache 2.3 rather than working around it. May be a bug in Apache 2.3.
* Look for Python shared library in Python LIBDIR first to avoid need to symlinkGraham.Dumpleton2009-03-041-1387/+895
| | | | .so into config directory adjacent to .a file.
* 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
| | | | platforms where httpd no longer linking it. See issue #115.
* Prefix all linker options with -Wl as Apache 2.3 apxs doesn't work otherwise.Graham.Dumpleton2008-10-051-1/+4
| | | | Appears to still work okay with Apache 1.3 and Apache 2.2 when -Wl always used.
* Allow CPPFLAGS, LDLIBS and LDFLAGS additions to be specified as environmentGraham.Dumpleton2008-09-171-8/+6
| | | | variables into configure script.
* Increment version string to 2.1-TRUNK. Initial changes for Python 3.0. StillGraham.Dumpleton2008-03-271-1409/+924
| | | | | need to make Python 3.0 changes for write() function, auth and dispatch functions and stderr and wsgi.errors if necessary.
* Disable WSGIHandlerScript for now. Add --disable-embedded option to configureGraham.Dumpleton2007-12-221-1/+20
| | | | so that the feature can be disabled at compile time.
* When using MacOS X explicitly tell compiler which frameworks directory isGraham.Dumpleton2007-12-131-887/+1385
| | | | the correct one for the version of Python being used.
* 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
| | | | to be built.
* Add support in makefiles for setting DESTDIR on installation so as to installGraham.Dumpleton2007-07-311-1/+5
| | | | in fake root for packaging.
* Move mod_wsgi source code into a mod_wsgi subdirectory of trunk to allowGraham.Dumpleton2007-06-231-0/+2304
companion packages to be offered out of same repository at a later date.