You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2001/06/11 13:07:47 UTC

cvs commit: jakarta-tomcat-connectors/jk/native buildconf.sh README.configure buildconf

jfclere     01/06/11 04:07:47

  Modified:    jk/native README.configure
  Added:       jk/native buildconf.sh
  Removed:     jk/native buildconf
  Log:
  Arrange the buildconf.sh and README.configure.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-tomcat-connectors/jk/native/README.configure
  
  Index: README.configure
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/README.configure,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- README.configure	2001/06/08 14:46:02	1.3
  +++ README.configure	2001/06/11 11:07:44	1.4
  @@ -1,5 +1,5 @@
    
  -  Building from the cvs tree: (for develloppers only).
  +  Building from the cvs tree: (for developers only).
     -----------------------------------
     When using a cvs tree buildconf.sh must be run before configure.
     The today version of buildconf.sh build the following files:
  @@ -20,7 +20,7 @@
    
     To configure jakarta-tomcat-connectors run the following commands.
    
  -  ./buildconf  (not required unless you are a developer)
  +  ./buildconf.sh  (not required unless you are a developer)
     ./configure [autoconf arguments] [jakarta-tomcat-connectors arguments]
     make
   * make install
  
  
  
  1.1                  jakarta-tomcat-connectors/jk/native/buildconf.sh
  
  Index: buildconf.sh
  ===================================================================
  #!/bin/sh
  echo "libtoolize --force --automake"
  libtoolize --force --automake
  echo "automake -a --foreign -i"
  automake -a --foreign -i
  echo "aclocal"
  #aclocal --acdir=`aclocal --print-ac-dir`
  #aclocal --acdir=/usr/local/share/aclocal
  aclocal
  echo "autoconf"
  autoconf