Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
update license header text
Update the last year of copyright.
* Makefile.in (docs): If the "docs-build" project is available, trigger its build system to turn the XML sources into HTML. Otherwise, display a URL to the instructions on how to use the docs build. * build/rules.mk.in: (.PHONEY): docs is a fake target. Submitted By: Daniel Rall <dlr apache.org>
* configure.in: Define MKINSTALLDIRS and INSTALL in config_vars.mk. Don't use AC_PROG_INSTALL since any system "install" command is never used anyway. * build/rules.mk.in: Remove fixed reference to install.sh and mkdir.sh in abs_srcdir. * build/config_vars.sh: Munge definitions of MKINSTALLDIRS and INSTALL to use installed scripts.
Update copyright year to 2005 and standardize on current copyright owner line.
* configure.in: Add --enable-pie flag; define PICFLAGS and PILDFLAGS.
* build/rules.mk.in: Factor out BASE_CC and BASE_CXX from COMPILE.
Substitute PICFLAGS into COMPILE and CXX_COMPILE, but not into
{SH,LT}{,_CXX}_COMPILE. Substitute PILDFLAGS into LINK but not
{SH,MOD}_LINK.
Reviewed by: jerenkrantz
Initial pass at refactoring some files to eliminate our 150K C source behemoths. * Makefile.in: Change order of dependencies to bring in exports.o first so that we have every symbol 'used' before the linker starts processing. * build/rules.mk.in: Add a 'program-install' target which just copies httpd. * server/Makefile.in, modules/http/config2.m4: Add in new file targets. * NWGNUmakefile, libhttpd.dsp: Blind updates for Netware and Win32. (I tried.) * server/core.c: Move core_input_filter, net_time_filter, and core_output_filter and all supporting functions to... * server/core_filters.c (copied): ...here. * modules/http/http_protocol.c: Move functions from here to there...namely: * modules/http/byterange_filter.c (copied): Relocate ap_byterange_filter() and friends. * modules/http/chunk_filter.c (copied): Relocate chunk_filter(). * modules/http/http_etag.c (copied): Relocate ap_set_etag and ap_make_etag(). * modules/http/http_filters.c (copied): Relocate ap_http_filter(), ap_http_header_filter(), ap_discard_request_body(), ap_setup_client_block(), ap_should_client_block(), and ap_get_client_block().
property cleanup
fix name of The Apache Software Foundation
fix copyright dates according to the first check in.
apply Apache License, Version 2.0
Correct use of libtool: libtool convenience libraries which are to be linked directly into a program must be linked using -static and not -module. Fixes build issues with libtool HEAD. * acinclude.m4 (APACHE_MODPATH_ADD): For a static module, use a filename with a lib prefix. * build/rules.mk.in (MOD_LINK): Use -static not -module. * build/special.mk (install-modules): Adjust special-case for installation of shared modules to look for libso.la not mod_so.la. * build/library.mk: Link libraries using -static.
* build/rules.mk.in: Pass CFLAGS but not CPPFLAGS or INCLUDES on LINK lines.
update license to 2004.
finished that boring job: update license to 2003. Happy New Year! ;-))
- Add MKDEP to config_vars.mk file - Do not print out the commands used when doing 'make depend'
Allow dependencies to be generated by something other than GCC. This allows Sun's cpp to generate valid .deps dependencies. (This is a similar patch as applied to APR.)
Fix the build on BSDi machines. The bsd_makefile trick didn't completely work as autoconf may run config.status and remove the fixes we've just applied, so this allows us to workaround that problem. Initailly suggested by Cliff, this is a modified version.
Allow 'make install DESTDIR=/path'. This allows packagers to install into a directory different from the one that was configured. This also mirrors the root= feature from 1.3. We cannot use prefix=, because both APR and APR-util resolve their installation paths at configuration time. This means that there is no variable prefix to replace. PR: 7803 Submitted by: Andreas Hasenack <andreas@netbank.com.br>
Replace this bogus check with something that actually works. I have no idea what this line is attempting to do, but it doesn't work in the top-level Makefile - causing an error. Therefore, take the line we use in APR to check if a file exists.
Fix apxs -g handling.
Move config_vars.mk from the top build directory to the build directory.
Get build/rules.mk cleaned up for distclean/extraclean.
PR: 10163
(This is the 2nd of two commits for that PR. The first was to
apxs.in -- rev 1.35.)
Update our copyright for this year.
OS/2: Supply the configured libraries to the linker when building loadable modules. This allows things like mod_deflate to build (needs -lz).
Make Apache 2.0 install all files in the same location as Apache 1.3 did. PR: 7626
Allow us to build APR before APR-util, but clean APR-util before APR. This should fix the build for BeOS.
Ensure that libtool does the installation for us. This way we will actually copy over the binaries rather than libtool wrapper scripts which would copy the binaries to .libs/lt-* at first execution. Reviewed by: Greg Stein
Add rules.mk.in, and remove the old rules.mk. This finishes the libtool patch from yesterday.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |