Backport from 0.8 branch and added new .defs file from GStreamer 0.9
authorEdward Hervey <bilboed@bilboed.com>
Fri, 17 Jun 2005 10:59:47 +0000 (10:59 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 17 Jun 2005 10:59:47 +0000 (10:59 +0000)
Original commit message from CVS:
Backport from 0.8 branch and added new .defs file from GStreamer 0.9

gst-autogen.sh

index e2df60f..97b2c20 100644 (file)
@@ -1,3 +1,8 @@
+# a silly hack that generates autoregen.sh but it's handy
+echo "#!/bin/sh" > autoregen.sh
+echo "./autogen.sh $@ \$@" >> autoregen.sh
+chmod +x autoregen.sh
+
 # helper functions for autogen.sh
 
 debug ()
@@ -195,11 +200,6 @@ autogen_options ()
     return 0
   fi
 
-  # a silly hack that generates autoregen.sh but it's handy
-  echo "#!/bin/sh" > autoregen.sh
-  echo "./autogen.sh $@ \$@" >> autoregen.sh
-  chmod +x autoregen.sh
-
   while test "x$1" != "x" ; do
     optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
     case "$1" in