paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/physfs bootstrap,1.1.2.1,1.1.2.2


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/physfs bootstrap,1.1.2.1,1.1.2.2
Date: Fri, 21 Jun 2002 18:10:05 -0400

Update of /cvsroot/paragui/paragui/src/physfs
In directory subversions:/tmp/cvs-serv7385/src/physfs

Modified Files:
      Tag: devel-1-0
        bootstrap 
Log Message:
bootstrapping fix



Index: bootstrap
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/Attic/bootstrap,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** bootstrap   21 Jun 2002 21:13:40 -0000      1.1.2.1
--- bootstrap   21 Jun 2002 22:10:02 -0000      1.1.2.2
***************
*** 1,8 ****
  #!/bin/sh
  
  set -e
  echo "Initial preparation...this can take awhile, so sit tight..."
- aclocal
  libtoolize --automake --copy --force
  autoheader
  automake --foreign --add-missing --copy
--- 1,10 ----
  #!/bin/sh
  
+ cd `dirname $0`
+ 
  set -e
  echo "Initial preparation...this can take awhile, so sit tight..."
  libtoolize --automake --copy --force
+ aclocal
  autoheader
  automake --foreign --add-missing --copy




reply via email to

[Prev in Thread] Current Thread [Next in Thread]