summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-02-06 18:46:39 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-02-06 18:46:39 +0000
commit3031af9d6b194f1482f1b2d4d6e8f5ef6ee12b7e (patch)
tree8931344b990c578aa81549664a37be2f125756e5
parent128432a9327913ec94c4d24c70046529c70a822c (diff)
downloadgstreamer-plugins-bad-3031af9d6b194f1482f1b2d4d6e8f5ef6ee12b7e.tar.gz
this makes more sense higher in the file
Original commit message from CVS: this makes more sense higher in the file
-rwxr-xr-xautogen.sh12
1 files changed, 8 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 96dea9cde..565589e72 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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."