- added a line for busy application developers, it's shorter this time
authorBastien Nocera <hadess@hadess.net>
Fri, 25 May 2001 21:13:05 +0000 (21:13 +0000)
committerBastien Nocera <hadess@hadess.net>
Fri, 25 May 2001 21:13:05 +0000 (21:13 +0000)
Original commit message from CVS:
- added a line for busy application developers, it's shorter this time

autogen.sh

index 1a0a240..c231590 100755 (executable)
@@ -82,6 +82,9 @@ automake --add-missing
 # now remove the cache, because it can be considered dangerous in this case
 rm -f config.cache
 
+# The new configure options for busy application developers (Hadess)
+#./configure --enable-maintainer-mode --enable-debug --enable-debug-verbose 
+
 ./configure --enable-maintainer-mode --enable-plugin-srcdir --enable-debug --enable-debug-verbose "$@"
 
 echo