summaryrefslogtreecommitdiffstats
path: root/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix my build breakage of TRU64 (hopefully, based on Jeff's feedback.)William A. Rowe Jr2003-05-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99875 13f79535-47bb-0310-9956-ffa450edef68
* Fix a VPATH build install bug - the special.mk file was never installedWilliam A. Rowe Jr2003-05-161-0/+1
| | | | | | | | (because we didn't rewrite it to the VPATH from the sourcepath), so copy any sourcepath\build\*.mk files along with the vpath\build\*.mk files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99862 13f79535-47bb-0310-9956-ffa450edef68
* Remove files on 'make distclean' that should be.Justin Erenkrantz2003-02-171-1/+1
| | | | | | | PR: 15592 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98684 13f79535-47bb-0310-9956-ffa450edef68
* Copy mod_auth.h when installing includes.Justin Erenkrantz2003-01-211-0/+1
| | | | | | | (Allows external auth providers DSOs) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98414 13f79535-47bb-0310-9956-ffa450edef68
* "Make install" would fail for released versions because they do not containMartin Kraemer2002-09-301-5/+5
| | | | | | | | | CVS directories.... Noticed by Marco Lorig, mlorig at gmx dot net. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97031 13f79535-47bb-0310-9956-ffa450edef68
* Install the online manual unconditionally. This gets make install closerGreg Ames2002-07-251-8/+5
| | | | | | | | | | | to how it *really* works in 1.3. Also, get rid of CVS stuff in the manual/ directory Submitted by: Justin Erenkrantz, Greg Ames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96187 13f79535-47bb-0310-9956-ffa450edef68
* fix a broken build when no <prefix>/conf/ directory exists.Greg Ames2002-07-191-1/+1
| | | | | | | | Submitted by: Karl Fogel Reviewed by: Greg Ames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96132 13f79535-47bb-0310-9956-ffa450edef68
* remove logic which looks for a non-existant ssl.conf file in the docs/conf/Greg Ames2002-07-191-2/+1
| | | | | | | | build directory (it's ssl-std.conf there), then ignores its absence in the next line. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96129 13f79535-47bb-0310-9956-ffa450edef68
* no logic changes - just some style changes.Greg Ames2002-07-191-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96128 13f79535-47bb-0310-9956-ffa450edef68
* Install mime.types and magic in conf/ if they don't already exist.Greg Ames2002-07-191-5/+5
| | | | | | | | | | | | This also re-enables existing logic to always install *-std.conf with substitutions made. These are then copied into *.conf (without the -std) if that file doesn't already exist. style police: please chill for a bit. I intentionally didn't re-format the indenting in this commit to make it easier to review. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96127 13f79535-47bb-0310-9956-ffa450edef68
* fix make install to stop passing make operators to the shellJeff Trawick2002-07-011-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95923 13f79535-47bb-0310-9956-ffa450edef68
* I got sick of the error messages from copying the header files. ThisRyan Bloom2002-06-301-2/+3
| | | | | | | removes all of the error messages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95912 13f79535-47bb-0310-9956-ffa450edef68
* Preserve existing installation directories. We copy over binaries,Ryan Bloom2002-06-291-73/+97
| | | | | | | | | | the build directory, the headers, and the man pages. Everything else, the config, htdocs, manual, error, icons, and cgi directories are not installed if the directories already exist. I got sick of having to re-edit printenv for my tests, and this is the same logic 1.3 used. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95911 13f79535-47bb-0310-9956-ffa450edef68
* The '-@' seems to be more portable than '- @'. FreeBSD complainedCliff Woolley2002-06-151-4/+4
| | | | | | | | | about the latter. Tested on: Linux, FreeBSD, Solaris, HP/UX, Darwin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95695 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a problem with 'make install' on one of the tarballs (whichCliff Woolley2002-06-151-4/+4
| | | | | | | | | | | | | | | | have the CVS dirs removed already) with ReliantUnix's rm: Installing configuration files Installing HTML documents Usage: rm [-firR] file ... make[1]: *** [install-htdocs] Error 2 make[1]: Leaving directory `/home1/apache20/httpd-2.0.37' make: *** [install-recursive] Error 1 Submitted by: Jean-frederic Clere <jfrederic.clere@fujitsu-siemens.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95691 13f79535-47bb-0310-9956-ffa450edef68
* Allow 'make install DESTDIR=/path'. This allows packagers to installRyan Bloom2002-06-151-54/+54
| | | | | | | | | | | | | | 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
* On OS/390, the compiler/linker front-end doesn't handleJeff Trawick2002-06-031-2/+1
| | | | | | | | | | "-L/path/to/lib after "-o target". After looking into build failures, it turned out that we specify EXTRA_LDFLAGS twice (once before "-o target" and once after "-o target") for httpd and for the support utilities. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95484 13f79535-47bb-0310-9956-ffa450edef68
* Removed extraneous "{} \;" from some xargs callsBrian Pane2002-05-251-4/+4
| | | | | | | | Submitted by: Joe Orton <jorton@redhat.com> Reviewed by: Brian Pane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95278 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that the runtimedir is created by make install.Jeff Trawick2002-05-211-0/+1
| | | | | | | PR: 9233 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95200 13f79535-47bb-0310-9956-ffa450edef68
* Considering the overall goal of making APR and APR-util being usedJustin Erenkrantz2002-05-131-3/+2
| | | | | | | | | | | out-of-tree, AP_LIBS can not be a PROGRAM_DEPENDENCY, but just a library that we link against - therefore, it belongs under PROGRAM_LDADD. (A program dependency implies that we can build it - that will not always be the case with APR and APR-util.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95058 13f79535-47bb-0310-9956-ffa450edef68
* Stop trying to help apr and apr-util by installing their includes. They'reJustin Erenkrantz2002-05-131-2/+0
| | | | | | | smart enough to do so on their own. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95051 13f79535-47bb-0310-9956-ffa450edef68
* get "make extraclean" and probably "make distclean" to work on AIXJeff Trawick2002-05-071-1/+1
| | | | | | | | again... $(RM) isn't defined everywhere (GNU make built-in?), so invoke rm the way we invoke it elsewhere in the makefile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94996 13f79535-47bb-0310-9956-ffa450edef68
* Remove autom4te.cache when doing make distclean.Justin Erenkrantz2002-05-031-0/+3
| | | | | | | | | | | | We can't specify it in DISTCLEAN_TARGETS because it is a directory. Perhaps we could modify DISTCLEAN_TARGETS to delete dirs too, but that's outside the scope of what Thom (or I) want to deal with now. Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94922 13f79535-47bb-0310-9956-ffa450edef68
* Fix generated httpd.conf to respect layout for LoadModule lines.Justin Erenkrantz2002-05-031-1/+1
| | | | | | | | | PR: 8170 Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94921 13f79535-47bb-0310-9956-ffa450edef68
* Don't install *.in config files.Aaron Bannert2002-04-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94847 13f79535-47bb-0310-9956-ffa450edef68
* Added support for MPMs that live in subdirectories under server/mpmBrian Pane2002-04-121-1/+1
| | | | | | | like server/mpm/experimental/* git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94614 13f79535-47bb-0310-9956-ffa450edef68
* With VPATH builds, the httpd.conf-std file is found in the build directory,Ryan Bloom2002-04-051-0/+3
| | | | | | | not the source directory. Make sure we check both from now on. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94460 13f79535-47bb-0310-9956-ffa450edef68
* Remove hardcoded paths from MPMs and move them to a more centralSander Striker2002-04-041-2/+2
| | | | | | | | | | place. Expand paths in httpd-std.conf in a similar fashion as we do in our headers. Submitted by: Pier Fumagalli <pier@betaversion.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94431 13f79535-47bb-0310-9956-ffa450edef68
* OS/390: install apachecore.[dll|x] in lib/ rather than bin/ .Greg Ames2002-03-201-1/+1
| | | | | | | | | The LIBPATH env var already must contain the path to lib/ in order to pick up apr and apr-util. If we install the core dll there as well, LIBPATH becomes simpler. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94053 13f79535-47bb-0310-9956-ffa450edef68
* Fix apxs -g handling.Jeff Trawick2002-03-141-4/+5
| | | | | | | | | | | | 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
* Stop copying APR's libtool. And pass enough parameters to apr's subconfigJustin Erenkrantz2002-03-091-5/+1
| | | | | | | so that it can figure out where we would like libtool to be installed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93816 13f79535-47bb-0310-9956-ffa450edef68
* It is bad to recursively remove every CVS directory in a person'sAaron Bannert2002-03-071-7/+7
| | | | | | | | | | | home directory. Bad bad bad. Make sure the variable was set to something before cd-ing to blank and ending up in their $HOME. Also, since each line under a make rule is treated as a new subshell, it's not necessary to surround the whole line in ()s. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93766 13f79535-47bb-0310-9956-ffa450edef68
* need to copy mod_log_config over for custom-loggersIan Holsman2002-02-221-0/+1
| | | | | | | Obtained from: Steve Linde git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93541 13f79535-47bb-0310-9956-ffa450edef68
* Currently pcre/config.h and pcre/internal.h are getting installed - itAaron Bannert2002-01-231-1/+1
| | | | | | | | | | | | | seems they aren't used, and adding a rogue config.h into the include path can cause problems for a module which picks it up. (Better late than never -- this patch was submitted Fri, 7 Dec 2001.) Submitted by: Joe Orton <joe@manyfish.co.uk> Reviewed by: Aaron Bannert git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92979 13f79535-47bb-0310-9956-ffa450edef68
* Make sure we use the same version of Make for building suexec as we doRyan Bloom2002-01-181-1/+1
| | | | | | | for building the rest of the package. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92906 13f79535-47bb-0310-9956-ffa450edef68
* need to use $(top_srcdir) when installing build/instdso.shDoug MacEachern2002-01-061-1/+1
| | | | | | | | | | | else make install does not work when when configured with a --srcdir PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92753 13f79535-47bb-0310-9956-ffa450edef68
* Move any load library path environment variables out ofJeff Trawick2001-12-151-0/+6
| | | | | | | | | | | apachectl and into a separate environment variable file which can be more easily tailored by the admin. The environment variable file as built by Apache may have additional system- specific settings. For example, on OS/390 we tailor the heap settings to allow lots of threads. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92490 13f79535-47bb-0310-9956-ffa450edef68
* make sure mod_foo.so is installed by apxs -iJeff Trawick2001-12-071-0/+1
| | | | | | | also, it is the .so file that needs to be executable, not the .la file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92376 13f79535-47bb-0310-9956-ffa450edef68
* Fix the installation target to make sure that the manual isRyan Bloom2001-11-241-2/+2
| | | | | | | | | | | installed in the correct location. PR: 8851 Submitted by: Yoshifumi Hiramatsu <hiramatu@boreas.dti.ne.jp> and Gomez Henri <hgomez@slib.fr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92164 13f79535-47bb-0310-9956-ffa450edef68
* mod_ssl is big and bulky, takes awhile to load, sometimes must wait forAaron Bannert2001-11-231-0/+6
| | | | | | | | | | | | entropy to be collected, and has a nasty little bug that prevents the server from being started in non-SSL mode. This patch corrects some of those problems, but is not intended as a workaround for the bug. Submitted by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com> Reviewed by: Aaron Bannert git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92145 13f79535-47bb-0310-9956-ffa450edef68
* Remerge proxy configuration. Tally: of 9 votes;William A. Rowe Jr2001-10-221-1/+1
| | | | | | | | | | Majority for segregating mod_ssl Minority for segregating mod_proxy Also remove a lingering bit of ldap config from httpd-std.conf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91631 13f79535-47bb-0310-9956-ffa450edef68
* Teach me to copy and paste.Ryan Bloom2001-10-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91552 13f79535-47bb-0310-9956-ffa450edef68
* Make sure we install the proxy header file.Ryan Bloom2001-10-181-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91550 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the configure script to add a LoadModule directive toRyan Bloom2001-10-111-3/+25
| | | | | | | | | | the default httpd.conf for any module that was compiled as a DSO. Submitted by: Aaron Bannert <aaron@clove.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91415 13f79535-47bb-0310-9956-ffa450edef68
* Rename ssl-std.conf to match Makefile.in's installation actionMartin Kraemer2001-10-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91347 13f79535-47bb-0310-9956-ffa450edef68
* Make sure we run the new conf files through sed.Justin Erenkrantz2001-10-051-1/+1
| | | | | | | | | | | | Now, the question is whether it might make more sense to have them as ssl-std.conf, ldap-std.conf, and proxy-std.conf. (I'm also not sure if this is even shell portable or not.) I'll leave that up to OtherBill since he added these files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91303 13f79535-47bb-0310-9956-ffa450edef68
* Suexec is compiled to the builddir, not the source dir.Ryan Bloom2001-10-021-1/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91246 13f79535-47bb-0310-9956-ffa450edef68
* If we are going to have an optional function, we have to install thatRyan Bloom2001-09-181-0/+1
| | | | | | | header file, so that people can use it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91069 13f79535-47bb-0310-9956-ffa450edef68
* Allow make install to work when built with VPATH.Ryan Bloom2001-09-141-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91024 13f79535-47bb-0310-9956-ffa450edef68
* rules.mk is stored in $(top_blddir). Without this change, VPATH buildsRyan Bloom2001-09-131-1/+1
| | | | | | | stop working. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91017 13f79535-47bb-0310-9956-ffa450edef68