cvs commit: apache-1.3 Makefile.tmpl

1999-12-02 Thread martin
martin 99/12/02 13:00:25 Modified:.Makefile.tmpl Log: Oops. My recent change was a bit too hasty. Of course, the user may (and WILL, if he had apache-1.3.[0-9] before) have a file called index.html in his .../htdocs/ Accept the presence of either index.html or index.ht

cvs commit: apache-1.3 Makefile.tmpl

1999-12-01 Thread martin
martin 99/12/01 13:21:23 Modified:.Makefile.tmpl Log: Fix htdocs/ overwrite test in "make install" rule: it was still testing for the presence of index.html, while it's been renamed to index.html.en a couple of weeks ago. Also, didn't we want to move /usr/local/apac

cvs commit: apache-1.3 Makefile.tmpl

1999-11-18 Thread martin
martin 99/11/18 01:54:39 Modified:.Makefile.tmpl Log: Make sure even group names like "#-1" aren't treated as comments by the shell. Revision ChangesPath 1.91 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl ===

cvs commit: apache-1.3 Makefile.tmpl

1999-08-27 Thread martin
martin 99/08/27 04:26:13 Modified:.Makefile.tmpl Log: Part 2 of David's detection of sub-make errors (slightly modified) Submitted by: "David Harris" <[EMAIL PROTECTED]> Revision ChangesPath 1.90 +2 -2 apache-1.3/Makefile.tmpl Index: Makefil

cvs commit: apache-1.3 Makefile.tmpl

1999-08-27 Thread martin
martin 99/08/27 04:22:37 Modified:.Makefile.tmpl Log: Add forgotten test of return code of subordinate make. Submitted by: "David Harris" <[EMAIL PROTECTED]> Revision ChangesPath 1.89 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =

cvs commit: apache-1.3 Makefile.tmpl

1999-08-13 Thread martin
martin 99/08/12 23:58:24 Modified:.Makefile.tmpl Log: Ensure that the installed expat include files are world readable, just like the other header files. Revision ChangesPath 1.88 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3 Makefile.tmpl

1999-07-26 Thread rasmus
rasmus 99/07/26 11:29:46 Modified:.Makefile.tmpl Log: Install expat header files in their own separate directory to mimic expat package installs Revision ChangesPath 1.87 +2 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =

cvs commit: apache-1.3 Makefile.tmpl

1999-07-22 Thread rasmus
rasmus 99/07/22 10:47:08 Modified:.Makefile.tmpl Log: Not much point distributing expat-lite with Apache if we don't install the header files so modules can actually build against it. Revision ChangesPath 1.86 +1 -0 apache-1.3/Makefile.tmpl Index

cvs commit: apache-1.3 Makefile.tmpl config.layout configure

1999-05-04 Thread wsanchez
wsanchez99/05/03 19:55:16 Modified:.Makefile.tmpl config.layout configure Log: Make htdocs, iconsdir, and cgidir configurable via config.layout. Revision ChangesPath 1.82 +3 -3 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3 Makefile.tmpl

1999-05-03 Thread rse
rse 99/05/03 03:23:46 Modified:src CHANGES .Makefile.tmpl Log: Add contributors name (Yitzchak Scott-Thoennes) and make install-quiet consistent. Revision ChangesPath 1.1340+1 -1 apache-1.3/src/CHANGES Index: CHANGES =

cvs commit: apache-1.3 Makefile.tmpl

1999-05-02 Thread randy
randy 99/05/02 07:40:36 Modified:.Makefile.tmpl Log: Reverse previous commit. NOTICE: attempt to abort previous commit failed with cvs continuing to commit changes despite a quite from the editory. Revision ChangesPath 1.79 +1 -4 apache-1.3/Make

cvs commit: apache-1.3 Makefile.tmpl

1999-05-02 Thread randy
randy 99/05/02 07:37:06 Modified:.Makefile.tmpl Log: Revision ChangesPath 1.78 +4 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl === RCS file: /home/cvs/apache-1.3/Makefile.tmp

cvs commit: apache-1.3 Makefile.tmpl

