From 4573c965e7b36a06b99466b33c84ab3b6598bc33 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 25 May 2001 21:13:05 +0000 Subject: [PATCH] - added a line for busy application developers, it's shorter this time Original commit message from CVS: - added a line for busy application developers, it's shorter this time --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autogen.sh b/autogen.sh index 1a0a240ddb..c2315905ce 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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