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 2002/05/22 17:30:58 UTC

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

jfclere     02/05/22 08:30:58

  Modified:    jk/native buildconf.sh
  Log:
  copy files rather than symlinking them so that the tarball works on another
  machine.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-tomcat-connectors/jk/native/buildconf.sh
  
  Index: buildconf.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/buildconf.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- buildconf.sh	26 Oct 2001 15:33:45 -0000	1.3
  +++ buildconf.sh	22 May 2002 15:30:58 -0000	1.4
  @@ -1,7 +1,7 @@
   #!/bin/sh
   
   echo "libtoolize --force --automake"
  -libtoolize --force --automake
  +libtoolize --force --automake --copy
   echo "automake -a --foreign -i"
   automake -a --foreign -i
   echo "aclocal"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>