mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
this makes more sense higher in the file
Original commit message from CVS: this makes more sense higher in the file
This commit is contained in:
parent
f0cfefc808
commit
6fb62bbc9a
1 changed files with 8 additions and 4 deletions
12
autogen.sh
12
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."
|
||||
|
|
Loading…
Reference in a new issue