jfclere     02/05/27 06:25:44

  Modified:    jk/native2 configure.in
  Added:       jk/native2/scripts/build/unix dummy.am
  Log:
  Prevent the automake error message: no `Makefile.am' found or specified.
  
  Revision  Changes    Path
  1.4       +4 -2      jakarta-tomcat-connectors/jk/native2/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/configure.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- configure.in      24 May 2002 07:09:09 -0000      1.3
  +++ configure.in      27 May 2002 13:25:44 -0000      1.4
  @@ -58,7 +58,7 @@
   dnl --------------------------------------------------------------------------
   dnl Author Henri Gomez <[EMAIL PROTECTED]>
   dnl 
  -dnl Version $Id: configure.in,v 1.3 2002/05/24 07:09:09 hgomez Exp $
  +dnl Version $Id: configure.in,v 1.4 2002/05/27 13:25:44 jfclere Exp $
   dnl --------------------------------------------------------------------------
   
   dnl sinclude(../support/jk_apache_static.m4)
  @@ -71,13 +71,14 @@
   dnl
   dnl Process this file with autoconf to produce a configure script
   dnl
  -AC_REVISION($Id: configure.in,v 1.3 2002/05/24 07:09:09 hgomez Exp $)dnl
  +AC_REVISION($Id: configure.in,v 1.4 2002/05/27 13:25:44 jfclere Exp $)dnl
   
   AC_PREREQ(2.13)
   AC_INIT(common/jk_config.c)
   AC_CONFIG_AUX_DIR(scripts/build/unix)
   
   dnl package and version. (synchronization with common/jk_version.h ?)
  +AM_INIT_AUTOMAKE(mod_jk2, 2.0.0)
   PACKAGE=mod_jk2
   VERSION=2.0.0
   
  @@ -234,4 +235,5 @@
        server/apache2/Makefile
        server/apache2/Makefile.apxs
        ../build.properties:../build.properties.autoconf
  +        scripts/build/unix/dummy
        ])
  
  
  
  1.1                  jakarta-tomcat-connectors/jk/native2/scripts/build/unix/dummy.am
  
  Index: dummy.am
  ===================================================================
  #Dummy file to prevent the error message from automake:
  #"no `Makefile.am' found or specified"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to