more changes
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 2 Mar 2002 12:05:41 +0000 (12:05 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 2 Mar 2002 12:05:41 +0000 (12:05 +0000)
Original commit message from CVS:
more changes

autogen.sh

index f8f681f..80c5ef5 100755 (executable)
@@ -11,6 +11,9 @@ if test ! -d common;
 then 
   echo "+ getting common/ from cvs"
   cvs co common 
+else
+  echo "+ updating common/ from cvs"
+  cd common; cvs -update -dP; cd ..
 fi
 
 # source helper functions