diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-07 14:30:20 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-07 14:30:20 +0000 |
commit | 7474f54942640daf4cd46c1b8fba914995cdc4b1 (patch) | |
tree | ecc27cbcc854422beff4fbf7d913bbb3d727dd01 | |
parent | 3031af9d6b194f1482f1b2d4d6e8f5ef6ee12b7e (diff) | |
download | gst-plugins-bad-7474f54942640daf4cd46c1b8fba914995cdc4b1.tar.gz gst-plugins-bad-7474f54942640daf4cd46c1b8fba914995cdc4b1.tar.bz2 gst-plugins-bad-7474f54942640daf4cd46c1b8fba914995cdc4b1.zip |
smallish fixes
Original commit message from CVS:
smallish fixes
-rwxr-xr-x | autogen.sh | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -2,7 +2,7 @@ # Run this to generate all the initial makefiles, etc. DIE=0 -package=gstreamer-plugins +package=gst-plugins srcfile=gst/law/alaw.c # 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 -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 test -z "$*"; then - echo "+ Checking for autogen.sh options" - echo " This autogen script will automatically run ./configure as:" - echo " ./configure $CONFIGURE_DEF_OPT" - echo " To pass any additional options, please specify them on the $0" - echo " command line." + echo "+ checking for autogen.sh options" + echo " This autogen script will automatically run ./configure as:" + echo " ./configure $CONFIGURE_DEF_OPT" + echo " To pass any additional options, please specify them on the $0" + echo " command line." fi toplevel_check $srcfile @@ -75,9 +74,9 @@ if test -f disable; then fi test -n "$NOCONFIGURE" && { - echo "+ skipping configure stage for package $package, as requested." - echo "+ autogen.sh done." - exit 0 + echo "+ skipping configure stage for package $package, as requested." + echo "+ autogen.sh done." + exit 0 } echo "+ running configure ... " |