1999-04-22 Thread rse
rse 99/04/22 02:11:16 Modified:.Makefile.tmpl Log: Ops, one more: $(AUX) instead of hard-coded src/helpers and add closing ` char which is missing. Revision ChangesPath 1.75 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl ===

cvs commit: apache-1.3 Makefile.tmpl

1999-04-21 Thread jim
jim 99/04/21 12:57:14 Modified:.Makefile.tmpl Log: Now use it in Makefile.tmpl. Should we also wrap the 'chown's down by the suxec area?? Revision ChangesPath 1.74 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =

cvs commit: apache-1.3 Makefile.tmpl

1999-04-20 Thread dgaudet
dgaudet 99/04/20 09:19:59 Modified:.Makefile.tmpl Log: I want to be able to run "make install" as a non-root user. Revision ChangesPath 1.71 +2 -2 apache-1.3/Makefile.tmpl Index: Makefile.tmpl ==

cvs commit: apache-1.3 Makefile.tmpl

1999-03-25 Thread rse
rse 99/03/25 11:56:59 Modified:src CHANGES .Makefile.tmpl Log: Fix sed-substitutions in `make install': path elements like `httpd/conf' (for instance from an APACI configure --sysconfdir=/etc/httpd/conf option) were substituted with $(TARGET).conf,

cvs commit: apache-1.3 Makefile.tmpl configure

1999-01-15 Thread jim
jim 99/01/15 12:06:59 Modified:.Makefile.tmpl configure Log: Some configure cleanups and the first attempts at some sort of universal style. First of all, we remove the hard-wire of TAR=tar and check to see if the tar we wind up with supports '-h'. Secondly,

cvs commit: apache-1.3 Makefile.tmpl

1999-01-07 Thread rse
rse 99/01/07 03:50:45 Modified:.Makefile.tmpl Log: Be consistent and provide a "build-quiet" the same way we already provide the "install-quiet" target for package maintainers. Notice that for plain Apache it makes no difference except for consistency. For extended Ap

cvs commit: apache-1.3 Makefile.tmpl

1999-01-02 Thread rse
rse 99/01/02 04:45:16 Modified:src CHANGES .Makefile.tmpl Log: Make top-level Makefile aware of a parallel build procedures (make -j) by making sure the src/support/ tools are _forced_ to be build last (they depend on other libraries). Submitt

cvs commit: apache-1.3 Makefile.tmpl

1999-01-01 Thread rse
rse 99/01/01 13:30:20 Modified:src CHANGES .Makefile.tmpl Log: Fix installation procedure: Now that os-inline.c is actually used (a recently fixed bug prevented this) we need to also install os-include.c in addition to os.h into the PREFIX/include/

cvs commit: apache-1.3 Makefile.tmpl

1999-01-01 Thread rse
rse 99/01/01 12:48:16 Modified:.Makefile.tmpl Log: The generated header lines should be aware of --target, too. Revision ChangesPath 1.59 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =

cvs commit: apache-1.3 Makefile.tmpl

1998-12-17 Thread rse
rse 98/12/17 07:26:54 Modified:.Makefile.tmpl Log: Although we still install the three config files (two of them are already dummies), there is no need to explicitly direct the user to the dummy files. Revision ChangesPath 1.57 +1 -1 apache-1.3/Mak

cvs commit: apache-1.3 Makefile.tmpl

1998-12-14 Thread randy
randy 98/12/13 17:11:35 Modified:.Makefile.tmpl Log: Change to '"' for sed patterns where we need to expand the variables. Revision ChangesPath 1.56 +4 -4 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3 Makefile.tmpl configure

1998-12-14 Thread randy
randy 98/12/13 17:03:32 Modified:.Makefile.tmpl configure Log: Pattern matches changed to allow --enable-shared=blah_blah.module Revision ChangesPath 1.55 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl ==

cvs commit: apache-1.3 Makefile.tmpl

1998-12-13 Thread lars
lars98/12/12 18:08:59 Modified:.Makefile.tmpl Log: Fix a little bug. There was still one "@@ServerRoot@@" in the installed httpd.conf. Revision ChangesPath 1.54 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3 Makefile.tmpl

