Log of /httpd/httpd/trunk/buildconf
Parent Directory
|
Revision Log
Revision
819008 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 25 21:02:33 2009 UTC
(2 months ago)
by
minfrin
File length: 6377 byte(s)
Diff to
previous 800443
(
colored)
Add support for an "epoch" in the RPM spec file. This epoch is a discrete
number used to determine if one RPM is newer than another, which in turn
ensures that v1.2.10 is always interpreted as newer than v1.2.9.
Revision
687939 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 22 04:45:02 2008 UTC
(15 months ago)
by
wrowe
File length: 5987 byte(s)
Diff to
previous 420983
(
colored)
Permit --with-apr=/path/to/apr alone, where the default path will
be handled by replacing all /apr path segments with /apr-util
(or /aprutil) to handle nearly any developer's path scheme. One
rare exception would be /asf/srcs/aprutil/trunk/apr-util or similar
where both /aprutil and /apr-util path segments exist.
So for example --with-apr=../apr-1.3 would find either ../apr-util-1.3
or ../aprutil-1.3 before looking for srclib/apr-util or ../apr-util.
These refer to source trees. httpd ./configure deserves a similar
feature to use --with-apr= for an installed apr-util lib tree.
Revision
374821 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 4 02:41:02 2006 UTC
(3 years, 9 months ago)
by
wrowe
File length: 5624 byte(s)
Diff to
previous 190592
(
colored)
Solaris build proposal; don't fail on missing .h files within
a VPATH build, and don't test trees with -d (simply -f the
expected files) in case a tree such as srclib/apr is actually
a symlink rather than a true directory in ./buildconf.
Revision
158303 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 20 05:26:22 2005 UTC
(4 years, 8 months ago)
by
pquerna
File length: 5485 byte(s)
Diff to
previous 122711
(
colored)
Test for APR and APR-Util one directory bellow httpd too. I like not having to put them inside srclib.
Revision
122711 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 18 09:53:10 2004 UTC
(4 years, 11 months ago)
by
minfrin
File length: 5118 byte(s)
Diff to
previous 106693
(
colored)
Fix the RPM spec file so that an RPM build now works. An RPM
build now requires system installations of APR and APR-util.
Revision
104941 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 3 01:04:36 2004 UTC
(5 years, 2 months ago)
by
pquerna
File length: 5160 byte(s)
Diff to
previous 102619
(
colored)
use -z7 in the example cvs checkouts for APR/APR-Util.
Makes the checkout go much faster on slow dialup modems...
Revision
100178 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 5 18:41:49 2003 UTC
(6 years, 5 months ago)
by
trawick
File length: 6799 byte(s)
Diff to
previous 99346
(
colored)
steal some code from APR intended to allow you to properly switch
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.
Revision
99346 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 12 17:28:55 2003 UTC
(6 years, 7 months ago)
by
minfrin
File length: 6624 byte(s)
Diff to
previous 99128
(
colored)
Add code to buildconf that produces an httpd.spec file from
httpd.spec.in, using build/get-version.sh from APR.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
99128 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 30 21:29:54 2003 UTC
(6 years, 7 months ago)
by
minfrin
File length: 6066 byte(s)
Diff to
previous 99122
(
colored)
Removing rpm stuff from buildconf until it becomes portable
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
99122 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 30 18:57:35 2003 UTC
(6 years, 7 months ago)
by
minfrin
File length: 6689 byte(s)
Diff to
previous 98988
(
colored)
Added an RPM build script
PR:
Obtained from: Joe Orton <jorton@redhat.com>
Submitted by:
Reviewed by:
Revision
98546 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 30 16:50:11 2003 UTC
(6 years, 9 months ago)
by
jerenkrantz
File length: 6058 byte(s)
Diff to
previous 98198
(
colored)
Make buildconf work with out-of-tree apr and apr-util by adding --with-apr
and --with-apr-util flags.
Submitted by: Thom May <thom@planetarytramp.net>
Reviewed by: Justin Erenkrantz (with minor stylistic nit)
Revision
97671 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 28 23:31:37 2002 UTC
(7 years ago)
by
wsanchez
File length: 4825 byte(s)
Diff to
previous 96284
(
colored)
Changes to reduce dependency on in-tree apr and apr-util.
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.
Revision
95288 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat May 25 22:32:40 2002 UTC
(7 years, 6 months ago)
by
jerenkrantz
File length: 4622 byte(s)
Diff to
previous 93918
(
colored)
Add support for ${AUTOHEADER} and ${AUTOCONF} in buildconf
(apr and apr-util already support this convention.)
Revision
88871 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 16 19:55:05 2001 UTC
(8 years, 7 months ago)
by
gregames
File length: 4571 byte(s)
Diff to
previous 88602
(
colored)
give the poor users (i.e. us) a clue that something might be wrong when
buildconf fails in subdirectories
Revision
88602 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 28 16:03:49 2001 UTC
(8 years, 8 months ago)
by
trawick
File length: 4470 byte(s)
Diff to
previous 88570
(
colored)
Abort apache buildconf if apr buildconf or apr-util buildconf fails.
Otherwise, the error message from apr or apr-util (e.g., invalid libtool
version) is lost in the stream of output.
Revision
88570 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 24 09:43:06 2001 UTC
(8 years, 8 months ago)
by
fielding
File length: 4450 byte(s)
Diff to
previous 86310
(
colored)
Untangled the buildconf script and eliminated the need for build's
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.
Revision
86310 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 24 12:40:05 2000 UTC
(9 years, 2 months ago)
by
dreid
File length: 173 byte(s)
Diff to
previous 86284
(
colored)
We don't have config.guess until later in the build cycle, so change the
test to use uname. with this change a clean CVS copy will build using
./buildconf;./configure;make exactly like it should.
Thanks Sascha.
Revision
86284 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 22 17:07:47 2000 UTC
(9 years, 2 months ago)
by
sascha
File length: 180 byte(s)
Diff to
previous 86142
(
colored)
Add Convert-to-BSD-Makefiles-On-The-Fly system
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.
Revision
86142 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 23 20:19:17 2000 UTC
(9 years, 3 months ago)
by
sascha
File length: 112 byte(s)
Diff to
previous 84799
(
colored)
Always delete generated_lists. This should cure problems with makes
which don't handle the .PHONY target correctly.
Revision
84749 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 13 18:44:41 2000 UTC
(9 years, 8 months ago)
by
dirkx
File length: 43 byte(s)
Diff to
previous 84423
(
colored)
Just make 'buildconf' run on BSD (there is a space after the hash-bang) and
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:
Revision
84423 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 11 13:11:13 2000 UTC
(9 years, 10 months ago)
by
sascha
File length: 44 byte(s)
Diff to
previous 84374
(
colored)
These changes are committed together, because they depend on each other.
- 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
Revision
84356 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 22 03:16:37 1999 UTC
(9 years, 11 months ago)
by
manoj
File length: 3840 byte(s)
Diff to
previous 84344
(
colored)
--include-deps only seems to take advantage of pregenerated
dependencies, and makes the build process refuse to generate them, so
this removes it. It should be used when making a distribution, though.
Revision
84344 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 21 07:21:37 1999 UTC
(9 years, 11 months ago)
by
manoj
File length: 3855 byte(s)
Diff to
previous 84332
(
colored)
We don't need the capability to build an acconfig.h anymore; AC_DEFINE
provides everything we need for equivalent functionality. This change
deletes the intrastructure that built acconfig.h.in before.
Revision
84332 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 20 04:38:26 1999 UTC
(9 years, 11 months ago)
by
manoj
File length: 3888 byte(s)
Diff to
previous 84331
(
colored)
Don't actually run ./configure in buildconf, it wastes lots of time if
we want to use ./configure's flags, among other things.
Revision
84331 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 20 04:34:45 1999 UTC
(9 years, 11 months ago)
by
manoj
File length: 3898 byte(s)
Diff to
previous 84328
(
colored)
We actually don't have to remove config.cache, because
AC_CONFIG_SUBDIRS redirects APR's config.cache to point to Apache's.
Revision
84187 -
(
view)
(
annotate)
-
[select for diffs]
Added
Mon Nov 29 23:47:33 1999 UTC
(10 years ago)
by
manoj
File length: 3522 byte(s)
The second part of the big autoconf patch, which actually adds autoconf
building to the tree.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.