[longomatch] configure.ac: disable maintainer mode in autogen.sh



commit 2dc594a4f74735b853d1d69775615c191e236dac
Author: Adrian Bunk <bunk stusta de>
Date:   Fri Nov 8 13:03:55 2013 +0200

    configure.ac: disable maintainer mode in autogen.sh
    
    It is very annoying when you edit configure.ac or a Makefile.am,
    and running "make" does not automatically regenerate all affected
    generated files.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711673

 autogen.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 07f82a3..9031389 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,7 +19,6 @@ ORIGDIR=`pwd`
 cd $srcdir
 TEST_TYPE=-f
 aclocalinclude="-I build/m4/shamrock -I build/m4/shave $ACLOCAL_FLAGS"
-conf_flags="--enable-maintainer-mode"
 
 #test $TEST_TYPE $FILE || {
 #        echo "You must run this script in the top-level $PROJECT directory"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]