summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-03-02 12:05:41 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-03-02 12:05:41 +0000
commitb968efd71b2cb7d96fb090c44fba54b3a6543b4c (patch)
tree7ce862bc02b42b4e88cfcaeb67657cba17a03535
parent3a6a66c34a0244566d27a693994aa561e5cd3dbe (diff)
more changes
Original commit message from CVS: more changes
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index f8f681fc..80c5ef5e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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