/[Apache-SVN]/httpd/httpd/trunk/support/apxs.in
ViewVC logotype

Log of /httpd/httpd/trunk/support/apxs.in

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 807930 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 08:56:13 2009 UTC (3 months ago) by bjh
File length: 23289 byte(s)
Diff to previous 758929 (colored)
Bring back OS/2 support.
Reverses r758929 with a little bit of conflict resolution.

Revision 758929 - (view) (annotate) - [select for diffs]
Modified Thu Mar 26 23:47:52 2009 UTC (8 months ago) by trawick
File length: 23286 byte(s)
Diff to previous 758167 (colored)
remove OS/2 platform support

Revision 758167 - (view) (annotate) - [select for diffs]
Modified Wed Mar 25 07:31:56 2009 UTC (8 months ago) by rpluem
File length: 23289 byte(s)
Diff to previous 502323 (colored)
* Teach apxs to work with APR 2.x where there is no separate APR-UTIL
  any longer.

Revision 502323 - (view) (annotate) - [select for diffs]
Modified Thu Feb 1 19:31:41 2007 UTC (2 years, 9 months ago) by sctemme
File length: 23012 byte(s)
Diff to previous 494781 (colored)
apxs: Enhance -q flag to print all known variables and their values
      when invoked without variable name(s). 

Revision 494781 - (view) (annotate) - [select for diffs]
Modified Wed Jan 10 10:50:35 2007 UTC (2 years, 10 months ago) by jorton
File length: 22118 byte(s)
Diff to previous 420990 (colored)
* configure.in: Substitute MOD_SO_ENABLED variable.

* support/apxs.in: Use it to eliminate run-time check for whether
httpd has mod_so built-in.

Submitted by: David M. Lee <dmlee crossroads.com>
PR: 40653

Revision 420990 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 20:55:32 2006 UTC (3 years, 4 months ago) by fielding
File length: 22590 byte(s)
Diff to previous 395229 (colored)
update license header text

Revision 395229 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:23:42 2006 UTC (3 years, 7 months ago) by colm
File length: 22443 byte(s)
Diff to previous 189928 (colored)
Update the last year of copyright.

Revision 189928 - (view) (annotate) - [select for diffs]
Modified Fri Jun 10 09:18:14 2005 UTC (4 years, 5 months ago) by jorton
File length: 22443 byte(s)
Diff to previous 170383 (colored)
* Makefile.in (install-build): Install mkdir.sh since it's used by the
installed special.mk now; install instdso.sh as 0755.

* support/apxs.in: Fix Makefile template created by -g.

Revision 170383 - (view) (annotate) - [select for diffs]
Modified Mon May 16 13:03:35 2005 UTC (4 years, 6 months ago) by wrowe
File length: 22439 byte(s)
Diff to previous 170380 (colored)
  One issue I repeatedly have with 3rd party module builds is that
  they may choose to build a platform-default library with the usual
  platform-default extension, as part of the compilation process.

  Modules built on HP/UX with the .sl extension, on OSX with .dylib,
  or on OS2 or Win32 with .dll are perfectly legitimate loadable
  modules, but don't pass muster with apxs.

  This patch allows any of the common source library extensions to
  be passed in, but makes .so the explicit target.  The behavior
  already works for .la origin files with an .so target name.

Revision 170380 - (view) (annotate) - [select for diffs]
Modified Mon May 16 12:59:34 2005 UTC (4 years, 6 months ago) by wrowe
File length: 22265 byte(s)
Diff to previous 170253 (colored)
  Did not belong in r170253; evalute this patch seperately from
  the win32 /Oy- patch.  Will recommit for seperate discussion.

Revision 170253 - (view) (annotate) - [select for diffs]
Modified Sun May 15 19:11:57 2005 UTC (4 years, 6 months ago) by wrowe
File length: 22439 byte(s)
Diff to previous 151408 (colored)
  Reintroduce stack frame construction with /Oy- (removal was implied by /O2).
  This makes binaries far easier to debug, during operation and for post-crash
  .dmp analysis.  Do not alter /Gs optimizations per brane.

