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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to