]> granicus.if.org Git - apache/history - configure.in
Fix RedirectMatch so it won't emit invalid Location fields.
[apache] / configure.in
2002-01-31 Martin KraemerCheck for timegm() and for tm_gmtoff in struct tm.
2002-01-19 Ian Holsmannew var.
2002-01-18 Justin ErenkrantzPer Ian's change, add the APRUTIL_EXPORT_INCLUDES vars...
2001-12-30 Brian HavardOS/2: Supply the configured libraries to the linker...
2001-12-27 Aaron BannertThis old variable does not appear to be in use any...
2001-12-21 Jeff TrawickOn AIX, DSOs which reference external libraries need...
2001-12-19 Jeff Trawickfix the value of the _CEE_RUNOPTS envvar on OS/390
2001-12-17 Jeff TrawickAIX: don't set LDR_CNTRL environment variable for 64...
2001-12-15 Jeff TrawickMove any load library path environment variables out of
2001-12-12 Jeff Trawickchange Apache/apr/apr-util to use run-time linking...
2001-12-05 Jeff Trawickseparate logic specific to building Apache DSOs from...
2001-12-03 Greg Amesget binbuild working when apr, apr-util, and expat...
2001-12-01 Jeff TrawickGet shared builds of libapr and libaprutil, as well...
2001-11-22 Aaron BannertAllow SUEXEC_BIN to be defined by the configure script.
2001-10-16 Ryan BloomCleanup the proxy code that creates a request to the...
2001-10-15 Ryan BloomFix a typo in the configure script. This get AIX build...
2001-09-30 Justin ErenkrantzKill two autoconf-related birds with one commit.
2001-09-25 Ryan Bloomhttpd.exp is a generated file, and therefore, it is...
2001-09-21 Justin Erenkrantzkill -l requires the short version of the signal (witho...
2001-09-18 Justin ErenkrantzSwitch back to SIGUSR1 for graceful restarts on all...
2001-09-15 Brian HavardFix test for ltconfig, m4 processing removes the square...
2001-09-12 Ryan BloomRemove an error during configure. Libtool 1.4 doesn...
2001-09-05 Jeff Trawickon AIX we need to pass in --disable-shared to apr and...
2001-09-03 Ryan BloomFix the interaction between --prefix and --with-layout...
2001-08-30 William A. Rowe Jr * configure.in: added Cygwin specific APR_SETVARs.
2001-08-27 Justin ErenkrantzRemove some unneeded autoconf checks. We now have...
2001-08-22 Ryan BloomAdd rules.mk back to the substitute list. I forgot...
2001-08-22 Justin ErenkrantzWe don't have rules.mk.in, so autoconf/m4/sed will...
2001-08-21 Ryan BloomAllow Apache to use libtool 1.4. In order to do this...
2001-08-20 Brian HavardMake mpmt_os2 the default MPM on OS/2.
2001-08-16 Jeff TrawickThe Unix MPMs other than perchild now allow child server
2001-08-13 Jeff Trawickallow non-Unix MPMs to use mpm_common.c by not automati...
2001-07-27 Brian HavardOS/2: Fix 'make install' handling of EXEs.
2001-07-10 Roy T. FieldingUse the autoconf variable "host" consistently for platf...
2001-07-09 Ryan BloomAllow all parts of Apache 2.0 to build when --srcdir...
2001-07-08 Ryan BloomWe need to pass the prefix to APR, APR-util, and PCRE...
2001-06-12 Jeff Trawickget threaded.c to compile on non-AIX systems which...
2001-06-11 Victor J. OrlikowskiSINGLE_LISTEN_UNSERIALIZED_ACCEPT applies to every...
2001-06-11 Victor J. OrlikowskiMake the processor unbinding/re-binding stuff on AIX...
2001-06-07 Victor J. OrlikowskiGenerate httpd.exp on the fly.
2001-05-18 Roy T. FieldingGet the compile flag types right and in order.
2001-05-18 Roy T. FieldingChange the make targets and rules to be consistent...
2001-05-15 Jeff Trawickclean up DSO builds on OS/390 a bit by ignoring some...
2001-05-13 Jeff TrawickSeparate enablement of AP_DEBUG code from enablement...
2001-05-13 Greg SteinImplement Jeff's idea for an autoconf-defined symbol...
2001-05-12 Jeff Trawickget rid of an errant semicolon which broke gcc builds...
2001-05-12 Jeff TrawickOnly turn on AP_DEBUG if we're using gcc.
2001-05-12 Roy T. FieldingFix httpd's definition of LTFLAGS to be consistent...
2001-05-12 Roy T. FieldingIt is easier to re-run configure's test and pick up...
2001-05-11 Jeff TrawickWhen checking for gcc, use variable ac_cv_prog_gcc...
2001-05-11 Roy T. FieldingSimplify the configuration process by moving all libtoo...
2001-05-11 Roy T. FieldingNo need to sinclude macros that we no longer use.
2001-05-11 Roy T. FieldingWe don't need no stinkin libtool when APR already has...
2001-05-09 David ReidPass in the full path for the AP_LIBS so we can always...
2001-04-29 Roy T. FieldingCompletely revamp configure so that it preserves the...
2001-04-19 Brian HavardRemove unused variable.
2001-04-18 David ReidThis changes the build process as outlined in my email...
2001-04-03 Marc SlemkoTemporary (hopefully) reversion to the previously used...
2001-04-03 Jim JagielskiOh bother. OPTIM isn't treated the same in apr and
2001-04-03 Jim JagielskiMinor sync-up of how httpd-2.0 and apr handles
2001-04-03 Ryan BloomMake Apache check APR's configuration when determining...
2001-04-03 Roy T. FieldingUse APR's macro to generate config.nice
2001-04-02 Victor J. OrlikowskiChanges to get AIX DSOs working, sans APR changes.
2001-04-02 Brian HavardSwitch to using aplibtool for building under OS/2 ...
2001-03-31 Jeff Trawickif the perl interpreter is not found in PATH, use
2001-03-27 Greg Steinswitch to --enable-* rather than --with-* for the debug...
2001-03-24 Roy T. FieldingUntangled the buildconf script and eliminated the need...
2001-03-24 Roy T. FieldingRemove some unused bits and improve comments.
2001-03-16 Ryan BloomCleanup the build process a bit more. The Apache configure
2001-03-11 Ken Coar Bring the other Perl scripts into the autoconf-edited
2001-03-11 Ken Coar Bring forward the suexec umask setting option from...
2001-03-08 Ryan BloomGet us closer to building on Unix. Not perfect yet...
2001-03-05 Jeff TrawickRely on APR to determine whether or not we have netinet...
2001-02-24 Greg SteinShift XML handling code from Apache down into APRUTIL
2001-02-23 Jeff TrawickWork on a BSD/OS system where GNU make is used instead...
2001-02-20 Roy T. FieldingUpdate APR macro usage to new name-protected names.
2001-02-18 Roy T. FieldingIntermediate change of hardcoded "helpers" reference...
2001-02-17 Greg Steinimplement ability to do --enable-modules and --enable...
2001-02-10 Ryan BloomFix the configure scripts, so that we don't try to...
2001-02-10 Greg Stein[ missed in last commit ]
2001-02-10 Greg Stein*) clean out some old crap from ap_config.h; other...
2001-01-28 Roy T. FieldingClean up the help text for some of the options. (cosmetic)
2001-01-28 Roy T. FieldingReplace configure --with-optim option by using and...
2001-01-28 Roy T. FieldingForce --with-optim and --with-port to have argument...
2001-01-10 Brian HavardLibtool takes care of the lib prefix so get rid of...
2001-01-09 Ryan BloomFix a compile break with the new APR libtool setup...
2001-01-09 Greg Steina couple tweaks to get Apache building with the new...
2001-01-08 Sascha SchumannSet MKDIR for APR's RUN_SUBDIR_CONFIG_NOW macro.
2001-01-08 Greg Steinseems nobody is using sethostent()
2000-12-27 Ryan BloomWe cannot set the SUEXEC_BIN directory from autoconf...
2000-12-27 Ryan BloomGet suexec compiling again.
2000-12-23 Ryan BloomAllow SuExec to be configured from the ./configure...
2000-12-22 Greg SteinBack out the .libs thing from the aprutil linking....
2000-12-21 Ryan BloomActually link apr-util's .a file, instead of relying...
2000-12-20 Jeff TrawickSwitch to the APR-provided APR_CHARSET_EBCDIC feature...
2000-12-19 Ryan BloomFind the RM program during configuration.
2000-12-12 Greg Steinpick up exported build variables from APRUTIL
2000-12-06 Greg Steinremove APACHE_CHECK_DBM and the usage of srclib/sdbm...
2000-12-05 Ryan BloomBuild apr-util correctly when building the rest of...
2000-12-05 Ryan BloomAdd apr-util to the build process. This should now...
next