cvs commit: apache-2.0/src configure.in

1999-12-20 Thread manoj
manoj   99/12/19 21:03:03

  Modified:src  configure.in
  Log:
  Speed up building, by making --disable-shared the default until we put
  proper DSO support into the autoconf configuration scripts.
  
  Revision  ChangesPath
  1.13  +1 -0  apache-2.0/src/configure.in
  
  Index: configure.in
  ===
  RCS file: /home/cvs/apache-2.0/src/configure.in,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -d -u -r1.12 -r1.13
  --- configure.in  1999/12/20 04:15:08 1.12
  +++ configure.in  1999/12/20 05:03:01 1.13
  @@ -104,6 +104,7 @@
   [Define if arguments to select() aren't what we expect])
   fi
   
  +AM_DISABLE_SHARED
   AM_PROG_LIBTOOL
   
   dnl ## Checking command-line options
  
  
  


cvs commit: apache-2.0/src configure.in

1999-12-01 Thread manoj
manoj   99/11/30 20:25:05

  Modified:src  configure.in
  Log:
  Place ap_config_auto.h in src/include. It didn't seem to work earlier,
  but it does now. *shrug*
  
  Revision  ChangesPath
  1.6   +1 -1  apache-2.0/src/configure.in
  
  Index: configure.in
  ===
  RCS file: /home/cvs/apache-2.0/src/configure.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -d -u -r1.5 -r1.6
  --- configure.in  1999/12/01 01:16:02 1.5
  +++ configure.in  1999/12/01 04:25:01 1.6
  @@ -5,7 +5,7 @@
   AM_INIT_AUTOMAKE(apache, 2.0-dev)
   
   dnl This would be in src/include, but I think I've found an autoheader bug
  -AM_CONFIG_HEADER(ap_config_auto.h)
  +AM_CONFIG_HEADER(include/ap_config_auto.h)
   
   dnl ## This is the central place where Apache's version should be kept.
   
  
  
  


cvs commit: apache-2.0/src configure.in

1999-12-01 Thread manoj
manoj   99/11/30 20:57:15

  Modified:src  configure.in
  Log:
  Fix a couple of comments
  
  Revision  ChangesPath
  1.7   +3 -4  apache-2.0/src/configure.in
  
  Index: configure.in
  ===
  RCS file: /home/cvs/apache-2.0/src/configure.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -u -r1.6 -r1.7
  --- configure.in  1999/12/01 04:25:01 1.6
  +++ configure.in  1999/12/01 04:57:07 1.7
  @@ -2,17 +2,16 @@
   
   AC_PREREQ(2.13)
   AC_INIT(main/http_main.c)
  +
  +dnl ## This is the central place where Apache's version should be kept.
   AM_INIT_AUTOMAKE(apache, 2.0-dev)
   
  -dnl This would be in src/include, but I think I've found an autoheader bug
   AM_CONFIG_HEADER(include/ap_config_auto.h)
   
  -dnl ## This is the central place where Apache's version should be kept.
  -
   APACHE_VERSION=$VERSION
   AC_SUBST(APACHE_VERSION)
   
  -dnl XXX - make will sometimes die as annoyingly as automake with this option
  +dnl XXX - make will sometimes die as annoyingly as automake with this option.
   dnl just remake and continue
   AM_MAINTAINER_MODE
   
  
  
  


cvs commit: apache-2.0/src configure.in

1999-11-30 Thread manoj
manoj   99/11/29 18:40:57

  Modified:src  configure.in
  Log:
  Fix a thinko. Apache's configure.in shouldn't attempt to create APR's
  Makefile.
  
  Revision  ChangesPath
  1.2   +1 -1  apache-2.0/src/configure.in
  
  Index: configure.in
  ===
  RCS file: /home/cvs/apache-2.0/src/configure.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -u -r1.1 -r1.2
  --- configure.in  1999/11/29 23:44:54 1.1
  +++ configure.in  1999/11/30 02:40:56 1.2
  @@ -88,5 +88,5 @@
   AC_SUBST(OS)
   AC_SUBST(OS_DIR)
   
  -AC_OUTPUT([Makefile ap/Makefile main/Makefile lib/apr/Makefile os/Makefile
  +AC_OUTPUT([Makefile ap/Makefile main/Makefile os/Makefile
 $APACHE_OUTPUT_FILES])
  
  
  


cvs commit: apache-2.0/src configure.in

1999-11-30 Thread manoj
manoj   99/11/29 19:07:34

  Modified:src  configure.in
  Log:
  Some extra autoconf macros that might help us compile on a POSIXized
  ISC UNIX or MINIX if someone ever tries to do it.
  
  Revision  ChangesPath
  1.3   +3 -1  apache-2.0/src/configure.in
  
  Index: configure.in
  ===
  RCS file: /home/cvs/apache-2.0/src/configure.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -d -u -r1.2 -r1.3
  --- configure.in  1999/11/30 02:40:56 1.2
  +++ configure.in  1999/11/30 03:07:32 1.3
  @@ -30,8 +30,10 @@
   dnl AC_PROG_RANLIB
   dnl AC_PATH_PROG(PERL_PATH, perl)
   
  -dnl info autoconf says AIX needs this. Okay.
  +dnl various OS checks that apparently set required flags
   AC_AIX
  +AC_ISC_POSIX
  +AC_MINIX
   
   dnl ## Check for libraries