/[Apache-SVN]/httpd/flood/trunk/configure.in
ViewVC logotype

Log of /httpd/flood/trunk/configure.in

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 698391 - (view) (annotate) - [select for diffs]
Modified Tue Sep 23 23:00:22 2008 UTC (14 months ago) by jerenkrantz
File length: 6084 byte(s)
Diff to previous 653656 (colored)
Support building against installed Ubuntu APR packages.

* configure.in: Permit usage of installed APR/APR-util if no 
  --with-apr(-util) arguments specified; override the compiler name
  per $apr_config to avoid tag mismatches with APR's bundled GNU
  libtool.
* CHANGES: Update.

Revision 653656 - (view) (annotate) - [select for diffs]
Modified Tue May 6 00:42:11 2008 UTC (18 months, 3 weeks ago) by fielding
File length: 6058 byte(s)
Diff to previous 647749 (colored)
promote flood to released products

Revision 647749 - (view) (annotate) - [select for diffs]
Modified Mon Apr 14 12:16:14 2008 UTC (19 months, 1 week ago) by wrowe
Original Path: httpd/test/flood/trunk/configure.in
File length: 6058 byte(s)
Diff to previous 106525 (colored)
flood is independent of framework, mod_specweb etc

Revision 106525 - (view) (annotate) - [select for diffs]
Modified Thu Nov 25 00:36:41 2004 UTC (5 years ago) by nd
Original Path: httpd/test/trunk/flood/configure.in
File length: 6058 byte(s)
Diff to previous 104778 (colored)
property cleanup

