diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-02 12:05:41 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-02 12:05:41 +0000 |
commit | c41e72e8f07cd64944f2511a5e44b327d7c3d570 (patch) | |
tree | e26ce285ae5738aaa0cf482b6808a11a7ed027b3 /autogen.sh | |
parent | 004f187d98edea4ba17fd09b7a91167e4488dc79 (diff) |
more changes
Original commit message from CVS:
more changes
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |