]> granicus.if.org Git - apache/history - configure.in
We shouldn't be calling mm_free directly. Use ap_shm_free instead.
[apache] / configure.in
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...