1998-12-05 Thread randy
randy 98/12/05 13:10:41 Modified:.Makefile.tmpl Log: Modify behavior of configure when TARGET is default. Old behavior is maintained where the log files and startup script are concerned. ie. apachectl, access_log, error_log. Revision ChangesPath 1.53 +2

cvs commit: apache-1.3 Makefile.tmpl

1998-11-13 Thread rse
rse 98/11/13 03:25:02 Modified:.Makefile.tmpl Log: Cosmetics... Revision ChangesPath 1.50 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl === RCS file: /export/home/cvs/apac

cvs commit: apache-1.3 Makefile.tmpl

1998-09-19 Thread rse
rse 98/09/19 05:41:48 Modified:.Makefile.tmpl Log: Cleanup the `install' stuff: INSTALL_SCRIPT for DSOs was confusing. Use an own define for this. And be consistent: Don't display INSTALL_PROGRAM but do INSTALL_SCRIPT. Revision ChangesPath 1.48 +7 -6

cvs commit: apache-1.3 Makefile.tmpl

1998-09-17 Thread rse
rse 98/09/17 01:59:09 Modified:src CHANGES .Makefile.tmpl Log: Remove redundant substitutions in top-level Makefile.tmpl Revision ChangesPath 1.1064+3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3 Makefile.tmpl

1998-08-12 Thread Ralf S. Engelschall
rse 98/08/12 04:33:38 Modified:src CHANGES .Makefile.tmpl Log: Fix suexec installation under `make install root=xxx' situation. Revision ChangesPath 1.1022+3 -0 apache-1.3/src/CHANGES Index: CHANGES =

cvs commit: apache-1.3 Makefile.tmpl

1998-07-25 Thread Ralf S. Engelschall
rse 98/07/25 05:43:21 Modified:src CHANGES .Makefile.tmpl Log: Make sure that the path to the Perl interpreter is correctly adjusted under `make install' also for the printenv CGI script. NOTICE: I still used INSTALL_DATA instead of INSTALL_SCRI

cvs commit: apache-1.3 Makefile.tmpl

1998-07-25 Thread Ralf S. Engelschall
rse 98/07/25 04:56:31 Modified:src CHANGES .Makefile.tmpl Log: Fix `install-includes' sub-target of `install' target in top-level Makefile.tmpl: The umask+cp approach didn't work as expected (especially for users which extracted the distribution un

cvs commit: apache-1.3 Makefile.tmpl

1998-07-15 Thread rse
rse 98/07/15 10:03:26 Modified:.Makefile.tmpl Log: Add fixup entry for TypesConfig Ken added. Please be careful when adding stuff to the config files. Because the user can re-configure the path layout we have to make sure all paths are fixable from within Makefile.tmp

cvs commit: apache-1.3 Makefile.tmpl

1998-06-09 Thread rse
rse 98/06/09 04:02:20 Modified:.Makefile.tmpl Log: Just cosmetics: Fix indentation. Revision ChangesPath 1.39 +5 -5 apache-1.3/Makefile.tmpl Index: Makefile.tmpl === RCS file: /

cvs commit: apache-1.3 Makefile.tmpl

1998-06-05 Thread rse
rse 98/06/05 01:20:04 Modified:.Makefile.tmpl Log: Fix displayed install command (the executed one is already correct). Revision ChangesPath 1.37 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =

cvs commit: apache-1.3 Makefile.tmpl

