summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Clean up addition IPV6 build issuesBradley Nicholes2002-09-262-26/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96987 13f79535-47bb-0310-9956-ffa450edef68
* Need to include the new ap_provider.h header in our export header list so ↵Bradley Nicholes2002-09-201-0/+1
| | | | | | | | | that the AWK script will generate the correct export list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96929 13f79535-47bb-0310-9956-ffa450edef68
* Allow instdso.sh to be used with a .so file directly rather than requiringJustin Erenkrantz2002-09-181-0/+7
| | | | | | | a libtool archive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96894 13f79535-47bb-0310-9956-ffa450edef68
* If we fixup the timestamp on modules/ssl/ssl_expr_parse.c after runningSander Striker2002-09-181-1/+3
| | | | | | | | | | buildconf when we roll a release, we should do the same for modules/ssl/ssl_expr_parse.h and ssl_expr_scan.c. Submitted by: Mads Toftum <mads@toftum.dk> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96870 13f79535-47bb-0310-9956-ffa450edef68
* Fixup the timestamp on modules/ssl/ssl_expr_parse.c after runningSander Striker2002-09-171-0/+4
| | | | | | | buildconf when we roll a release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96864 13f79535-47bb-0310-9956-ffa450edef68
* Moving the auth_provider APIs into the core binary to avoid a chicken andBradley Nicholes2002-09-163-1/+3
| | | | | | | | | egg problem when loading the auth modules vs the providers. (Can't load the auth module until the provider has registered. Can't register the provider until the auth module is loaded and APIs are available.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96846 13f79535-47bb-0310-9956-ffa450edef68
* Added the new auth modules to the build script for building the defaultBradley Nicholes2002-09-131-3/+10
| | | | | | | httpd.conf file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96793 13f79535-47bb-0310-9956-ffa450edef68
* Make file environment variables for building Apache for NetWare with IPV6Bradley Nicholes2002-09-101-0/+13
| | | | | | | support git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96754 13f79535-47bb-0310-9956-ffa450edef68
* find the first perl, not the lastJeff Trawick2002-08-291-0/+5
| | | | | | | | we break-ed when we found the first perl, but it didn't get us out of the outer for git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96580 13f79535-47bb-0310-9956-ffa450edef68
* Turn off optimization completely when building debugBradley Nicholes2002-08-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96531 13f79535-47bb-0310-9956-ffa450edef68
* Make version strings work properly with update macro definitionsIan Holsman2002-08-231-3/+10
| | | | | | | Submitted by : Branko Cibej <brane@xbc.nu> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96503 13f79535-47bb-0310-9956-ffa450edef68
* Fix support references in binbuild README.Joshua Slive2002-08-121-6/+5
| | | | | | | PR: 11626 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96355 13f79535-47bb-0310-9956-ffa450edef68
* roll back the apr-iconv pull as it isn't required for unixIan Holsman2002-08-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96326 13f79535-47bb-0310-9956-ffa450edef68
* we need apr-iconv nowIan Holsman2002-08-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96272 13f79535-47bb-0310-9956-ffa450edef68
* Bringing the NetWare export script up to date with other export scriptsBradley Nicholes2002-07-191-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96130 13f79535-47bb-0310-9956-ffa450edef68
* Allow the makefiles to alter the screen nameBradley Nicholes2002-07-181-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96117 13f79535-47bb-0310-9956-ffa450edef68
* Fix up a few gotchas in httpd_roll_releaseCliff Woolley2002-07-161-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96086 13f79535-47bb-0310-9956-ffa450edef68
* Export functions declared by APR_DECLARE_INHERIT_SET/UNSET macros.Brian Havard2002-07-161-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96075 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Stop a bunch of error messages while doing a make install.Brian Havard2002-06-161-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95710 13f79535-47bb-0310-9956-ffa450edef68
* Fix the build on BSDi machines. The bsd_makefile trick didn't completelyDavid Reid2002-06-151-2/+2
| | | | | | | | | | 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95708 13f79535-47bb-0310-9956-ffa450edef68
* Allow 'make install DESTDIR=/path'. This allows packagers to installRyan Bloom2002-06-152-4/+4
| | | | | | | | | | | | | | 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> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95686 13f79535-47bb-0310-9956-ffa450edef68
* Fix install-bindist.sh so that it finds any perl instead of justJeff Trawick2002-06-131-1/+1
| | | | | | | | | early perl 5.x versions. This is consistent with a build/install from source, and it allows the perl scripts installed by a bindist to work on systems with perl 5.6. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95651 13f79535-47bb-0310-9956-ffa450edef68
* Create the distribution directory at the root of the project rather than aboveBradley Nicholes2002-06-111-2/+2
| | | | | | | the root git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95612 13f79535-47bb-0310-9956-ffa450edef68
* Fix apxs to allow it to work when the build directory is somewhereJeff Trawick2002-06-051-1/+1
| | | | | | | | | | | | | | besides server-root/build. PR: 8453 Submitted by: a number of people hit this problem and offered hints or partial fixes; Thom May and Pier Fumagalli had a patch to apxs, a subset of which mostly fixed this problem; there were hints in PRs 8453 and 9316 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95522 13f79535-47bb-0310-9956-ffa450edef68
* Fix the binary build install script so that the build logicJeff Trawick2002-06-031-4/+3
| | | | | | | | | | | created by "apxs -g" will work when the user has a binary build. We didn't copy enough of the build directory and we edited the wrong version of config_vars.mk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95489 13f79535-47bb-0310-9956-ffa450edef68
* Use the basename of the dso file rather than assuming it does not includeJustin Erenkrantz2002-06-021-4/+5
| | | | | | | a directory in it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95466 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the @exp_cgidir@ replacement value so that it resolves to the correctBradley Nicholes2002-05-311-0/+1
| | | | | | | location when the AWK file generates the default httpd.conf file for NetWare. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95450 13f79535-47bb-0310-9956-ffa450edef68
* Updated the NetWare makefiles to include the rotatelogs NLM and to copyBradley Nicholes2002-05-291-13/+1
| | | | | | | all of the support NLMs to a bin directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95365 13f79535-47bb-0310-9956-ffa450edef68
* get binbuild working again, and zap the BinaryDistribution layoutJeff Trawick2002-05-171-1/+1
| | | | | | | | | | | | | | | | | at the same time a few days ago the configure syntax for specifying a layout was fixed in binbuild.sh, but the layout was broken... it turns out that we don't need the layout with Apache 1.3, a separate layout for binary builds was necessary in order to install under any prefix specified by the user with Apache 2.0, that works without any special tricks so the BinaryDistribution layout is no longer necessary git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95152 13f79535-47bb-0310-9956-ffa450edef68
* don't leave the shared library path variable commented out in envvarsJeff Trawick2002-05-151-1/+0
| | | | | | | for non-binbuild... OS/390 needs it set all the time git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95119 13f79535-47bb-0310-9956-ffa450edef68
* OS/390 likes the -U tar option; Linux/390 doesn'tGreg Ames2002-05-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95117 13f79535-47bb-0310-9956-ffa450edef68
* binbuild.sh was using the ancient syntax --with-layout=BinaryDistributionJeff Trawick2002-05-141-1/+1
| | | | | | | | | | | instead of --enable-layout=BinaryDistribution I changed the layout for BinaryDistribution to install under /usr/local/apache2 instead of /usr/local/apache. Hopefully the rest of the layout is reasonable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95089 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up the distribution and install section of the NetWare make filesBradley Nicholes2002-04-291-1/+1
| | | | | | | Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94863 13f79535-47bb-0310-9956-ffa450edef68
* get closer to having apxs work from a binary distributionJeff Trawick2002-04-261-3/+8
| | | | | | | | | | | | we need to copy libtool and instdso.sh verbatim, and we need to edit config_vars.mk and apxs still broken: "httpd -l" as invoked by apxs can fail since support libraries (apr, aprutil, etc.) are probably not findable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94817 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the NetWare AWK script that produces the httpd.conf file so that itBradley Nicholes2002-04-231-1/+11
| | | | | | | understands the new macros. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94776 13f79535-47bb-0310-9956-ffa450edef68
* Corrected the NLM names for the proxy modulesBradley Nicholes2002-04-191-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94727 13f79535-47bb-0310-9956-ffa450edef68
* Change instdso.sh to use libtool --install everywhere and thenJeff Trawick2002-04-191-33/+36
| | | | | | | | | | | | | | clean up some stray files and symlinks that libtool leaves around on some platforms. This gets subversion building properly since it needed a re-link to be performed by libtool at install time, and the old instdso.sh logic to simply cp the DSO didn't handle that requirement. Submitted by: Sander Striker Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94709 13f79535-47bb-0310-9956-ffa450edef68
* Simplify last commit by only calling cat once (this should hopefully resolveJustin Erenkrantz2002-04-181-18/+24
| | | | | | | | | | | | rbb's concern about maintainability and still address mine about annoying /s). Don't call mkdir when we are the top-level directory. We *have* to have been created before hand. Also add this fix to the bsd_makefile section. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94703 13f79535-47bb-0310-9956-ffa450edef68
* Replace this bogus check with something that actually works. I have noJustin Erenkrantz2002-04-181-1/+1
| | | | | | | | | 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94702 13f79535-47bb-0310-9956-ffa450edef68
* The pedant in me wishes to see all extraneous trailing / go away.Justin Erenkrantz2002-04-181-4/+12
| | | | | | | | So, if we are in the top-level makefile, don't add an extra trailing slash to srcdir, builddir, or VPATH. It's annoying. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94701 13f79535-47bb-0310-9956-ffa450edef68
* Back out most of the previous commit, because part of it was useless andCliff Woolley2002-04-121-15/+5
| | | | | | | | | | part of it was vetoed. Anybody know the sh-ism to compare timestamps on files? That's what we really need here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94626 13f79535-47bb-0310-9956-ffa450edef68
* * make sure the -alpha name is not _inside_ the gzip (I have to try this andCliff Woolley2002-04-121-6/+16
| | | | | | | | | | to see if it works that way though) * touch generated files to make sure we don't require the user to have the tools to rebuild them (eg, flex and yacc) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94624 13f79535-47bb-0310-9956-ffa450edef68
* Fix export of variables that have "extern" before their AP_DECLARE_DATA.Bradley Nicholes2002-04-081-1/+1
| | | | | | | This includes ap_subreq_core_filter_handle which mod_autoindex.c now needs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94551 13f79535-47bb-0310-9956-ffa450edef68
* Fix export of variables that have "extern" before their AP_DECLARE_DATA.Brian Havard2002-04-061-1/+1
| | | | | | | This includes ap_subreq_core_filter_handle which mod_autoindex.c now needs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94504 13f79535-47bb-0310-9956-ffa450edef68
* Use the new format for the tarballs. httpd-2.0.xx-alpha.tar.gzRyan Bloom2002-04-051-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94476 13f79535-47bb-0310-9956-ffa450edef68
* Added replacement values for the new tags in the httpd.conf file templateBradley Nicholes2002-04-051-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94473 13f79535-47bb-0310-9956-ffa450edef68
* Fix apxs -g handling.Jeff Trawick2002-03-142-1/+2
| | | | | | | | | | | | 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.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93923 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.Roy T. Fielding2002-03-139-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93918 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the slashes on the server root pathBradley Nicholes2002-03-121-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93868 13f79535-47bb-0310-9956-ffa450edef68
* NetWare AWK script for producing the shipping version of the HTTPD.confBradley Nicholes2002-03-051-0/+59
| | | | | | | file from the template git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93715 13f79535-47bb-0310-9956-ffa450edef68