From 8999b72be6ed00ce918844bd0b481e9f15512cdc Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 6 Feb 2002 18:46:39 +0000 Subject: this makes more sense higher in the file Original commit message from CVS: this makes more sense higher in the file --- autogen.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 96dea9cd..565589e7 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." -- cgit