summaryrefslogtreecommitdiffstats
path: root/configure.in (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Replace configure --with-optim option by using and saving theRoy T. Fielding2001-01-281-2/+2
* Force --with-optim and --with-port to have argument values, sinceRoy T. Fielding2001-01-281-2/+2
* Libtool takes care of the lib prefix so get rid of our own workaround.Brian Havard2001-01-101-2/+1
* Fix a compile break with the new APR libtool setup. Basically, we areRyan Bloom2001-01-091-1/+2
* a couple tweaks to get Apache building with the new libtool-ized APRGreg Stein2001-01-091-2/+2
* Set MKDIR for APR's RUN_SUBDIR_CONFIG_NOW macro.Sascha Schumann2001-01-091-0/+2
* seems nobody is using sethostent()Greg Stein2001-01-081-1/+0
* We cannot set the SUEXEC_BIN directory from autoconf, because all of theRyan Bloom2000-12-281-1/+0
* Get suexec compiling again.Ryan Bloom2000-12-271-7/+7
* Allow SuExec to be configured from the ./configure command lineRyan Bloom2000-12-231-0/+29
* Back out the .libs thing from the aprutil linking. Add --disable-shared (forGreg Stein2000-12-221-2/+2
* Actually link apr-util's .a file, instead of relying on libtool. We mayRyan Bloom2000-12-211-1/+1
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-201-2/+0
* Find the RM program during configuration.Ryan Bloom2000-12-191-0/+1
* pick up exported build variables from APRUTILGreg Stein2000-12-121-0/+4
* remove APACHE_CHECK_DBM and the usage of srclib/sdbm/. this stuff is part ofGreg Stein2000-12-061-6/+1
* Build apr-util correctly when building the rest of the server.Ryan Bloom2000-12-051-1/+1
* Add apr-util to the build process. This should now build once everythingRyan Bloom2000-12-051-0/+1
* Apache builds again, although the test directory doesn't. I will work onRyan Bloom2000-12-051-2/+2
* Get the support programs building properly. Httpd itself is next.Ryan Bloom2000-12-051-1/+1
* Get base Apache to build properly. This doesn't solve the problem ofRyan Bloom2000-12-051-2/+2
* Get Apache to configure completely again. This still doesn't build, butRyan Bloom2000-12-041-11/+10
* Start pointing the configuration scripts to the correct directoriesRyan Bloom2000-12-041-8/+8
* Get buildconf working in the new repository. Nothing builds, but we canRyan Bloom2000-12-041-1/+1
* reorder the libs for proper inter-lib dependenciesGreg Stein2000-11-291-1/+4
* Split the hints file into two files, one in APR and one in Apache. The APRRyan Bloom2000-11-281-0/+1
* add --with-dbm switch to configure, allowing the user to set the type of DBMGreg Stein2000-11-281-3/+6
* Always include lib/sdbm in INCLUDES (until somebody that can spellJeff Trawick2000-11-271-0/+3
* *) Put lib/aputil/ into the INCLUDES pathGreg Stein2000-11-261-1/+4
* Start the oft-discussed, but oft-punted lib/aputil library. Drop in a firstGreg Stein2000-11-261-3/+4
* Get the hints file working on Linux. This also gets SINGLE_LISTEN....Ryan Bloom2000-11-131-2/+2
* Get SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again. This defines thatRyan Bloom2000-11-131-0/+5
* Not all platforms have INADDR_NONE defined by default. Apache used toRyan Bloom2000-11-111-2/+0
* Create a feature macro that determines if Autoconf was used to configureRyan Bloom2000-11-021-1/+3
* Simplify the configuration mechanisms for threading in APR.Greg Stein2000-11-021-1/+1
* Create modules.c in the build tree. This file depends on your configurationSascha Schumann2000-10-271-2/+2
* Use autoconf to substitute the proper values into apachectl, and installRyan Bloom2000-10-071-1/+1
* Multiple build and configuration fixesRyan Bloom2000-10-051-1/+1
* Prepare our autoconf setup for autoconf 2.14a and for cross-compilingRyan Bloom2000-10-051-0/+2
* Set BSD_MAKEFILE in configure.in. The macro APACHE_GEN_MAKEFILES isSascha Schumann2000-09-261-0/+1
* Add Convert-to-BSD-Makefiles-On-The-Fly systemSascha Schumann2000-09-221-5/+7
* Finish fixing the pcre build. PCRE's configure script should be called,Ryan Bloom2000-08-221-0/+1
* Tweak apache/apr builds to support dsos on OS/390.Jeff Trawick2000-08-181-0/+5
* Add recognition of the --with-port=n (as was added to 1.3), andKen Coar2000-08-111-0/+4
* Fix VPATH buildsSascha Schumann2000-07-231-0/+1
* config magic for enabling DAV, Expat, and SDBM.Greg Stein2000-07-011-0/+30
* Fix the problem with ./buildconf not working right out of CVS. TheRyan Bloom2000-06-301-3/+3
* Finish the Configuration cleanup. This basically merges all of theRyan Bloom2000-06-281-1/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+1
* Fix the configure process. This does a couple of things to allow APR andRyan Bloom2000-06-281-4/+10