Reviewed by: stoddard, brane

Revision 151408 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:28:49 2005 UTC (4 years, 9 months ago) by jerenkrantz
File length: 22265 byte(s)
Diff to previous 106103 (colored)
Update copyright year to 2005 and standardize on current copyright owner line.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 22230 byte(s)
Diff to previous 105310 (colored)
general property cleanup

Revision 105310 - (view) (annotate) - [select for diffs]
Modified Tue Sep 28 14:30:10 2004 UTC (5 years, 1 month ago) by jorton
File length: 22230 byte(s)
Diff to previous 105309 (colored)
* support/apxs.in: Ensure that only a .la target filename is passed on
the libtool link line otherwise libtool tries to link statically.

PR: 31448 (more)

Revision 105309 - (view) (annotate) - [select for diffs]
Modified Tue Sep 28 13:09:37 2004 UTC (5 years, 1 month ago) by jorton
File length: 22192 byte(s)
Diff to previous 104641 (colored)
* support/apxs.in: Reset $opt so that -I, -D and -Wc,* options are not
passed to the libtool link line.  For "-Wl,-foo" pass "-foo" on the
link line regardless of whether gcc is used; without guessing whether
libtool --mode=link will invoke gcc or some native ld the previous
behaviour is not really correct.

PR: 31448

Revision 104641 - (view) (annotate) - [select for diffs]
Modified Fri Aug 13 09:38:11 2004 UTC (5 years, 3 months ago) by jorton
File length: 22276 byte(s)
Diff to previous 104443 (colored)
* configure.in, acinclude.m4: Substitute AP[RU]_CONFIG with location
of installed ap[ru]-config scripts so third-party modules can use
`apxs -q APR_CONFIG`.

* support/apxs.in: Use new AP[RU]_CONFIG variables; use apr-config
--apr-libtool.

Revision 104443 - (view) (annotate) - [select for diffs]
Modified Mon Aug 2 02:38:16 2004 UTC (5 years, 3 months ago) by jerenkrantz
File length: 22596 byte(s)
Diff to previous 102619 (colored)
Teach apxs how to find ap{ru}-$AP{RU}_MAJOR_VERSION-config

(httpd-2.1+ will be APR 1.0 or higher which uses this convention.)

Revision 102619 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 20:40:53 2004 UTC (5 years, 9 months ago) by nd
File length: 22421 byte(s)
Diff to previous 102592 (colored)
fix name of The Apache Software Foundation

Revision 102592 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 14:14:53 2004 UTC (5 years, 9 months ago) by nd
File length: 22417 byte(s)
Diff to previous 102525 (colored)
fix copyright dates according the first cehck in

Revision 102525 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 22:58:42 2004 UTC (5 years, 9 months ago) by nd
File length: 22417 byte(s)
Diff to previous 102135 (colored)
apply Apache License, Version 2.0

Revision 102135 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:26:26 2004 UTC (5 years, 10 months ago) by nd
File length: 24404 byte(s)
Diff to previous 101296 (colored)
update license to 2004.

Revision 101296 - (view) (annotate) - [select for diffs]
Modified Fri Sep 19 19:55:16 2003 UTC (6 years, 2 months ago) by trawick
File length: 24404 byte(s)
Diff to previous 99981 (colored)
this won't work with 5.003, so bump up the require to
5.004:

  my $cntopen = () = ($before =~ m|^\s*<[^/].*$|mg);

Revision 99981 - (view) (annotate) - [select for diffs]
Modified Wed May 21 06:56:35 2003 UTC (6 years, 6 months ago) by jerenkrantz
File length: 24404 byte(s)
Diff to previous 99213 (colored)
Perform run-time query in apxs for apr and apr-util's includes.

This is required when they are in disjoint directories from httpd.  Otherwise,
apxs won't pass their include information into the compiler and the
compilation will fail.