1998-05-12 Thread rse
rse 98/05/12 04:52:13 Modified:.Makefile.tmpl Log: Adjust the banner we print after "make install": 1. Make sure the user _first_ edits or at least reviews the config files and _then_ tries to fire up Apache. (This is IMHO important because we know of problem

cvs commit: apache-1.3 Makefile.tmpl

1998-05-04 Thread rse
rse 98/05/04 08:29:26 Modified:.Makefile.tmpl Log: Consequently write shell variables as "${name}" instead of "$name", especially to avoid problems in some brain-dead Bourne-shell variants when something like "$conf-dist" is used which now is written more safe as "${c

cvs commit: apache-1.3 Makefile.tmpl

1998-04-27 Thread rse
rse 98/04/27 03:22:30 Modified:.Makefile.tmpl Log: Remove unnecessary semicolon Revision ChangesPath 1.27 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl === RCS file: /expo

cvs commit: apache-1.3 Makefile.tmpl

1998-04-22 Thread rse
rse 98/04/22 07:56:29 Modified:.Makefile.tmpl Log: Consistency cleanups for top-level Makefile: - use the .install.* files under $(SRC) as already done with build-ok-file to avoid conflicts when using a shadow tree, i.e. .install.tmp -> $(SRC)/.apaci.install.

cvs commit: apache-1.3 Makefile.tmpl

1998-04-20 Thread rse
rse 98/04/19 23:40:00 Modified:.Makefile.tmpl Log: Add missing $(MFLAGS) which always should be passed down. Revision ChangesPath 1.20 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3 Makefile.tmpl

1998-04-17 Thread rse
rse 98/04/17 00:36:12 Modified:.Makefile.tmpl Log: Only whitespace cosmetics and cleanups: - consistently replace leading whitespaces with tabs to make the file correctly indented both with tabs=4 and tabs=8 - remove trailing whitespaces on lines to make eve

cvs commit: apache-1.3 Makefile.tmpl

1998-04-16 Thread rse
rse 98/04/15 23:47:13 Modified:.Makefile.tmpl Log: Typo. Thanks to Lars for hint. Revision ChangesPath 1.18 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl === RCS file: /ex

cvs commit: apache-1.3 Makefile.tmpl

1998-04-14 Thread rse
rse 98/04/14 12:17:42 Modified:.Makefile.tmpl Log: If idiots could fly, Internet would be an airport... Revision ChangesPath 1.17 +2 -2 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =

Re: cvs commit: apache-1.3 Makefile.tmpl

1998-04-14 Thread Marc Slemko
On 14 Apr 1998 [EMAIL PROTECTED] wrote: > +# install the Apache C header files > +install-include: > + @echo "===> [include: Installing Apache C header files]" > + $(CP) $(SRC)/include/*.h $(includedir)/ > + osdir=`grep '^OSDIR' $(SRC)/Makefile.config | sed -e 's:^OSDIR=::'`; \

cvs commit: apache-1.3 Makefile.tmpl

1998-04-14 Thread rse
rse 98/04/14 01:55:39 Modified:.Makefile.tmpl Log: Let the user explicitly know that we are preserving his existing configuration files and make sure these hint messages are found by the user by doing the install-config target last. Revision ChangesPath 1.

cvs commit: apache-1.3 Makefile.tmpl

1998-04-12 Thread rse
rse 98/04/12 05:52:40 Modified:.Makefile.tmpl Log: Make APACI's "make install" more robust by using tar-based command instead of "cp -R" commands. Revision ChangesPath 1.15 +7 -3 apache-1.3/Makefile.tmpl Index: Makefile.tmpl ===

cvs commit: apache-1.3 Makefile.tmpl

1998-04-08 Thread rse
rse 98/04/08 09:16:43 Modified:.Makefile.tmpl Log: Although both xargs and find -exec are POSIX.2, Marc is right: find -exec is a little bit better because this is even available under some really old Unix-derivates Revision ChangesPath 1.11 +6 -6

cvs commit: apache-1.3 Makefile.tmpl

1998-04-08 Thread rse
rse 98/04/08 04:59:57 Modified:.Makefile.tmpl Log: Make sure the initial data files have correct permissions the hard and complicated but portable way (notice that "datadir" can be equal "prefix"!) Revision ChangesPath 1.9 +6 -0 apache-1.3/Makefil

cvs commit: apache-1.3 Makefile.tmpl

1998-04-08 Thread rse
rse 98/04/08 02:38:49 Modified:.Makefile.tmpl Log: APACI's "make distclean" should leave the source tree as it was, i.e. it also has to remove some more stuff src/Configure has created. Revision ChangesPath 1.8 +2 -0 apache-1.3/Makefile.tmpl

cvs commit: apache-1.3 Makefile.tmpl configure

1998-03-30 Thread rse
rse 98/03/30 07:42:20 Modified:.Makefile.tmpl configure Log: Make APACI even a little bit more robust and friendly: - make sure the user can also say --prefix=/path/ instead of the expected one --prefix=/path. Same for all other path options. - allow rel