summaryrefslogtreecommitdiffstats
path: root/build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * build/special.mk (install-modules-yes): Require that the DSOs areJoe Orton2006-06-291-1/+1
| | | | | | | | built before trying to install them; fixes "make -j2 install" from a module directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417993 13f79535-47bb-0310-9956-ffa450edef68
* Add zlib-devel to the BuildReq in the RPM Spec file, which allows ↵Paul Querna2006-06-211-1/+1
| | | | | | | | | | mod_deflate to be built. PR: 37968 Noticed By: Loïc Mahé <loic.mahe regis-dgac.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@415945 13f79535-47bb-0310-9956-ffa450edef68
* Ahhh, this was missed in 395432, and the addition of httpd.rc needsWilliam A. Rowe Jr2006-04-201-0/+87
| | | | | | | to occur on each branch backported to (paying close attn to whether or not our IS_DEV flag is a boolean, or a define/undef). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395462 13f79535-47bb-0310-9956-ffa450edef68
* Not for backport; our boolean state is 1/0, not defined/undef.William A. Rowe Jr2006-04-201-141/+0
| | | | | | | Remove win32ver.awk, it's now unused (but should be preserved on the 2.0 tree for anyone who leveraged it.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395432 13f79535-47bb-0310-9956-ffa450edef68
* Update the last year of copyright.Colm MacCarthaigh2006-04-1925-25/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395229 13f79535-47bb-0310-9956-ffa450edef68
* * build/instdso.sh: Fix syntax error with some sed implementations.Joe Orton2006-03-291-2/+2
| | | | | | | | PR: 38108 Submitted by: Masaoki Kobayashi <masaoki techfirm.co.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@389797 13f79535-47bb-0310-9956-ffa450edef68
* Determined that yes; apr_general.h may be included in .rc files,William A. Rowe Jr2006-01-121-8/+13
| | | | | | | | | | | | so eliminate a substitute declaration. Correct version and copyright generation, this involves 'long line' flavor of the first ASF copyright line; next step will be no more awk generation of .rc files, so there we will use the new macro AP_SERVER_COPYRIGHT and defined tokens from this file for versions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@368395 13f79535-47bb-0310-9956-ffa450edef68
* Update the NetWare makefiles to build the authz codeBradley Nicholes2006-01-111-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@368105 13f79535-47bb-0310-9956-ffa450edef68
* Correct version numbering for generated .rc files.William A. Rowe Jr2006-01-111-16/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@368072 13f79535-47bb-0310-9956-ffa450edef68
* * build/config_vars.sh.in: Check for the *-config scripts both at theJoe Orton2005-11-021-2/+13
| | | | | | | | DESTDIR-relocated path and at the not-relocated path, to cope with both builds with and without the bundled APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330257 13f79535-47bb-0310-9956-ffa450edef68
* * build/config_vars.sh.in: Prepend DESTDIR to paths to installedJoe Orton2005-11-021-2/+2
| | | | | | | | | apr/apu-config scripts. Submitted by: Torsten Foertsch <torsten.foertsch gmx.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330246 13f79535-47bb-0310-9956-ffa450edef68
* 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