index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
acinclude.m4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use APR_LAYOUT instead of APACHE_LAYOUT in configure.
Justin Erenkrantz
2003-02-17
1
-70
/
+0
*
- Add MKDEP to config_vars.mk file
Justin Erenkrantz
2002-12-19
1
-0
/
+1
*
If apr and apr-util are not in-tree, we need to be able to find the
Wilfredo Sanchez
2002-11-29
1
-0
/
+2
*
Add --[enable|disable]-v4-mapped configure option to control
Jeff Trawick
2002-11-14
1
-0
/
+2
*
Rework the apxs -cp command to work when the source dir isn't available by
Justin Erenkrantz
2002-09-19
1
-0
/
+2
*
Update OpenSSL detection to work on Darwin.
Justin Erenkrantz
2002-09-09
1
-1
/
+1
*
Use APR_PARSE_ARGUMENTS instead of APACHE_PARSE_ARGUMENTS
Justin Erenkrantz
2002-08-19
1
-122
/
+0
*
APACHE_LAYOUT_DEFAULTS was unused. nuke it.
Greg Stein
2002-08-14
1
-19
/
+0
*
Modified version check on openssl so that it finds the executable
Roy T. Fielding
2002-08-10
1
-19
/
+24
*
Check for OpenSSL 0.9.6e or higher
Sander Striker
2002-08-09
1
-2
/
+2
*
Look for OpenSSL libraries in /usr/lib64.
Justin Erenkrantz
2002-07-16
1
-1
/
+1
*
Remove APACHE_MKDIR_P_CHECK in favor of new APR_MKDIR_P_CHECK.
Justin Erenkrantz
2002-05-14
1
-20
/
+0
*
Move the mkdir_p check outside of the cache check so that we will always
Justin Erenkrantz
2002-04-18
1
-2
/
+5
*
Allow VPATH builds to succeed when configured from an empty directory.
Justin Erenkrantz
2002-04-18
1
-6
/
+2
*
Generate rel_libdir and exp_libdir variables.
Aaron Bannert
2002-04-07
1
-0
/
+1
*
Allow us to override the default --libdir from the config.layout
Aaron Bannert
2002-04-06
1
-1
/
+1
*
Ensure that the build directory is created when using VPATH.
Justin Erenkrantz
2002-03-26
1
-0
/
+6
*
Added exp_foo and rel_foo variables to config_vars.mk for all Apache and
Aaron Bannert
2002-03-21
1
-0
/
+35
*
Allow spaces in the --prefix-like arguments.
Aaron Bannert
2002-03-21
1
-13
/
+13
*
OS/390: install apachecore.[dll|x] in lib/ rather than bin/ .
Greg Ames
2002-03-20
1
-0
/
+1
*
Fix a comment about the /<target> appended to config.layout variables
Aaron Bannert
2002-03-14
1
-1
/
+1
*
Fix apxs -g handling.
Jeff Trawick
2002-03-14
1
-2
/
+2
*
Fix a problem in the new --enable-layout functionality where
Aaron Bannert
2002-03-06
1
-0
/
+139
*
Fix a typo in the default cgidir variable.
Aaron Bannert
2002-02-28
1
-2
/
+5
*
Set defaults for non-autoconf path variables. Also export a couple
Aaron Bannert
2002-02-27
1
-0
/
+20
*
Fix --enable-layout to work again.
Aaron Bannert
2002-02-27
1
-17
/
+0
*
fix some problems with variables in config_vars.mk
Jeff Trawick
2002-02-26
1
-1
/
+1
*
mod_ssl adjustments to help with using toolkits other than OpenSSL:
Doug MacEachern
2002-01-10
1
-0
/
+3
*
The -L and -R flags are linker flags not libraries. We need to add them to
Justin Erenkrantz
2002-01-07
1
-2
/
+2
*
OS/2: Supply the configured libraries to the linker when building loadable
Brian Havard
2001-12-30
1
-0
/
+1
*
change Apache/apr/apr-util to use run-time linking on AIX
Jeff Trawick
2001-12-12
1
-0
/
+1
*
Fix the installation target to make sure that the manual is
Ryan Bloom
2001-11-24
1
-1
/
+1
*
Fix a typo in the configure script. The argument is --enable-mods-shared,
Ryan Bloom
2001-10-11
1
-1
/
+1
*
Fixed the configure script to add a LoadModule directive to
Ryan Bloom
2001-10-11
1
-1
/
+4
*
Fix --enable-mods-shared processing. If most is specified,
Ryan Bloom
2001-10-03
1
-6
/
+12
*
Kill two autoconf-related birds with one commit.
Justin Erenkrantz
2001-09-30
1
-6
/
+13
*
work around an AIX "issue" in the construction of config_vars.mk by
Jeff Trawick
2001-09-06
1
-1
/
+1
*
If the user doesn't specify a layout, then just use the Apache
Ryan Bloom
2001-09-05
1
-16
/
+2
*
My first try at relocating the manual tree outside of the htdocs/ directory.
Martin Kraemer
2001-08-23
1
-0
/
+2
*
We always need to include the openssl specific directory in the INCLUDES
Ryan Bloom
2001-08-22
1
-1
/
+2
*
In absence of an explicit --with-ssl= path,
Martin Kraemer
2001-08-22
1
-1
/
+1
*
Add the openssl/include/openssl directory to the INCLUDES variable.
Ryan Bloom
2001-08-21
1
-1
/
+1
*
catch up with errordir. Modeled simply after iconsdir, hope that does it.
William A. Rowe Jr
2001-08-20
1
-2
/
+5
*
Extend 'openssl' search to the directories from PATH
Martin Kraemer
2001-08-20
1
-1
/
+2
*
Per discussion on new-httpd, change the logic to do the following:
Justin Erenkrantz
2001-08-19
1
-1
/
+12
*
Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest
Justin Erenkrantz
2001-08-17
1
-1
/
+10
*
Install all build/*.mk when we install Apache. This is the first step
Ryan Bloom
2001-07-30
1
-1
/
+3
*
install the man pages when we install everything else.
Ryan Bloom
2001-07-05
1
-0
/
+2
*
Change the make targets and rules to be consistent in all of the
Roy T. Fielding
2001-05-18
1
-0
/
+3
*
Fix httpd's definition of LTFLAGS to be consistent with that of apr
Roy T. Fielding
2001-05-12
1
-0
/
+1
[next]