Revision 99213 - (view) (annotate) - [select for diffs]
Modified Fri Apr 4 19:04:21 2003 UTC (6 years, 7 months ago) by trawick
File length: 24246 byte(s)
Diff to previous 98730 (colored)
run libtool from the apr install directory (in case that is different
from the apache install directory)

further changes are needed to automatically pick up apr and apr-util
include directories; for now, "-Wc,-I/path" needs to be added to the
apxs -c invocation to work around that problem

Revision 98730 - (view) (annotate) - [select for diffs]
Modified Wed Feb 19 14:39:39 2003 UTC (6 years, 9 months ago) by nd
File length: 24207 byte(s)
Diff to previous 98721 (colored)
break down the beast and explain the obvious >:->

Also catch the case that the substitution may fail.

Revision 98721 - (view) (annotate) - [select for diffs]
Modified Wed Feb 19 03:01:21 2003 UTC (6 years, 9 months ago) by nd
File length: 22099 byte(s)
Diff to previous 98573 (colored)
insert LoadModule directives only outside of sections.

PR: 9012

Revision 98573 - (view) (annotate) - [select for diffs]
Modified Mon Feb 3 17:53:28 2003 UTC (6 years, 9 months ago) by nd
File length: 21061 byte(s)
Diff to previous 98469 (colored)
finished that boring job:
update license to 2003.

Happy New Year! ;-))

Revision 98469 - (view) (annotate) - [select for diffs]
Modified Thu Jan 23 11:54:44 2003 UTC (6 years, 10 months ago) by trawick
File length: 21061 byte(s)
Diff to previous 98102 (colored)
apxs: Include any special APR ld flags when linking the DSO.
This resolves problems on AIX when building a DSO with apxs+gcc.

Revision 98102 - (view) (annotate) - [select for diffs]
Modified Mon Dec 23 19:21:15 2002 UTC (6 years, 11 months ago) by jerenkrantz
File length: 20977 byte(s)
Diff to previous 97820 (colored)
Sun Forte requires having the same CFLAGS passed to the link stage as was
passed to the compile stage.

