added -d flag for autogen.sh debugging, tell me if this is a bad idea ;)
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Dec 2001 12:11:07 +0000 (12:11 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Dec 2001 12:11:07 +0000 (12:11 +0000)
Original commit message from CVS:
added -d flag for autogen.sh debugging, tell me if this is a bad idea ;)

autogen.sh

index 6368162..d3fa2cc 100755 (executable)
@@ -5,6 +5,7 @@ DIE=0
 package=GStreamer
 srcfile=gst/gstobject.h
 #DEBUG=defined
+if test "x$1" = "x-d"; then echo "DEBUG output wanted."; DEBUG=defined; fi
 
 debug ()
 # print out a debug message if DEBUG is a defined variable