]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commitdiff
this makes more sense higher in the file
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Feb 2002 18:46:39 +0000 (18:46 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Feb 2002 18:46:39 +0000 (18:46 +0000)
Original commit message from CVS:
this makes more sense higher in the file

autogen.sh

index 96dea9cde424004257519d81d690b176c54c4c39..565589e720acd1c5fb32142568f2fac96eda3b9d 100755 (executable)
@@ -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."