]> granicus.if.org Git - apache/history - acinclude.m4
Fix wrong condition that may lead to NULL being set as 'Vary' header
[apache] / acinclude.m4
2011-05-09 Jeff Trawickkeep -DAP_HOOK_PROBES_ENABLED (--enable-hook-probes...
2010-10-20 Guenter KnaufRemoved leftover from 2.0.x.
2010-06-19 Stefan Fritsch- Add reallyall option to configure to build everything...
2010-06-13 Stefan FritschFix MPM event/libserf build problems: If libserf was...
2010-06-06 Rainer Jungmake shared moduled and module set "most" the default.
2009-11-16 Jeff Trawickfix VPATH builds, broken by the support for --enable...
2009-11-15 Jeff Trawickfix bad doc for an argument to APACHE_MPM_MODULE()
2009-11-04 Jeff TrawickAdd a LoadModule directive for the default MPM to the...
2009-11-03 Jeff TrawickChange the configure-based MPM build mechanism to suppo...
2009-03-23 Joe OrtonRemove code to support per-dir-CA configuration which...
2009-01-03 Justin ErenkrantzMake OpenSSL pkg-config usage consistent so that we...
2009-01-03 Justin ErenkrantzFix up SSL autoconf-fu so as not to emit bogus lines.
2009-01-03 Rainer JungSSL libs are needed in linking only for ab and mod_ssl.
2008-11-06 Ruediger Pluem* Correctly set SSL_LIBS during openssl detection if...
2008-06-20 William A. Rowe JrThis macro for SSL detection was altogether wrong....
2008-06-09 Jim JagielskiSince we are using AC_CACHE_CHECK, avoid warning
2007-12-25 Guenter KnaufEnable to configure the https port - missing pieces.
2006-03-18 Justin Erenkrantz* acinclude.m4: When enabling a static library, ensure...
2006-02-17 Joe Orton* acinclude.m4 (APACHE_CHECK_SSL_TOOLKIT): Add PKG_CONF...
2005-12-16 Joe Orton* acinclude.m4 (APACHE_ENABLE_MODULES): Support passing...
2005-10-04 Colm MacCarthaighInvert the "yes" and "no" values for $ap_void_ptr_lt_lo...
2005-10-04 Colm MacCarthaighOne way or another, whether we leave the casts in or...
2005-09-30 Justin ErenkrantzUse rsync to install manual and htdocs to speed up...
2005-09-27 Joe Orton* acinclude.m4 (APACHE_CHECK_APxVER): New macro, for...
2004-08-13 Joe Orton* configure.in, acinclude.m4: Substitute AP[RU]_CONFIG...
2004-08-02 Justin ErenkrantzTeach apxs how to find ap{ru}-$AP{RU}_MAJOR_VERSION...
2004-07-19 Justin ErenkrantzWorkaround RHEL 3 'cuteness' for OpenSSL by calling...
2004-03-26 Joe Orton* acinclude.m4 (APACHE_MODPATH_ADD): Give the convenien...
2004-03-06 Joe OrtonFix use of mod_ssl as a DSO linked against static SSL...
2004-01-19 Joe OrtonCorrect use of libtool: libtool convenience libraries...
2004-01-09 Joe Orton* acinclude.m4 (APACHE_MODULE): Remove redundant $ac_n...
2004-01-05 Martin KraemerImprove help for --enable-modules= and --enable-mods...
2003-12-15 Martin KraemerMention in the comment that we expect a _space_separate...
2003-07-10 Joe OrtonUse three-argument form of AC_DEFINE everywhere; remove...
2003-05-30 William A. Rowe Jr Based on list discussion between myself and Geoff...
2003-05-27 William A. Rowe Jr Silly cut'n'paste error
2003-05-27 William A. Rowe Jr Clean up the OpenSSL/SSL-C tests...
2003-05-27 William A. Rowe Jr Any library could benefit from SSL_set_cert_store...
2003-05-27 William A. Rowe Jr As Geoff Thorpe <geoff@geoffthorpe.net> points out...
2003-03-31 Justin ErenkrantzFix tpyo in APACHE_CHECK_SSL_TOOLKIT for ap_platform_ru...
2003-03-13 Madhusudan MathihalliModify the APACHE_CHECK_SSL_TOOLKIT to detect SSL-C...
2003-03-13 Madhusudan MathihalliReplace the APACHE_CHECK_SSL_TOOLKIT method with a...
2003-02-17 Justin ErenkrantzUse APR_LAYOUT instead of APACHE_LAYOUT in configure.
2002-12-19 Justin Erenkrantz- Add MKDEP to config_vars.mk file
2002-11-29 Wilfredo SanchezIf apr and apr-util are not in-tree, we need to be...
2002-11-14 Jeff TrawickAdd --[enable|disable]-v4-mapped configure option to...
2002-09-19 Justin ErenkrantzRework the apxs -cp command to work when the source...
2002-09-09 Justin ErenkrantzUpdate OpenSSL detection to work on Darwin.
2002-08-19 Justin ErenkrantzUse APR_PARSE_ARGUMENTS instead of APACHE_PARSE_ARGUMENTS
2002-08-14 Greg SteinAPACHE_LAYOUT_DEFAULTS was unused. nuke it.
2002-08-10 Roy T. FieldingModified version check on openssl so that it finds...
2002-08-09 Sander StrikerCheck for OpenSSL 0.9.6e or higher
2002-07-16 Justin ErenkrantzLook for OpenSSL libraries in /usr/lib64.
2002-05-14 Justin ErenkrantzRemove APACHE_MKDIR_P_CHECK in favor of new APR_MKDIR_P...
2002-04-18 Justin ErenkrantzMove the mkdir_p check outside of the cache check so...
2002-04-18 Justin ErenkrantzAllow VPATH builds to succeed when configured from...
2002-04-06 Aaron BannertGenerate rel_libdir and exp_libdir variables.
2002-04-06 Aaron BannertAllow us to override the default --libdir from the...
2002-03-26 Justin ErenkrantzEnsure that the build directory is created when using...
2002-03-21 Aaron BannertAdded exp_foo and rel_foo variables to config_vars...
2002-03-21 Aaron BannertAllow spaces in the --prefix-like arguments.
2002-03-20 Greg AmesOS/390: install apachecore.[dll|x] in lib/ rather than...
2002-03-14 Aaron BannertFix a comment about the /<target> appended to config...
2002-03-14 Jeff TrawickFix apxs -g handling.
2002-03-06 Aaron BannertFix a problem in the new --enable-layout functionality...
2002-02-28 Aaron BannertFix a typo in the default cgidir variable.
2002-02-27 Aaron BannertSet defaults for non-autoconf path variables. Also...
2002-02-27 Aaron BannertFix --enable-layout to work again.
2002-02-26 Jeff Trawickfix some problems with variables in config_vars.mk
2002-01-10 Doug MacEachern mod_ssl adjustments to help with using toolkits other...
2002-01-06 Justin ErenkrantzThe -L and -R flags are linker flags not libraries...
2001-12-30 Brian HavardOS/2: Supply the configured libraries to the linker...
2001-12-12 Jeff Trawickchange Apache/apr/apr-util to use run-time linking...
2001-11-24 Ryan BloomFix the installation target to make sure that the manual is
2001-10-11 Ryan BloomFix a typo in the configure script. The argument is...
2001-10-11 Ryan BloomFixed the configure script to add a LoadModule directive to
2001-10-03 Ryan BloomFix --enable-mods-shared processing. If most is specified,
2001-09-30 Justin ErenkrantzKill two autoconf-related birds with one commit.
2001-09-06 Jeff Trawickwork around an AIX "issue" in the construction of confi...
2001-09-04 Ryan BloomIf the user doesn't specify a layout, then just use...
2001-08-23 Martin KraemerMy first try at relocating the manual tree outside...
2001-08-22 Ryan BloomWe always need to include the openssl specific director...
2001-08-22 Martin KraemerIn absence of an explicit --with-ssl= path,
2001-08-20 Ryan BloomAdd the openssl/include/openssl directory to the INCLUD...
2001-08-20 William A. Rowe Jr catch up with errordir. Modeled simply after iconsdi...
2001-08-20 Martin KraemerExtend 'openssl' search to the directories from PATH
2001-08-19 Justin ErenkrantzPer discussion on new-httpd, change the logic to do...
2001-08-17 Justin ErenkrantzFix --enable-modules=all breakage with mod_auth_db...
2001-07-30 Ryan BloomInstall all build/*.mk when we install Apache. This...
2001-07-05 Ryan Bloominstall the man pages when we install everything else.
2001-05-18 Roy T. FieldingChange the make targets and rules to be consistent...
2001-05-12 Roy T. FieldingFix httpd's definition of LTFLAGS to be consistent...
2001-05-11 Roy T. FieldingThe pattern was too general -- it would match the date...
2001-05-11 Roy T. FieldingWe don't need no stinkin libtool when APR already has...
2001-05-10 Roy T. FieldingMake the runtime path hack a little more portable,...
2001-05-10 Roy T. FieldingProving once again that bash doesn't bother to document...
2001-05-10 Roy T. FieldingI forgot to add the bit that allows the macro to be...
2001-05-10 Roy T. FieldingEventually we will want to only find openssl once regar...
2001-04-29 Brian HavardOS/2: fix "make install" to install shared core & progr...
2001-04-29 Roy T. FieldingRemove some obsolete macros and rename one that wasn...
next