summaryrefslogtreecommitdiffstats
path: root/configure.in (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the checks for bcopy and memmove down to APR. APR now defines memmoveRyan Bloom2000-06-271-2/+0
* One bug and one fluff: need to use the '.' shell ``command'' toJim Jagielski2000-06-271-1/+1
* Make sure to get the required vars for the config.guess/et.al. familyJim Jagielski2000-06-271-0/+1
* We need to preload first, before running any other configures.Jim Jagielski2000-06-271-5/+4
* Detect libraries based on which platform configure is being run on.Ryan Bloom2000-06-271-1/+3
* Remove select checks from Apache config. These checks were used to defineRyan Bloom2000-06-231-11/+0
* Fix error messages issued from MPMs which explain where to changeJeff Trawick2000-06-211-0/+2
* Command handler revamp. Note that this makes the code produce a LOT ofBen Laurie2000-06-171-1/+1
* Remove the check for EAGAIN. With APR handling the error codes, this isRyan Bloom2000-06-131-4/+0
* Apache doesn't use struct tm anymore, Remove a check that defines aRyan Bloom2000-06-121-1/+0
* Build only needed parts of libpcre. This is more light-wheight thanSascha Schumann2000-06-121-2/+2
* Nothing in Apache should be calling stat anymore, so we can removeRyan Bloom2000-06-121-1/+0
* Apache doesn't need to check for inline or pid's, because APR providesRyan Bloom2000-06-121-2/+0
* Split generating Makefiles and creating config_vars.mk.Sascha Schumann2000-06-111-4/+6