/[Apache-SVN]/httpd/httpd/trunk/os/config.m4
ViewVC logotype

Log of /httpd/httpd/trunk/os/config.m4

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 (2 months, 4 weeks ago) by bjh
File length: 318 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 (7 months, 4 weeks ago) by trawick
File length: 275 byte(s)
Diff to previous 758891 (colored)
remove OS/2 platform support

Revision 758891 - (view) (annotate) - [select for diffs]
Modified Thu Mar 26 22:23:44 2009 UTC (7 months, 4 weeks ago) by trawick
File length: 318 byte(s)
Diff to previous 422182 (colored)
remove BeOS OS support

Revision 422182 - (view) (annotate) - [select for diffs]
Modified Sat Jul 15 09:03:52 2006 UTC (3 years, 4 months ago) by pquerna
File length: 356 byte(s)
Diff to previous 122967 (colored)
Bring in basic support for building the winnt MPM under mingw32, using the autoconf build system.  Currently this will get you to the point of linking errors on gen_test_char.

configure.in: Default to winnt MPM on mingw32 hosts.
configure.in: Add AP_DECLARE_EXPORT for mingw32 hsots.

os/config.m4: Use win32 dir under mingw32.
os/win32/Makefile.in: Add in a new makefile to generate libos on win32.

server/mpm/config.m4: Add winnt MPM to the help string.
server/mpm/config.m4: winnt MPM is a threaded MPM.

server/mpm/winnt/child.c: SO_UPDATE_ACCEPT_CONTEXT is defined under a different header in mingw32.

server/mpm/winnt/{Makefile.in,config.m4}: Base build for winnt MPM.

os/win32,server/mpm/winnt: Update svn:ignore for .deps/.libs

Revision 122967 - (view) (annotate) - [select for diffs]
Modified Tue Dec 21 12:52:17 2004 UTC (4 years, 11 months ago) by bjh
File length: 314 byte(s)
Diff to previous 106103 (colored)
The current config.guess in APR outputs i386-pc-os2-emx on OS/2 rather than
i386-pc-os2_emx (dash instead of underscore), adjust the tests to match.

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

Revision 105361 - (view) (annotate) - [select for diffs]
Modified Fri Oct 1 16:03:08 2004 UTC (5 years, 1 month ago) by jfclere
File length: 314 byte(s)
Diff to previous 97732 (colored)
Move the few BS2000 specific in unixd.c

Revision 97732 - (view) (annotate) - [select for diffs]
Modified Mon Dec 2 13:40:27 2002 UTC (6 years, 11 months ago) by martin
File length: 358 byte(s)
Diff to previous 90805 (colored)
To be on the safe side...

Revision 90805 - (view) (annotate) - [select for diffs]
Modified Thu Aug 30 05:52:25 2001 UTC (8 years, 2 months ago) by wrowe
File length: 356 byte(s)
Diff to previous 89527 (colored)
  * configure.in: added Cygwin specific APR_SETVARs.

  * os/config.m4: added Cygwin specific values for $OS and $OS_DIR.
    $OS_DIR will change to "cygwin" as soon as I get the DSO/DLL things
    clean as with 1.3.20.

  * support/logresolve.c: added OS specific #ifdef statement to define
    h_errno as extern __declspec(dllimport); it's imported from the
    cygwin1.dll itself.

Submitted by: Stipe Tolj <tolj@wapme-systems.de>

Revision 89527 - (view) (annotate) - [select for diffs]
Modified Tue Jul 10 02:35:24 2001 UTC (8 years, 4 months ago) by fielding
File length: 311 byte(s)
Diff to previous 87639 (colored)
Use the autoconf variable "host" consistently for platform checks.

Revision 87639 - (view) (annotate) - [select for diffs]
Modified Wed Jan 10 01:04:53 2001 UTC (8 years, 10 months ago) by bjh
File length: 386 byte(s)
Diff to previous 86398 (colored)
Libtool takes care of the lib prefix so get rid of our own workaround.

Revision 86398 - (view) (annotate) - [select for diffs]
Modified Thu Oct 5 04:41:47 2000 UTC (9 years, 1 month ago) by rbb
File length: 409 byte(s)
Diff to previous 85113 (colored)
Prepare our autoconf setup for autoconf 2.14a and for cross-compiling
PR:	6379
Submitted by:	"R�diger" Kuhlmann <Tadu@gmx.de>
Reviewed by:	Ryan Bloom

Revision 85113 - (view) (annotate) - [select for diffs]
Modified Sun Apr 30 18:27:18 2000 UTC (9 years, 6 months ago) by sascha
File length: 422 byte(s)
Diff to previous 84962 (colored)
Add VPATH support to Apache:

  os/$(OS_DIR) is now equivalent to the old $(OS_DIR)

  Necessary include paths are added only in VPATH mode.

  Dependencies are stored in the build directory now.
  They contain paths which depend on the current build,
  and therefore they are not general.

  Fixed two dependencies in main/Makefile.in.

Revision 84962 - (view) (annotate) - [select for diffs]
Modified Fri Apr 14 14:32:20 2000 UTC (9 years, 7 months ago) by martin
File length: 432 byte(s)
Diff to previous 84905 (colored)
Fix minor configuration & platform dependencies

Revision 84905 - (view) (annotate) - [select for diffs]
Modified Tue Apr 4 13:31:13 2000 UTC (9 years, 7 months ago) by bjh
File length: 309 byte(s)
Diff to previous 84639 (colored)
Under OS/2 (well actually EMX gcc) libraries don't have a 'lib' prefix. In
main code libtool handles it. This deals with APR.

Revision 84639 - (view) (annotate) - [select for diffs]
Modified Thu Feb 17 22:32:30 2000 UTC (9 years, 9 months ago) by rbb
File length: 283 byte(s)
Diff to previous 84522 (colored)
Enable dynamic module support on Linux.  This should work on any LIBTOOL
based system, but YMMV.

Revision 84522 - (view) (annotate) - [select for diffs]
Modified Wed Jan 26 07:51:45 2000 UTC (9 years, 10 months ago) by bjh
File length: 254 byte(s)
Diff to previous 84430 (colored)
Get OS/2 working with new configure system. Yay! :)

Revision 84430 - (view) (annotate) - [select for diffs]
Modified Tue Jan 11 17:28:28 2000 UTC (9 years, 10 months ago) by sascha
File length: 227 byte(s)
Diff to previous 84423 (colored)
Make OS selection work for non-UNIX cases

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: 190 byte(s)
Diff to previous 84187 (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 84187 - (view) (annotate) - [select for diffs]
Added Mon Nov 29 23:47:33 1999 UTC (9 years, 11 months ago) by manoj
File length: 185 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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2