added -d flag for autogen.sh debugging, tell me if this is a bad idea ;)

Original commit message from CVS:
added -d flag for autogen.sh debugging, tell me if this is a bad idea ;)
This commit is contained in:
Thomas Vander Stichele 2001-12-10 12:11:07 +00:00
parent 78c212e181
commit ec879bbd38

View file

@ -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