Revision 104778 - (view) (annotate) - [select for diffs]
Modified Tue Aug 24 00:45:35 2004 UTC (5 years, 3 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 6058 byte(s)
Diff to previous 104456 (colored)
Sync with latest find_apr.m4 and find_apu.m4 to pick up ap{ru}-<major>-config.

Revision 104456 - (view) (annotate) - [select for diffs]
Modified Mon Aug 2 23:55:38 2004 UTC (5 years, 3 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 6042 byte(s)
Diff to previous 101176 (colored)
Allow VPATH builds; also use APR's bundled mkdir.sh instead of one we bundle.

Revision 101176 - (view) (annotate) - [select for diffs]
Modified Sat Sep 6 03:06:11 2003 UTC (6 years, 2 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 5949 byte(s)
Diff to previous 96767 (colored)
Two minor fixes.

* configure.in: Use apu-config, not apr-config.  Duh.

* flood_report_relative_times.c: Don't even bother trying to create a void
  pointer.  (Sun's CC chokes on it.)

Revision 96767 - (view) (annotate) - [select for diffs]
Modified Wed Sep 11 14:45:23 2002 UTC (7 years, 2 months ago) by jacekp
Original Path: httpd/test/trunk/flood/configure.in
File length: 5949 byte(s)
Diff to previous 96140 (colored)
fixed install target + prefix defaults to /usr/local/flood

Revision 96140 - (view) (annotate) - [select for diffs]
Modified Mon Jul 22 05:48:02 2002 UTC (7 years, 4 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 5945 byte(s)
Diff to previous 95032 (colored)
Add support for autoconf-2.5+ which overrides top_builddir with a bogus
value

Revision 95032 - (view) (annotate) - [select for diffs]
Modified Fri May 10 15:34:51 2002 UTC (7 years, 6 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 5945 byte(s)
Diff to previous 94172 (colored)
- Move config.guess, config.sub, and install.sh to build/
- Update config.guess and config.sub from APR (allows recognizing Darwin)

Revision 94172 - (view) (annotate) - [select for diffs]
Modified Tue Mar 26 02:36:04 2002 UTC (7 years, 8 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 5859 byte(s)
Diff to previous 94167 (colored)
Add CAPATH detection for RedHat installs of openssl RPM

Revision 94167 - (view) (annotate) - [select for diffs]
Modified Mon Mar 25 23:12:19 2002 UTC (7 years, 8 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 5763 byte(s)
Diff to previous 94166 (colored)
Solaris's ld is picky about dependencies, so reorder things to make it
happy.

Also add missing CPPFLAGS for apr-util's includes.

Revision 94166 - (view) (annotate) - [select for diffs]
Modified Mon Mar 25 22:58:20 2002 UTC (7 years, 8 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 5573 byte(s)
Diff to previous 94162 (colored)
- Fix up building of source apr and apr-util directly by using the
  m4 macros from APR for calling APR_SUBDIR_CONFIG.
- Add config.nice support.
- Fix typo when we can not find OpenSSL.

Revision 94162 - (view) (annotate) - [select for diffs]
Modified Mon Mar 25 22:12:38 2002 UTC (7 years, 8 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 5254 byte(s)
Diff to previous 93819 (colored)
Add support for prefix-installed OpenSSL paths.

Revision 93819 - (view) (annotate) - [select for diffs]
Modified Sat Mar 9 20:20:22 2002 UTC (7 years, 8 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 5142 byte(s)
Diff to previous 93817 (colored)
Axe stale comments.

Revision 93817 - (view) (annotate) - [select for diffs]
Modified Sat Mar 9 19:34:44 2002 UTC (7 years, 8 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 5196 byte(s)
Diff to previous 93591 (colored)
Sync up with recent changes to APR and its libtool.
(This fixes a problem we've seen with how flood can get to APR's libtool
without having libtool.m4 files all over the place.)

Revision 93591 - (view) (annotate) - [select for diffs]
Modified Wed Feb 27 04:44:50 2002 UTC (7 years, 8 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 5334 byte(s)
Diff to previous 92877 (colored)
Update to latest find_apr.m4 and find_apu.m4
(note libtool usage is a bit wonky since we'd like to use APR's copy.)

Revision 92877 - (view) (annotate) - [select for diffs]
Modified Thu Jan 17 01:06:27 2002 UTC (7 years, 10 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 5726 byte(s)
Diff to previous 92316 (colored)
New build system that allows complete separation from httpd-2.0 tree.

Use the find_apr.m4 and find_apu.m4 macros to find and link against
APR/apr-util.

This provides --with-apr= and --with-apr-util= to use an installed
version.  Or, if you place apr and apr-util under the flood tree,
configure will use/build them automatically.  (This is SVN's method
and I rather like it for distribution.)

The compilation system (spec. rules.mk.in) is from httpd-2.0.

There may be some kinks, but it builds here, so let's checkpoint.

Revision 92316 - (view) (annotate) - [select for diffs]
Modified Tue Dec 4 10:08:30 2001 UTC (7 years, 11 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 4930 byte(s)
Diff to previous 92314 (colored)
Seed OpenSSL from memory instead of from a rnd file when we don't have
random device support.
(Also deprecate --with-randfile as we never need it anymore.)
Submitted by:	Doug MacEachern
Reviewed by:	Justin Erenkrantz, Aaron Bannert

Revision 92314 - (view) (annotate) - [select for diffs]
Modified Tue Dec 4 09:38:53 2001 UTC (7 years, 11 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 5221 byte(s)
Diff to previous 92310 (colored)
- Look for certs dir in logical places if not overriden.
- Have knowledge of platforms with /dev/random and /dev/urandom where
  OpenSSL will get the entropy on its own anyway.  If --with-randfile is
  not specified, we'll see if it even matters.
- Don't call RAND_load_file if we are relying on /dev/random.

Revision 92310 - (view) (annotate) - [select for diffs]
Modified Tue Dec 4 09:11:10 2001 UTC (7 years, 11 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 4682 byte(s)
Diff to previous 92303 (colored)
Remove the lameo defaults for randfile and capath.  If SSL is specified,
they must specify this.

Revision 92303 - (view) (annotate) - [select for diffs]
Modified Mon Dec 3 21:58:43 2001 UTC (7 years, 11 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 4640 byte(s)
Diff to previous 92066 (colored)
Fix to source in the apr-util variables.  (The DBM changes force us to do
this in order to link apr-util.)

FWIW, I think export_vars.sh is completely bogus right now.  It contains
the full source path to the expat library.  Bad, bad, bad, bad.  It needs
to be relativized somehow.

Revision 92066 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 23:09:12 2001 UTC (8 years ago) by aaron
Original Path: httpd/test/trunk/flood/configure.in
File length: 4590 byte(s)
Diff to previous 92064 (colored)
Take from APRVARS *and* local environment settings.

Revision 92064 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 22:58:39 2001 UTC (8 years ago) by aaron
Original Path: httpd/test/trunk/flood/configure.in
File length: 4533 byte(s)
Diff to previous 92009 (colored)
A better description for the --with-openssl param.
Fix my thinko in the --enable-ssl param.

Revision 92009 - (view) (annotate) - [select for diffs]
Modified Sat Nov 17 02:20:09 2001 UTC (8 years ago) by aaron
Original Path: httpd/test/trunk/flood/configure.in
File length: 4515 byte(s)
Diff to previous 92005 (colored)
Libtool takes care of this for us, of course. Duh.

Tested on Linux where there is no -R, but it still works.

Revision 92005 - (view) (annotate) - [select for diffs]
Modified Sat Nov 17 01:57:37 2001 UTC (8 years ago) by aaron
Original Path: httpd/test/trunk/flood/configure.in
File length: 4680 byte(s)
Diff to previous 91993 (colored)
I didn't mean to get rid of the EXTRA_* macros that are substututed
directly into the Makefile.

Also, sometimes gcc (eg. linux) needs -rpath the same way solaris
does -R. This seems to work here, but I still think there's got to
be a better way.

Revision 91993 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 23:10:36 2001 UTC (8 years ago) by aaron
Original Path: httpd/test/trunk/flood/configure.in
File length: 4526 byte(s)
Diff to previous 91991 (colored)
Per Roy's recommendations (aka -1 Veto ;) I've switched SSL to be disabled
by default.

Revision 91991 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 22:38:12 2001 UTC (8 years ago) by aaron
Original Path: httpd/test/trunk/flood/configure.in
File length: 4381 byte(s)
Diff to previous 90615 (colored)
Added a new parameter --enable-ssl. SSL is enabled by default, so if you
don't have the libs you either have to install them or pass --disable-ssl.

Revamp of the --with-openssl arg to work with the new --enable-ssl arg.
It now just adds the paths to the appropriate compiler/linker flags
and moves on. I left in the -R flag for solaris, but I'm wondering if
I forgot a crossplatform way to do this in libtool. Oh well.

If SSL is enabled (ie not explicitly disabled) it must pass a number of
criteria: existence of various headers, ability to link libssl and
libcrypto (either from given env vars or appropriate --with-openssl
parameters), and the openssl version must be at least 0.9.6. This last
requirement may be further raised to 0.9.6b if the rumors of lower
version crashing under higher load is true.

Revision 90615 - (view) (annotate) - [select for diffs]
Modified Fri Aug 24 04:26:39 2001 UTC (8 years, 3 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 3625 byte(s)
Diff to previous 90276 (colored)
Per Sander, Linux 2.4 returns EAGAIN when we run out of ports.

Revision 90276 - (view) (annotate) - [select for diffs]
Modified Fri Aug 17 07:44:02 2001 UTC (8 years, 3 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 3873 byte(s)
Diff to previous 90000 (colored)
- Clean up debugging info when using delays.
- Fix error where a url would be chopped off (must follow l.list of apr_text
  objects to be valid).  This should not affect attributes as they are
  handled differently by the expat XML parser.
- Introduce two more random number generators (rand48 and random).  Add
  autoconf test to choose "best" one.  May be good to add support for
  /dev/urandom (whatever the non-blocking one is), but Solaris doesn't have
  it, so I don't care much right now.

  The rand() period is incredibly short.  rand48 and random are supposed to
  have much longer periods.  We'll see...

Revision 90000 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 19:00:23 2001 UTC (8 years, 3 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 3329 byte(s)
Diff to previous 89967 (colored)
Get OpenSSL code stable.  There are still some errors in the OpenSSL code,
but 95% of the time our threads complete - this is better than it was
(40-60% of our threads would get an error from OpenSSL).

Achieve this by the following actions:
- Remove the cafile logic in our OpenSSL calls as this is buggy code.  Use
  cadir logic instead.  Now defaults to /tmp/certdir.
- Don't use BIO in OpenSSL as this OpenSSL code is buggy.

Revision 89967 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 00:03:09 2001 UTC (8 years, 3 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 3306 byte(s)
Diff to previous 89966 (colored)
Rely on values that APR should already be determining for us.

Revision 89966 - (view) (annotate) - [select for diffs]
Modified Mon Aug 6 23:16:43 2001 UTC (8 years, 3 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 3586 byte(s)
Diff to previous 89582 (colored)
Add OpenSSL locking routines (doesn't seem to be used, but they say you
should have it - okay...)

Update configure to have randfile (/tmp/.rnd) and cafile (/tmp/certs.pem)
to pass to OpenSSL.  These files must exist (and be valid) or OpenSSL is
going to throw a hissy fit.  Also, use OpenSSL 0.9.6b by default.

Revision 89582 - (view) (annotate) - [select for diffs]
Added Wed Jul 18 04:01:49 2001 UTC (8 years, 4 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/configure.in
File length: 3028 byte(s)
Initial revision

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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2