summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-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