build: Don't use AM_MAINTAINER_MODE
authorDamien Lespiau <damien.lespiau@intel.com>
Sat, 19 Jan 2013 11:54:05 +0000 (11:54 +0000)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Mar 2013 15:54:35 +0000 (15:54 +0000)
This does not bring us anything these days, not using the macro at all
is the same thing as having it always on.

See this discussion:
https://www.redhat.com/archives/virt-tools-list/2010-October/msg00049.html

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
autogen.sh
configure.ac

index 904cd67..354f254 100755 (executable)
@@ -9,4 +9,4 @@ cd $srcdir
 autoreconf -v --install || exit 1
 cd $ORIGDIR || exit $?
 
-$srcdir/configure --enable-maintainer-mode "$@"
+$srcdir/configure "$@"
index 832da27..38ed3e6 100644 (file)
@@ -36,7 +36,6 @@ AC_GNU_SOURCE
 
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_PATH_PYTHON([3],, [:])
-AM_MAINTAINER_MODE
 
 AC_PROG_CC
 AM_PROG_LEX