summaryrefslogtreecommitdiffstats
path: root/buildconf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the RPM spec file so that an RPM build now works. An RPMGraham Leggett2004-12-181-0/+2
| | | | | | | 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
* removed call to aclocal for pcre (we're now able to build pcre-5.0 without it)Brian Pane2004-11-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106693 13f79535-47bb-0310-9956-ffa450edef68
* call aclocal before autoconf for srclib/pcre (required for PCRE-5.0)Brian Pane2004-11-261-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106622 13f79535-47bb-0310-9956-ffa450edef68
* * buildconf: Remove the autom4te cache from srclib/pcre too,Joe Orton2004-11-191-4/+4
| | | | | | | before and after running autoconf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105819 13f79535-47bb-0310-9956-ffa450edef68
* * buildconf: Point at http:// for both, and the "cd srclib" is notJoe Orton2004-11-191-4/+2
| | | | | | | necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105795 13f79535-47bb-0310-9956-ffa450edef68
* Add some magic to buildconf so it will tell you to get both apr and apr-util ↵Paul Querna2004-11-191-1/+7
| | | | | | | | | the first time you run it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105778 13f79535-47bb-0310-9956-ffa450edef68
* 'svn co' would be the important part of the command.Paul Querna2004-11-191-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105774 13f79535-47bb-0310-9956-ffa450edef68
* Tell users how to get APR from subversion instead of CVS.Paul Querna2004-11-191-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105773 13f79535-47bb-0310-9956-ffa450edef68
* use -z7 in the example cvs checkouts for APR/APR-Util.Paul Querna2004-09-031-2/+2
| | | | | | | Makes the checkout go much faster on slow dialup modems... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104941 13f79535-47bb-0310-9956-ffa450edef68
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102619 13f79535-47bb-0310-9956-ffa450edef68
* fix copyright dateAndré Malo2004-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102594 13f79535-47bb-0310-9956-ffa450edef68
* begin relicensing httpd-2.1 to Apache License, Version 2.0André Malo2004-02-061-48/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102520 13f79535-47bb-0310-9956-ffa450edef68
* * buildconf: Clean autoconf cache after running autoconf too.Joe Orton2004-02-051-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102510 13f79535-47bb-0310-9956-ffa450edef68
* update license to 2004.André Malo2004-01-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102135 13f79535-47bb-0310-9956-ffa450edef68
* * buildconf: Ensure that make never regenerates the mod_ssl expressionJoe Orton2003-11-251-0/+11
| | | | | | | parser files from the lex/yacc sources. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101886 13f79535-47bb-0310-9956-ffa450edef68
* fix oops in prior commit; we don't copy libtool.m4, so noJeff Trawick2003-06-051-1/+1
| | | | | | | need to remove it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100179 13f79535-47bb-0310-9956-ffa450edef68
* steal some code from APR intended to allow you to properly switchJeff Trawick2003-06-051-0/+4
| | | | | | | | | | | | | between libtool 1.3 and 1.4+... newer libtool doesn't have ltconfig, so having a stray ltconfig around will confuse some of our config logic This also fixes cp failure on FreeBSD since ltconfig and ltmain.sh are installed with 0400 perms, and when buildconf is run a second time the cp of those files would fail. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100178 13f79535-47bb-0310-9956-ffa450edef68
* Add code to buildconf that produces an httpd.spec file fromGraham Leggett2003-04-121-0/+17
| | | | | | | | | | | httpd.spec.in, using build/get-version.sh from APR. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99346 13f79535-47bb-0310-9956-ffa450edef68
* Removing rpm stuff from buildconf until it becomes portableGraham Leggett2003-03-301-15/+0
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99128 13f79535-47bb-0310-9956-ffa450edef68
* Added an RPM build scriptGraham Leggett2003-03-301-0/+15
| | | | | | | | | | PR: Obtained from: Joe Orton <jorton@redhat.com> Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99122 13f79535-47bb-0310-9956-ffa450edef68
* even users of libtool 1.3.x want out-of-tree apr builds to workJeff Trawick2003-03-121-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98988 13f79535-47bb-0310-9956-ffa450edef68
* finished that boring job:André Malo2003-02-031-1/+1
| | | | | | | | | update license to 2003. Happy New Year! ;-)) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98573 13f79535-47bb-0310-9956-ffa450edef68
* Make buildconf work with out-of-tree apr and apr-util by adding --with-aprJustin Erenkrantz2003-01-301-19/+59
| | | | | | | | | | and --with-apr-util flags. Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz (with minor stylistic nit) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98546 13f79535-47bb-0310-9956-ffa450edef68
* PR:Justin Erenkrantz2003-01-081-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98198 13f79535-47bb-0310-9956-ffa450edef68
* Changes to reduce dependency on in-tree apr and apr-util.Wilfredo Sanchez2002-11-291-0/+5
| | | | | | | | | | | | | | Change AC_CONFIG_AUX_DIR in configure to build from srclib/apr/build. Have buildconf copy the needed files (config.guess, config.sub, PrintPath) from srclib/apr/build to build. Change binbuild.sh to stop using srclib/apr. This gets to to where ./configure --with-apr --with-apr-util actually works without an in-tree apr and apr-util, though we still need them in-tree to run buildconf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97671 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that we toss the autom4te.cache directory before running autoconf.Justin Erenkrantz2002-08-021-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96284 13f79535-47bb-0310-9956-ffa450edef68
* Add support for ${AUTOHEADER} and ${AUTOCONF} in buildconfJustin Erenkrantz2002-05-261-3/+3
| | | | | | | (apr and apr-util already support this convention.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95288 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93918 13f79535-47bb-0310-9956-ffa450edef68
* APR-util has renamed buildconf.sh to buildconf to match APR and httpd-2.0.Justin Erenkrantz2001-08-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89864 13f79535-47bb-0310-9956-ffa450edef68
* Note the change to the CVS server in the buildconf script.Ryan Bloom2001-07-171-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89562 13f79535-47bb-0310-9956-ffa450edef68
* give the poor users (i.e. us) a clue that something might be wrong whenGreg Ames2001-04-161-2/+8
| | | | | | | buildconf fails in subdirectories git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88871 13f79535-47bb-0310-9956-ffa450edef68
* Abort apache buildconf if apr buildconf or apr-util buildconf fails.Jeff Trawick2001-03-281-2/+2
| | | | | | | | Otherwise, the error message from apr or apr-util (e.g., invalid libtool version) is lost in the stream of output. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88602 13f79535-47bb-0310-9956-ffa450edef68
* Untangled the buildconf script and eliminated the need for build'sRoy T. Fielding2001-03-241-3/+112
| | | | | | | | aclocal.m4, generated_lists, build.mk, build2.mk, and a host of other libtool muck that is now under srclib/apr/build. More to follow. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88570 13f79535-47bb-0310-9956-ffa450edef68
* We don't have config.guess until later in the build cycle, so change theDavid Reid2000-09-241-2/+2
| | | | | | | | | | test to use uname. with this change a clean CVS copy will build using ./buildconf;./configure;make exactly like it should. Thanks Sascha. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86310 13f79535-47bb-0310-9956-ffa450edef68
* Add Convert-to-BSD-Makefiles-On-The-Fly systemSascha Schumann2000-09-221-0/+5
| | | | | | | | | | Note 1: Only needed for BSD/OS. Note 2: Invent better heuristic (timestamp checks for build/*.mk). Note 3: Conversion is currently one-way Note 4: Don't package on BSD/OS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86284 13f79535-47bb-0310-9956-ffa450edef68
* Always delete generated_lists. This should cure problems with makesSascha Schumann2000-08-231-0/+2
| | | | | | | which don't handle the .PHONY target correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86142 13f79535-47bb-0310-9956-ffa450edef68
* Less verbose solution.Ben Laurie2000-03-191-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84799 13f79535-47bb-0310-9956-ffa450edef68
* Tru64 make uses the wrong directory for includes.Ben Laurie2000-03-181-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84793 13f79535-47bb-0310-9956-ffa450edef68
* Tru64 make gets confused by null argument!Ben Laurie2000-03-181-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84792 13f79535-47bb-0310-9956-ffa450edef68
* Allow arguments to buildconf. Makes cvsclean, etc. a bit easier.Manoj Kasichainula2000-03-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84772 13f79535-47bb-0310-9956-ffa450edef68
* Just make 'buildconf' run on BSD (there is a space after the hash-bang) andDirk-Willem van Gulik2000-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added bogus INSTALL file plus some blurp in readme.mpm to point out that you really need libtool and autoconf (which need m4). On some platform's I found that I really HAD to use 'gmake' as the normal make would not grok it. So I am wondering if adding something like # Work out a correct 'make'. The issue is that we should use # 'gmake' which is called 'make' on some platforms, and 'gmake' # on some others. # GUESS=${MAKE:-make} if `(${GUESS} -v | grep "GNU Make") > /dev/null 2>&1 `; then # Looks like gmake. else GUESS=gmake if `${GUESS} -v | grep "GNU Make" > /dev/null 2>&1`; then echo Warning: Using 'gmake' instead of 'make'. else echo No 'gmake' found. Please set the MAKE environment echo variable first. exit 1 fi fi MAKE=${GUESS} export MAKE to 'buildconf' would be appropriate to detect this ?? Dw. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84749 13f79535-47bb-0310-9956-ffa450edef68
* These changes are committed together, because they depend on each other.Sascha Schumann2000-01-111-126/+2
| | | | | | | | | | | | - shared modules can be built in the tree - added support for --with-layout, uses APACI's config.layout - working 'make install' - working 'make depend' - working Pthreads checks - buildconf replaced git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84423 13f79535-47bb-0310-9956-ffa450edef68
* Fix IFS handling. This has the nice side effect that we do not need trSascha Schumann1999-12-301-3/+4
| | | | | | | anymore. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84374 13f79535-47bb-0310-9956-ffa450edef68
* --include-deps only seems to take advantage of pregeneratedManoj Kasichainula1999-12-221-1/+1
| | | | | | | | dependencies, and makes the build process refuse to generate them, so this removes it. It should be used when making a distribution, though. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84356 13f79535-47bb-0310-9956-ffa450edef68
* We don't need the capability to build an acconfig.h anymore; AC_DEFINEManoj Kasichainula1999-12-211-2/+0
| | | | | | | | provides everything we need for equivalent functionality. This change deletes the intrastructure that built acconfig.h.in before. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84344 13f79535-47bb-0310-9956-ffa450edef68
* Don't actually run ./configure in buildconf, it wastes lots of time ifManoj Kasichainula1999-12-201-3/+1
| | | | | | | we want to use ./configure's flags, among other things. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84332 13f79535-47bb-0310-9956-ffa450edef68
* We actually don't have to remove config.cache, becauseManoj Kasichainula1999-12-201-1/+0
| | | | | | | AC_CONFIG_SUBDIRS redirects APR's config.cache to point to Apache's. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84331 13f79535-47bb-0310-9956-ffa450edef68
* Put back the removing of config.cache. Also add a -f flag to the rm toManoj Kasichainula1999-12-201-1/+2
| | | | | | | eliminate a warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84328 13f79535-47bb-0310-9956-ffa450edef68
* Make Apache's configure script run APR's.Manoj Kasichainula1999-12-201-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84325 13f79535-47bb-0310-9956-ffa450edef68
* We need to run autoheader to compile APR.Manoj Kasichainula1999-12-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84324 13f79535-47bb-0310-9956-ffa450edef68