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
d9fbdbf3b3
commit
8999b72be6
12
autogen.sh
12
autogen.sh
@ -5,6 +5,14 @@ DIE=0
|
|||||||
package=gstreamer-plugins
|
package=gstreamer-plugins
|
||||||
srcfile=gst/law/alaw.c
|
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
|
# source helper functions
|
||||||
if test ! -e common/gst-autogen.sh;
|
if test ! -e common/gst-autogen.sh;
|
||||||
then
|
then
|
||||||
@ -66,10 +74,6 @@ if test -f disable; then
|
|||||||
done
|
done
|
||||||
fi
|
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" && {
|
test -n "$NOCONFIGURE" && {
|
||||||
echo "+ skipping configure stage for package $package, as requested."
|
echo "+ skipping configure stage for package $package, as requested."
|
||||||
echo "+ autogen.sh done."
|
echo "+ autogen.sh done."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user