[Intel-gfx] [PATCH 03/90] build: Don't use AM_MAINTAINER_MODE

Damien Lespiau damien.lespiau at intel.com
Mon Feb 4 16:26:58 CET 2013


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 at intel.com>
---
 autogen.sh   |    2 +-
 configure.ac |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 904cd67..354f254 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,4 +9,4 @@ cd $srcdir
 autoreconf -v --install || exit 1
 cd $ORIGDIR || exit $?
 
-$srcdir/configure --enable-maintainer-mode "$@"
+$srcdir/configure "$@"
diff --git a/configure.ac b/configure.ac
index 70a4651..fb3450b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
-- 
1.7.7.5




More information about the Intel-gfx mailing list