mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
smallish fixes
Original commit message from CVS: smallish fixes
This commit is contained in:
parent
8999b72be6
commit
77b37510d0
1 changed files with 10 additions and 11 deletions
21
autogen.sh
21
autogen.sh
|
@ -2,7 +2,7 @@
|
||||||
# Run this to generate all the initial makefiles, etc.
|
# Run this to generate all the initial makefiles, etc.
|
||||||
|
|
||||||
DIE=0
|
DIE=0
|
||||||
package=gstreamer-plugins
|
package=gst-plugins
|
||||||
srcfile=gst/law/alaw.c
|
srcfile=gst/law/alaw.c
|
||||||
|
|
||||||
# a quick cvs co if necessary to alleviate the pain - may remove this
|
# a quick cvs co if necessary to alleviate the pain - may remove this
|
||||||
|
@ -33,15 +33,14 @@ version_check "pkg-config" "http://www.freedesktop.org/software/pkgconfig" 0 8 0
|
||||||
|
|
||||||
autoconf_2.52d_check || DIE=1
|
autoconf_2.52d_check || DIE=1
|
||||||
|
|
||||||
CONFIGURE_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG'
|
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG'
|
||||||
# if no arguments specified then this will be printed
|
# if no arguments specified then this will be printed
|
||||||
|
|
||||||
if test -z "$*"; then
|
if test -z "$*"; then
|
||||||
echo "+ Checking for autogen.sh options"
|
echo "+ checking for autogen.sh options"
|
||||||
echo " This autogen script will automatically run ./configure as:"
|
echo " This autogen script will automatically run ./configure as:"
|
||||||
echo " ./configure $CONFIGURE_DEF_OPT"
|
echo " ./configure $CONFIGURE_DEF_OPT"
|
||||||
echo " To pass any additional options, please specify them on the $0"
|
echo " To pass any additional options, please specify them on the $0"
|
||||||
echo " command line."
|
echo " command line."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
toplevel_check $srcfile
|
toplevel_check $srcfile
|
||||||
|
@ -75,9 +74,9 @@ if test -f disable; then
|
||||||
fi
|
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."
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "+ running configure ... "
|
echo "+ running configure ... "
|
||||||
|
|
Loading…
Reference in a new issue