summaryrefslogtreecommitdiffstats
path: root/support/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add apr-util to the build process. This should now build once everythingRyan Bloom2000-12-051-1/+1
| | | | | | | has been checked out to the correct locations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87197 13f79535-47bb-0310-9956-ffa450edef68
* Apache builds again, although the test directory doesn't. I will work onRyan Bloom2000-12-051-2/+2
| | | | | | | | the test directory soon. The server does NOT currently run, but it does build cleanly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87192 13f79535-47bb-0310-9956-ffa450edef68
* Get the support programs building properly. Httpd itself is next.Ryan Bloom2000-12-051-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87191 13f79535-47bb-0310-9956-ffa450edef68
* Get base Apache to build properly. This doesn't solve the problem ofRyan Bloom2000-12-051-2/+1
| | | | | | | not having apr-util, but we should be getting to the link stage now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87190 13f79535-47bb-0310-9956-ffa450edef68
* reorder libapr.a and libap.la in terms of dependencies (i.e.,Jeff Trawick2000-05-161-2/+2
| | | | | | | libap needs libapr, so put libapr last) for OS/390 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85220 13f79535-47bb-0310-9956-ffa450edef68
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+0
| | | | | | | | | | | | | | | | | * Makefile header is now completely dynamic * Absolute paths everywhere (fixes Tru64 support) * Get rid of LTLIBRARY_SHARED_NAME rule in library.mk (fixes Irix support, untested) * VPATH does not contain variables anymore (fixes UnixWare support) * Remove inclusion of program.mk in support/Makefile.in (PROGRAM_NAME is empty => breaks Irix and others) * Call REENTRANCY_FLAGS earlier, so that flags are passed to header checks (might fix OpenBSD pthread.h-detection, untested) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85102 13f79535-47bb-0310-9956-ffa450edef68
* Add the support directory back into the build process.Ryan Bloom2000-04-271-0/+36
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85053 13f79535-47bb-0310-9956-ffa450edef68