- added a line to autogen.sh for the busy application developers
authorBastien Nocera <hadess@hadess.net>
Tue, 22 May 2001 12:56:45 +0000 (12:56 +0000)
committerBastien Nocera <hadess@hadess.net>
Tue, 22 May 2001 12:56:45 +0000 (12:56 +0000)
Original commit message from CVS:
- added a line to autogen.sh for the busy application developers

autogen.sh

index 5507330..5926f6e 100755 (executable)
@@ -74,6 +74,9 @@ fi
 # now remove the cache, because it can be considered dangerous in this case
 rm -f config.cache
 
+# For busy application developers (Hadess)
+# ./configure --enable-maintainer-mode --enable-debug --enable-debug-verbose --disable-docs-build "$@"
+
 ./configure --enable-maintainer-mode --enable-plugin-srcdir --enable-debug --enable-debug-verbose "$@"
 
 echo