(Otherwise, it won't link the threaded APR right.)

Revision 97820 - (view) (annotate) - [select for diffs]
Modified Mon Dec 9 15:00:59 2002 UTC (6 years, 11 months ago) by stoddard
File length: 20968 byte(s)
Diff to previous 96905 (colored)
If an httpd.conf has commented out AddModule directives,
apxs -i -a will add an un-commented AddModule directive for
the new module, which breaks the config.

PR: 11212
Obtained from:
Submitted by:	Joe Orton
Reviewed by:	Bill Stoddard, Thom May

Revision 96905 - (view) (annotate) - [select for diffs]
Modified Thu Sep 19 05:43:16 2002 UTC (7 years, 2 months ago) by jerenkrantz
File length: 21349 byte(s)
Diff to previous 96900 (colored)
Rework the apxs -cp command to work when the source dir isn't available by
querying apr-config and apu-config at link-time instead.

(Note that the $apr_config value in configure.in isn't sufficient as we
need to know where apr-config will be when we execute apxs later on -
hence the --bindir option to apr-config and apu-config.)

Revision 96900 - (view) (annotate) - [select for diffs]
Modified Thu Sep 19 01:06:17 2002 UTC (7 years, 2 months ago) by jerenkrantz
File length: 20780 byte(s)
Diff to previous 96899 (colored)
Add -p option to apxs to allow unbundled modules (such as mod_mbox) to
compile and link helper programs that use apr/apr-util.

Revision 96899 - (view) (annotate) - [select for diffs]
Modified Thu Sep 19 00:57:35 2002 UTC (7 years, 2 months ago) by jerenkrantz
File length: 20625 byte(s)
Diff to previous 96317 (colored)
Remove following warning:

Use of uninitialized value in string eq at ./apxs line 134.

when the last option in getopt array is used.

Revision 96317 - (view) (annotate) - [select for diffs]
Modified Wed Aug 7 12:35:03 2002 UTC (7 years, 3 months ago) by striker
File length: 20591 byte(s)
Diff to previous 95814 (colored)
apxs lost the newline at the end of print "$result", so that apxs -q doesn't
return anything.

Submitted by: Thom May <thom@planetarytramp.net>

Revision 95814 - (view) (annotate) - [select for diffs]
Modified Wed Jun 19 20:44:45 2002 UTC (7 years, 5 months ago) by jwoolley
File length: 20589 byte(s)
Diff to previous 95646 (colored)
Fix some variable names

Submitted by:  Brian Degenhardt <bmd@mp3.com>

Revision 95646 - (view) (annotate) - [select for diffs]
Modified Thu Jun 13 17:06:04 2002 UTC (7 years, 5 months ago) by trawick
File length: 20582 byte(s)
Diff to previous 95549 (colored)
avoid a non-portable shell construct ("builddir=$(shell pwd)") so that the
makefile created by apxs -g works on more systems

it was broken on at least AIX and Tru64

Revision 95549 - (view) (annotate) - [select for diffs]
Modified Thu Jun 6 18:16:08 2002 UTC (7 years, 5 months ago) by trawick
File length: 20593 byte(s)
Diff to previous 95530 (colored)
Fix apxs to allow "apxs -q installbuilddir" and to allow
querying certain other variables from config_vars.mk.

PR:    9316

Revision 95530 - (view) (annotate) - [select for diffs]
Modified Wed Jun 5 19:08:55 2002 UTC (7 years, 5 months ago) by jwoolley
File length: 20503 byte(s)
Diff to previous 95522 (colored)
Get rid of some uninitialized value errors with apxs -q.

Submitted by:	Stas Bekman <stas@stason.org>
Reviewed by:	Heinrich G�tzger <goetzger@gmx.net>, Cliff Woolley

Revision 95522 - (view) (annotate) - [select for diffs]
Modified Wed Jun 5 11:59:26 2002 UTC (7 years, 5 months ago) by trawick
File length: 20471 byte(s)
Diff to previous 95065 (colored)
Fix apxs to allow it to work when the build directory is somewhere
besides server-root/build.

PR:           8453

Submitted by: a number of people hit this problem and offered hints or
              partial fixes; Thom May and Pier Fumagalli had a patch to
              apxs, a subset of which mostly fixed this problem; there
              were hints in PRs 8453 and 9316

Revision 95065 - (view) (annotate) - [select for diffs]
Modified Mon May 13 17:16:55 2002 UTC (7 years, 6 months ago) by trawick
File length: 20343 byte(s)
Diff to previous 94865 (colored)
Make apxs look in the correct directory for envvars.  It was
broken when sbindir != bindir.

PR:           8869
Submitted by: Andreas Sundstr�m <sunkan@zappa.cx>
Reviewed by:  Jeff Trawick

(This fix has been posted by others too.)

Revision 94865 - (view) (annotate) - [select for diffs]
Modified Mon Apr 29 18:09:02 2002 UTC (7 years, 7 months ago) by trawick
File length: 20342 byte(s)
Diff to previous 93918 (colored)
finish getting apxs to work with a binary build

it now picks up any necessary ld environment variables from
the envvars file when invoking "httpd -l" to verify that
mod_so was included in the build

Revision 93918 - (view) (annotate) - [select for diffs]
Modified Wed Mar 13 20:48:07 2002 UTC (7 years, 8 months ago) by fielding
File length: 20217 byte(s)
Diff to previous 93908 (colored)
Update our copyright for this year.

Revision 93908 - (view) (annotate) - [select for diffs]
Modified Wed Mar 13 18:02:02 2002 UTC (7 years, 8 months ago) by trawick
File length: 20217 byte(s)
Diff to previous 93168 (colored)
get some hardcoded paths out of apxs

PR:          10163 (but PR isn't completely solved with this commit)

Revision 93168 - (view) (annotate) - [select for diffs]
Modified Fri Feb 1 19:25:14 2002 UTC (7 years, 9 months ago) by trawick
File length: 20223 byte(s)
Diff to previous 92575 (colored)
apxs: Let the LTFLAGS environment variable override the default --silent flag.
Previously you had to edit the generated apxs to get rid of --silent.

Revision 92575 - (view) (annotate) - [select for diffs]
Modified Sat Dec 22 04:17:56 2001 UTC (7 years, 11 months ago) by trawick
File length: 20150 byte(s)
Diff to previous 92376 (colored)
SH_LDFLAGS wasn't getting evaluated properly when it included
makefile variables

but, we stopped needing SH_LDFLAGS in apxs on AIX since we switched
to run-time linking and I never found out for sure that the use of
SH_LDFLAGS actually helped BeOS or OS/390, so I'm yanking out the
reference to SH_LDFLAGS

if/when we need such a thing in apxs, we'll have a new variable so
we can distinguish between special flags needed for Apache core
DSOs (which might have stuff specific to some Apache core DSO that
was discovered during Apache configurat) vs. special flags needed
by any DSO

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 92376 - (view) (annotate) - [select for diffs]
Modified Fri Dec 7 19:06:58 2001 UTC (7 years, 11 months ago) by trawick
File length: 20240 byte(s)
Diff to previous 92327 (colored)
make sure mod_foo.so is installed by apxs -i

also, it is the .so file that needs to be executable, not the .la file

Revision 92327 - (view) (annotate) - [select for diffs]
Modified Wed Dec 5 03:02:45 2001 UTC (7 years, 11 months ago) by trawick
File length: 20172 byte(s)
Diff to previous 92057 (colored)
Allow apxs to be used to build DSOs on AIX without requiring the
user to hard-code the list of import files.  (This should help
on OS/390 and BeOS as well.)

Trivial change: just stick the value of SH_LDFLAGS on the
libtool --mode=link line.

Revision 92057 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 20:14:58 2001 UTC (8 years ago) by jerenkrantz
File length: 20079 byte(s)
Diff to previous 91733 (colored)
apxs should be using sbindir not bindir for the path to the httpd binary.

Committed with some minor changes.
Submitted by:	GOMEZ Henri <hgomez@slib.fr>
Reviewed by:	Justin Erenkrantz

Revision 91733 - (view) (annotate) - [select for diffs]
Modified Fri Nov 2 20:09:20 2001 UTC (8 years ago) by dougm
File length: 20076 byte(s)
Diff to previous 91118 (colored)
fix eval of vars incase string has quotes
example: CFLAGS = -DSUEXEC_BIN='"bin/suexec"
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 91118 - (view) (annotate) - [select for diffs]
Modified Sun Sep 23 18:01:15 2001 UTC (8 years, 2 months ago) by jerenkrantz
File length: 20076 byte(s)
Diff to previous 90924 (colored)
We need to use the APR-generated libtool for building modules.

Revision 90924 - (view) (annotate) - [select for diffs]
Modified Thu Sep 6 15:31:09 2001 UTC (8 years, 2 months ago) by dougm
File length: 20034 byte(s)
Diff to previous 90828 (colored)
strip parens from config_vars.mk values

Revision 90828 - (view) (annotate) - [select for diffs]
Modified Thu Aug 30 23:18:39 2001 UTC (8 years, 2 months ago) by dougm
File length: 20003 byte(s)
Diff to previous 90769 (colored)
gather all of the cflags for compiling with apxs

Revision 90769 - (view) (annotate) - [select for diffs]
Modified Tue Aug 28 17:41:53 2001 UTC (8 years, 3 months ago) by rbb
File length: 19927 byte(s)
Diff to previous 90732 (colored)
Remove some debug code that I had in apxs.in.
Submitted by:	Karl Fogel <kfogel@collab.net>

Revision 90732 - (view) (annotate) - [select for diffs]
Modified Mon Aug 27 17:21:29 2001 UTC (8 years, 3 months ago) by rbb
File length: 19966 byte(s)
Diff to previous 90697 (colored)
- allows empty $val from httpd-2.0/build/config_vars.mk
- make code more perlish.
- read and parse the config file only once
- use a hash instead of array for the list of internal config vars to
  test against
- added -h option (just print usage)
- wrapped numerous print STDERR calls into a simpler error() and
  notice() subs
- simplified some of the logic in if's using perl constructs.

Submitted by:	Stas Bekman <stas@stason.org>

Revision 90697 - (view) (annotate) - [select for diffs]
Modified Sun Aug 26 16:28:19 2001 UTC (8 years, 3 months ago) by rbb
File length: 20063 byte(s)
Diff to previous 90696 (colored)
More fixes for APXS.  APXS now works with httpd-test again

Revision 90696 - (view) (annotate) - [select for diffs]
Modified Sun Aug 26 06:25:00 2001 UTC (8 years, 3 months ago) by rbb
File length: 19513 byte(s)
Diff to previous 89392 (colored)
Improvements to APXS.  It now uses the config_vars.mk variables to
figure out how to build stuff.  It uses the Apache build system for
the generated module, but not for command line builds.  Maybe I'll fix
that one day.  If somebody wants to beat me to it, that would be cool.

Revision 89392 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 01:46:28 2001 UTC (8 years, 5 months ago) by dougm
File length: 19057 byte(s)
Diff to previous 89159 (colored)
apxs no longer generates ap_send_http_header() in the example handler

Revision 89159 - (view) (annotate) - [select for diffs]
Modified Fri May 18 19:34:48 2001 UTC (8 years, 6 months ago) by wrowe
File length: 19084 byte(s)
Diff to previous 88957 (colored)
  Return missing link flags to apxs.in

Submitted by:	Harrie Hazewinkel <harrie@covalent.net>

Revision 88957 - (view) (annotate) - [select for diffs]
Modified Fri Apr 27 20:57:38 2001 UTC (8 years, 7 months ago) by dougm
File length: 18725 byte(s)
Diff to previous 88951 (colored)
backing out this part of the recent apxs change
otherwise `apxs -q INCLUDEDIR' is broken using the default layout
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 88951 - (view) (annotate) - [select for diffs]
Modified Fri Apr 27 15:30:21 2001 UTC (8 years, 7 months ago) by martin
File length: 18726 byte(s)
Diff to previous 88184 (colored)
Fix APXS: treat sbindir as expected, fix "link" command.

Submitted by:	GOMEZ Henri <hgomez@slib.fr>

Revision 88184 - (view) (annotate) - [select for diffs]
Modified Fri Feb 16 04:26:53 2001 UTC (8 years, 9 months ago) by fielding
File length: 18522 byte(s)
Diff to previous 87786 (colored)
Update copyright to 2001

Revision 87786 - (view) (annotate) - [select for diffs]
Modified Mon Jan 22 01:57:51 2001 UTC (8 years, 10 months ago) by dougm
File length: 18517 byte(s)
Diff to previous 87785 (colored)
s/LAST/MIDDLE/

Revision 87785 - (view) (annotate) - [select for diffs]
Modified Mon Jan 22 01:11:01 2001 UTC (8 years, 10 months ago) by dougm
File length: 18515 byte(s)
Diff to previous 87434 (colored)
adjust to ap_hook_handler changes

Revision 87434 - (view) (annotate) - [select for diffs]
Modified Tue Dec 19 23:33:54 2000 UTC (8 years, 11 months ago) by rbb
File length: 18540 byte(s)
Diff to previous 87070 (colored)
Stop searching in installdir/includes/apr.

Revision 87070 - (view) (annotate) - [select for diffs]
Modified Wed Nov 22 20:35:56 2000 UTC (9 years ago) by rbb
File length: 18562 byte(s)
Diff to previous 86853 (colored)
Add the ability for apxs to install both libtool generated and non-libtool
generated shared objects.
Submitted by:	Jon Travis <jtravis@covalent.net>
Reviewed by:	Ryan Bloom

Revision 86853 - (view) (annotate) - [select for diffs]
Modified Tue Nov 7 04:10:59 2000 UTC (9 years ago) by gstein
File length: 18554 byte(s)
Diff to previous 86609 (colored)
The LoadModule line should specify a .so file, not a .la file

Revision 86609 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 06:05:15 2000 UTC (9 years, 1 month ago) by wrowe
File length: 18533 byte(s)
Diff to previous 85693 (colored)
  Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
  for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper)
  and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE.
  All _VAR_ flavors changes to _DATA to be absolutely clear.
  Thank you Greg, for the most obvious suggestion.

Revision 85693 - (view) (annotate) - [select for diffs]
Modified Sun Jun 25 23:44:16 2000 UTC (9 years, 5 months ago) by dougm
File length: 18523 byte(s)
Diff to previous 85152 (colored)
allow apxs to be run from the source tree, before installation (e.g. perl ../apache-2.0/src/support/apxs -q CFLAGS)

Revision 85152 - (view) (annotate) - [select for diffs]
Modified Fri May 5 21:11:06 2000 UTC (9 years, 6 months ago) by rbb
File length: 18392 byte(s)
Diff to previous 85150 (colored)
Fix a stupid mistake in apxs.in.
Submitted by:	Greg Stein

Revision 85150 - (view) (annotate) - [select for diffs]
Modified Fri May 5 20:10:33 2000 UTC (9 years, 6 months ago) by rbb
File length: 18403 byte(s)
Diff to previous 85138 (colored)
Make apxs mostly work for 2.0.  It doesn't add the module to the config
file yet, but that should be trivial to add back in.

Revision 85138 - (view) (annotate) - [select for diffs]
Modified Thu May 4 19:56:41 2000 UTC (9 years, 6 months ago) by rbb
File length: 19910 byte(s)
Diff to previous 85137 (colored)
Back out an inadvertant change to apxs.

Revision 85137 - (view) (annotate) - [select for diffs]
Modified Thu May 4 19:42:57 2000 UTC (9 years, 6 months ago) by rbb
File length: 19904 byte(s)
Diff to previous 84881 (colored)
Port reliable piped logs to mpmt_pthread and dexter.  Also a couple of small
cleanups for reliable piped logs.

Revision 84881 - (view) (annotate) - [select for diffs]
Modified Fri Mar 31 09:42:55 2000 UTC (9 years, 7 months ago) by fielding
File length: 19910 byte(s)
Diff to previous 84725 (colored)
Update to Apache Software License version 1.1

Revision 84725 - (view) (annotate) - [select for diffs]
Modified Fri Mar 10 00:07:37 2000 UTC (9 years, 8 months ago) by rbb
File length: 20299 byte(s)
Diff to previous 84240 (colored)
Fix all the License issues.  Including:
s/Apache Group/Apache Software Foundation/
s/1999/2000/
s/Sascha's license/ASF license

Revision 84240 - (view) (annotate) - [select for diffs]
Modified Tue Dec 7 00:09:01 1999 UTC (9 years, 11 months ago) by wsanchez
File length: 20173 byte(s)
Diff to previous 84239 (colored)
If we can't open httpd.conf, print a warning, but don't die.
Otherwise, you can't install a module into a package root.

Revision 84239 - (view) (annotate) - [select for diffs]
Modified Tue Dec 7 00:06:41 1999 UTC (9 years, 11 months ago) by wsanchez
File length: 20058 byte(s)
Diff to previous 83750 (colored)
Perform check for "$CFG_SBINDIR/$CFG_TARGET" _after_ the command line
overrides for CFG_SBINDIR and CFG_TARGET have been evaluated.

Revision 83750 - (view) (annotate) - [select for diffs]
Added Tue Aug 24 06:46:03 1999 UTC (10 years, 3 months ago) by fielding
File length: 20058 byte(s)
Apache 1.3.9 baseline for the Apache 2.0 repository.

Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9
Submitted by: Apache Group

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