diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-06 18:46:39 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-06 18:46:39 +0000 |
commit | 6fb62bbc9ab5b51af8431e5adb4a40dfabc27407 (patch) | |
tree | d93484e8aacc5e2f7d4b13c5e4963be4509db326 | |
parent | f0cfefc8087f9fa83ed1eb681db3771671164a2c (diff) |
this makes more sense higher in the file
Original commit message from CVS:
this makes more sense higher in the file
-rwxr-xr-x | autogen.sh | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -5,6 +5,14 @@ DIE=0 package=gstreamer-plugins srcfile=gst/law/alaw.c +# a quick cvs co if necessary to alleviate the pain - may remove this +# when developers get a clue ;) +if test ! -d common; +then + echo "+ getting common/ from cvs" + cvs co common +fi + # source helper functions if test ! -e common/gst-autogen.sh; then @@ -66,10 +74,6 @@ if test -f disable; then done fi -# a quick cvs co if necessary to alleviate the pain - may remove this -# when developers get a clue ;) -if test ! -d common; then cvs co common; fi - test -n "$NOCONFIGURE" && { echo "+ skipping configure stage for package $package, as requested." echo "+ autogen.sh done." |