summaryrefslogtreecommitdiffstats
path: root/build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove install errors emitted when using jlibtool instead of GNU libtool.Justin Erenkrantz2005-09-281-3/+6
| | | | | | | | | | (grep would skip this silently; but sed emits errors when no match is found.) * build/instdso.sh: Protect sed calls with a test -s check to make sure that we're going to execute sed against a non-empty file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292109 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.inPaul Querna2005-09-261-1/+1
| | | | | | | | | | | | | | (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> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291480 13f79535-47bb-0310-9956-ffa450edef68
* Fix the RPM spec file: XML versions of the doc files are noGraham Leggett2005-08-261-1/+5
| | | | | | | longer removed. Added httxt2dbm to the sbin directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240349 13f79535-47bb-0310-9956-ffa450edef68
* Fixed complaints about unpackaged files within the RPM buildGraham Leggett2005-07-031-5/+27
| | | | | | | after changes to the config files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@208967 13f79535-47bb-0310-9956-ffa450edef68
* * build/config_vars.sh.in: Expand LTFLAGS here, to fix `apxs -q LIBTOOL`Joe Orton2005-06-161-1/+1
| | | | | | | | | | again. PR: 32787 Submitted by: William Barker <william.barker wilshire.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190893 13f79535-47bb-0310-9956-ffa450edef68
* Delete the completely outdated httpd_roll_release script.Paul Querna2005-06-141-137/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190659 13f79535-47bb-0310-9956-ffa450edef68
* Update remaining 2004 copyright notices.Joe Orton2005-06-1414-14/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190592 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in: Define MKINSTALLDIRS and INSTALL in config_vars.mk.Joe Orton2005-06-132-2/+4
| | | | | | | | | | | | | | 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190396 13f79535-47bb-0310-9956-ffa450edef68
* Sanitize the installed config_vars.mk to remove references to theJoe Orton2005-06-131-0/+60
| | | | | | | | | | | | | | | | | | | | build and source directories, and to remove variables which are internal to the httpd build system: * build/config_vars.sh.in: New file. * Makefile.in (build/config_vars.out): New target. (install-build): Install build/config_vars.out as config_vars.mk. * configure.in: Add include path for srclib/pcre to INCLUDES rather than CPPFLAGS, and use a topdir-relative not absolute path name. Generate build/config_vars.sh. Reviewed by: Paul Querna PR: 20874, 28145 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190392 13f79535-47bb-0310-9956-ffa450edef68
* * modules/mappers/config9.m4: Substitute INSTALL_DSO as "yes" ifJoe Orton2005-06-081-13/+11
| | | | | | | | | | | mod_so is linked in, or "no" otherwise. * build/special.mk: Remove hack to guess whether mod_so is linked in based on BUILTIN_LIBS; rely on INSTALL_DSO definition from config_vars.mk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@189603 13f79535-47bb-0310-9956-ffa450edef68
* * build/instdso.sh: Extract LIBRARY_NAMES and DLNAME without usingJoe Orton2005-06-081-2/+2
| | | | | | | | grep; fix extraction of LIBRARY_NAMES which was sedding the wrong variable name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@189595 13f79535-47bb-0310-9956-ffa450edef68
* Disable some default LibC debugging code when compiling optimizedBradley Nicholes2005-04-291-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@165340 13f79535-47bb-0310-9956-ffa450edef68
* use BSD sockets when building for IPV6Bradley Nicholes2005-04-201-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@162054 13f79535-47bb-0310-9956-ffa450edef68
* Build mod_ssl for the NetWare platformBradley Nicholes2005-04-191-1/+1
| | | | | | | Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161813 13f79535-47bb-0310-9956-ffa450edef68
* Allow httpd on NetWare to build using either the standard socket libraries ↵Bradley Nicholes2005-04-153-1/+7
| | | | | | or the Winsock libraries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161368 13f79535-47bb-0310-9956-ffa450edef68
* Uncomment the secureListen directive when building the httpd-ssl.conf file ↵Bradley Nicholes2005-04-111-1/+1
| | | | | | for NetWare git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160952 13f79535-47bb-0310-9956-ffa450edef68
* Update the NetWare make install target to comply with the new .conf file layoutBradley Nicholes2005-04-101-9/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160726 13f79535-47bb-0310-9956-ffa450edef68
* Rethink the built-in vs shared modules for NetWare. Reposition mod_asis, ↵Bradley Nicholes2005-04-091-0/+6
| | | | | | mod_actions, mod_cgi, mod_imagemap, mod_userdir and mod_autoindex as shared rather than built-in. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160625 13f79535-47bb-0310-9956-ffa450edef68
* Add inverted commas to the build script parameter so that it works correctly ↵Graham Leggett2005-03-301-2/+2
| | | | | | when which outputs an empty string. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159479 13f79535-47bb-0310-9956-ffa450edef68
* Metrowerk compiler can't handle commas in the copyright stringBradley Nicholes2005-02-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155276 13f79535-47bb-0310-9956-ffa450edef68
* * build/NWGNUtail.inc: Update license.Justin Erenkrantz2005-02-241-1/+1
| | | | | | | Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155106 13f79535-47bb-0310-9956-ffa450edef68
* One more NetWare tweak for the PCRE shakeupBradley Nicholes2005-02-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153809 13f79535-47bb-0310-9956-ffa450edef68
* Only recompile buildmark.c when we have to relink httpd.Justin Erenkrantz2005-02-101-0/+1
| | | | | | | | This allows us to be able to do a make on an up-to-date tree without forcing a recompile and relink. Yay! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153266 13f79535-47bb-0310-9956-ffa450edef68
* Add a target to build the prebuild utilities on NetWareBradley Nicholes2005-02-092-1/+6
| | | | | | Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@152957 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0410-12/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in: Add --enable-pie flag; define PICFLAGS and PILDFLAGS.Joe Orton2005-01-251-5/+8
| | | | | | | | | | | | * 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126362 13f79535-47bb-0310-9956-ffa450edef68
* Add a build script to create a solaris package.Graham Leggett2005-01-043-0/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124104 13f79535-47bb-0310-9956-ffa450edef68
* Fix the RPM spec file so that an RPM build now works. An RPMGraham Leggett2004-12-181-41/+28
| | | | | | | build now requires system installations of APR and APR-util. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122711 13f79535-47bb-0310-9956-ffa450edef68
* Change the names of the debug and release output build directories so they ↵Bradley Nicholes2004-12-151-2/+2
| | | | | | don't conflict with the modules/debug directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@112041 13f79535-47bb-0310-9956-ffa450edef68
* Clean up environment variablesBradley Nicholes2004-12-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109693 13f79535-47bb-0310-9956-ffa450edef68
* Allow APR-UTIL to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-12-022-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109566 13f79535-47bb-0310-9956-ffa450edef68
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-302-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106975 13f79535-47bb-0310-9956-ffa450edef68
* Initial pass at refactoring some files to eliminate our 150K C source behemoths.Justin Erenkrantz2004-11-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * 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(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106692 13f79535-47bb-0310-9956-ffa450edef68
* property cleanupAndré Malo2004-11-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106505 13f79535-47bb-0310-9956-ffa450edef68
* Remove the .cvsignore files.Joe Orton2004-11-192-14/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105796 13f79535-47bb-0310-9956-ffa450edef68
* Fix a few references to mod_auth_ldap to be mod_authnz_ldapBradley Nicholes2004-08-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104749 13f79535-47bb-0310-9956-ffa450edef68
* Ignore config.* scripts copied from APR.Joe Orton2004-08-101-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104543 13f79535-47bb-0310-9956-ffa450edef68
* Moderize our .rc generation, using the license-2.0 text,William A. Rowe Jr2004-07-151-8/+15
| | | | | | | | extracting copyright dates from the version header, and dropping a redundant s/./,/. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104295 13f79535-47bb-0310-9956-ffa450edef68
* * build/config.guess, build/config.sub: Remove since buildconf copiesJoe Orton2004-07-132-2995/+0
| | | | | | | these files from APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104269 13f79535-47bb-0310-9956-ffa450edef68
* ignore copied PrintPathAndré Malo2004-07-031-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104152 13f79535-47bb-0310-9956-ffa450edef68
* Add the NOTICE file to the rpm spec file in compliance with the ApacheGraham Leggett2004-07-021-1/+1
| | | | | | | | | | | v2.0 license. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104119 13f79535-47bb-0310-9956-ffa450edef68
* Remove build/PrintPath since buildconf copies it from APR already.Joe Orton2004-07-011-129/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104105 13f79535-47bb-0310-9956-ffa450edef68
* Nobody objected:André Malo2004-06-051-0/+12
| | | | | | | | | | | | | | | <IfModule> now takes the module identifier in addition to the filename. CAUTION: this commit breaks the build on netware. It still needs to be adjusted. (but I don't have any netware knowledge...) Also, developers need to re-run buildconf on unices. PR: 29003 Submitted by: Edward Rudd <eddie omegaware.com>, Andr� Malo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103849 13f79535-47bb-0310-9956-ffa450edef68
* RPM spec file changes: changed default dependancy to link to db4Graham Leggett2004-05-201-7/+28
| | | | | | | | | | | instead of db3. Fixed complaints about unpackaged files. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103704 13f79535-47bb-0310-9956-ffa450edef68
* Add the installdev target to the help listBradley Nicholes2004-04-291-0/+2
| | | | | | | Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103552 13f79535-47bb-0310-9956-ffa450edef68
* Remove the hardcoded /Y parameter when doing a xcopyBradley Nicholes2004-04-291-0/+2
| | | | | | | Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103550 13f79535-47bb-0310-9956-ffa450edef68
* Fix the XLFLAGS define in the NetWare makefiles so that the contents are ↵Bradley Nicholes2004-04-281-5/+3
| | | | | | | | | added to the _link.opt file rather than the _link.def file Submitted by: Guenter Knauf <gk@gknw.net>, Brad Nicholes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103544 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_version to the NetWare buildBradley Nicholes2004-04-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103395 13f79535-47bb-0310-9956-ffa450edef68
* Allow the NetWare makefiles to clean up some files that were missedBradley Nicholes2004-04-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103286 13f79535-47bb-0310-9956-ffa450edef68
* mod_so shows up in BUILTIN_LIBS differently nowJeff Trawick2004-03-291-1/+1
| | | | | | | this fixes "make install" processing of DSOs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103181 13f79535-47bb-0310-9956-ffa450edef68