pier        01/08/06 15:48:45

  Modified:    webapp   configure.in
               webapp/apache-1.3 Makefile.in
  Log:
  Fixed small linking error in mod_webapp.so.
  
  Revision  Changes    Path
  1.22      +2 -3      jakarta-tomcat-connectors/webapp/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/configure.in,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- configure.in      2001/08/06 22:21:52     1.21
  +++ configure.in      2001/08/06 22:48:45     1.22
  @@ -58,7 +58,7 @@
   dnl --------------------------------------------------------------------------
   dnl Author Pier Fumagalli <mailto:[EMAIL PROTECTED]>
   dnl Author Jon S. Stevens <mailto:[EMAIL PROTECTED]>
  -dnl Version $Id: configure.in,v 1.21 2001/08/06 22:21:52 pier Exp $
  +dnl Version $Id: configure.in,v 1.22 2001/08/06 22:48:45 pier Exp $
   dnl --------------------------------------------------------------------------
   
   dnl --------------------------------------------------------------------------
  @@ -254,8 +254,7 @@
   LOCAL_HEADER([Configuring APR])
   LOCAL_FILTEREXEC(
     [./configure --enable-static --disable-shared --disable-threads],
  -  [APR configure]
  -)
  +  ["APR configure"])
   if ${TEST} "${ret}" -ne "0"
   then
     AC_MSG_ERROR([APR configure script terminated with error code ${ret}])
  
  
  
  1.8       +2 -2      jakarta-tomcat-connectors/webapp/apache-1.3/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/apache-1.3/Makefile.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Makefile.in       2001/08/06 21:30:11     1.7
  +++ Makefile.in       2001/08/06 22:48:45     1.8
  @@ -56,7 +56,7 @@
   # ========================================================================= #
   
   # @author  Pier Fumagalli <mailto:[EMAIL PROTECTED]>
  -# @version $Id: Makefile.in,v 1.7 2001/08/06 21:30:11 pier Exp $
  +# @version $Id: Makefile.in,v 1.8 2001/08/06 22:48:45 pier Exp $
   
   include @SRCDIR@/Makedefs
   
  @@ -90,7 +90,7 @@
        @$(SHELL) $(LIBTOOL) $(LTFLAGS) --mode=link \
                $(APXS_LD_SHLIB) $(APXS_LDFLAGS_SHLIB) \
                mod_webapp.lo @SRCDIR@/lib/libwebapp.la \
  -             $(LIBTOOL_LIBS) $(EXTRA_LIBS) \
  +             $(LIBTOOL_LIBS) $(EXTRA_LIBS) @APRDIR@/libapr.la \
                -o mod_webapp.so
   
   clean:
  
  
  

Reply via email to