a slight hack to create autoregen.sh
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 28 Apr 2002 15:33:50 +0000 (15:33 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 28 Apr 2002 15:33:50 +0000 (15:33 +0000)
Original commit message from CVS:
a slight hack to create autoregen.sh

gst-autogen.sh

index 0fd885d..378876f 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 ()