]> granicus.if.org Git - apache/history - configure.in
That's the end of things broken this morning... now to try Jeff's patch
[apache] / configure.in
2000-10-07 Ryan BloomUse autoconf to substitute the proper values into apach...
2000-10-05 Ryan BloomMultiple build and configuration fixes
2000-10-05 Ryan BloomPrepare our autoconf setup for autoconf 2.14a and for...
2000-09-26 Sascha SchumannSet BSD_MAKEFILE in configure.in. The macro APACHE_GEN_...
2000-09-22 Sascha SchumannAdd Convert-to-BSD-Makefiles-On-The-Fly system
2000-08-22 Ryan BloomFinish fixing the pcre build. PCRE's configure script...
2000-08-18 Jeff TrawickTweak apache/apr builds to support dsos on OS/390.
2000-08-11 Ken Coar Add recognition of the --with-port=n (as was added...
2000-07-23 Sascha SchumannFix VPATH builds
2000-07-01 Greg Steinconfig magic for enabling DAV, Expat, and SDBM.
2000-06-30 Ryan BloomFix the problem with ./buildconf not working right...
2000-06-28 Ryan BloomFinish the Configuration cleanup. This basically merge...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-27 Ryan BloomFix the configure process. This does a couple of thing...
2000-06-27 Ryan BloomMove the checks for bcopy and memmove down to APR....
2000-06-27 Jim JagielskiOne bug and one fluff: need to use the '.' shell `...
2000-06-27 Jim JagielskiMake sure to get the required vars for the config.guess...
2000-06-27 Jim JagielskiWe need to preload first, before running any other...
2000-06-27 Ryan BloomDetect libraries based on which platform configure...
2000-06-22 Ryan BloomRemove select checks from Apache config. These checks...
2000-06-21 Jeff TrawickFix error messages issued from MPMs which explain where...
2000-06-17 Ben LaurieCommand handler revamp. Note that this makes the code...
2000-06-12 Ryan BloomRemove the check for EAGAIN. With APR handling the...
2000-06-12 Ryan BloomApache doesn't use struct tm anymore, Remove a check...
2000-06-12 Sascha SchumannBuild only needed parts of libpcre. This is more light...
2000-06-12 Ryan BloomNothing in Apache should be calling stat anymore, so...
2000-06-12 Ryan BloomApache doesn't need to check for inline or pid's, becau...
2000-06-11 Sascha SchumannSplit generating Makefiles and creating config_vars.mk.
2000-06-11 Sascha SchumannFix path for helpers/PrintPath which is in $srcdir.
2000-06-09 Ryan BloomRemove waitpid from the config checks and all calls...
2000-06-09 Ryan BloomRemove a bunch of string functions from Apache. These...
2000-06-09 Ryan BloomRemove all occurances of strerror from Apache. ap_stre...
2000-06-08 Ryan BloomFix the check for rlim_t correctly. I wish I had known...
2000-06-08 Ryan BloomCleanup APR header files a bit. Basically, this splits...
2000-06-08 Ryan BloomRemove all occurances of gettimeofday. Replace it...
2000-05-19 Ryan BloomMake Apache and APR use the same flags to specify maint...
2000-05-11 Jeff Trawickuse helpers/PrintPath instead of which to find the...
2000-05-05 Ryan BloomReplace hsregex with PCRE. The PCRE library is always...
2000-05-05 Ryan BloomMake apxs mostly work for 2.0. It doesn't add the...
2000-05-03 Sascha SchumannConfigure creates config.nice now containing your confi...
2000-05-03 Jim JagielskiBlurf. Move the preload down a bit to
2000-05-03 Jim JagielskiAnd preload from the top.
2000-04-30 Sascha SchumannAdd VPATH support to Apache:
2000-04-30 Sascha SchumannOverall UNIX build system improvements:
2000-04-27 Ryan BloomAdd the support directory back into the build process.
2000-04-26 Ryan BloomFix the progname stuff to work the same way the rest...
2000-04-26 Jeff TrawickDefine HAVE_STRING_H, HAVE_STDLIB_H, HAVE_CTYPE_H,...
2000-04-25 Ryan BloomIf a developer uses --with-program-name=foo, the config...
2000-04-25 Ryan BloomAllow the Apache-2.0 executable name to be specified...
2000-04-14 Martin KraemerFix minor configuration & platform dependencies
2000-04-11 Martin KraemerIn my libnsl, there's gethostname but not gethostbyname
2000-04-07 Jeff TrawickRecognize an EBCDIC platform during configuration and...
2000-04-06 Jeff TrawickIn mpmt_pthread.c, include <netinet/tcp.h> only if
2000-04-04 Brian HavardUnder OS/2 (well actually EMX gcc) libraries don't...
2000-03-31 Manoj KasichainulaEliminate src/apaci, and replace with a header file...
2000-03-30 Ryan BloomFix the generation of the apaci script, so it has valid...
2000-03-18 Ben LaurieStrict prototypes are no use until someone rewrites...
2000-03-02 Manoj KasichainulaOops, EXTRA_CFLAGS wasn't getting set.
2000-03-02 Manoj KasichainulaA little CFLAGS reformation. Additions to Apache's...
2000-02-09 Ryan BloomFix prefix handling. Before this patch, when using...
2000-01-17 Manoj KasichainulaRemove vestiges of automake.
2000-01-16 Sascha SchumannMove threads/reentrancy m4 macros into threads.m4....
2000-01-16 Sascha SchumannRewrite pthreads check to be more tool-independent...
2000-01-11 Sascha SchumannThese changes are committed together, because they...
1999-12-24 rasmusSubmitted by: Sascha Schumann <sascha@schumann.cx>
1999-12-24 Ryan BloomFinish the MPM decision logic. This moves the threads...
1999-12-23 Ryan BloomFirst stab at logic to determine which threading librar...
1999-12-21 Ryan BloomRemove a bunch of functions that are being replaced...
1999-12-20 Manoj KasichainulaSpeed up building, by making --disable-shared the defau...
1999-12-20 Manoj KasichainulaMake building a little easier by not requiring a separa...
1999-12-20 Manoj KasichainulaEliminate the .h.stub files; AC_DEFINE can generate...
1999-12-20 Manoj KasichainulaMake Apache's configure script run APR's.
1999-12-05 Manoj Kasichainulaautoconf: Start adding support for selecting modules...
1999-12-05 Manoj Kasichainulaautoconf: Generate modules.c based on configuration...
1999-12-01 Manoj KasichainulaFix a couple of comments
1999-12-01 Manoj KasichainulaPlace ap_config_auto.h in src/include. It didn't seem...
1999-12-01 Manoj KasichainulaEliminate ap_config.h's checks when using autoconf...
1999-11-30 Manoj KasichainulaDeal with times() properly in autoconf. This also chang...
1999-11-30 Manoj KasichainulaSome extra autoconf macros that might help us compile...
1999-11-30 Manoj KasichainulaFix a thinko. Apache's configure.in shouldn't attempt...
1999-11-29 Manoj KasichainulaThe second part of the big autoconf patch, which actual...