[Intel-gfx] [PATCH gen4asm 1/3] build: Don't use automake's maintainer mode

Damien Lespiau damien.lespiau at intel.com
Thu Jan 10 23:23:31 CET 2013


This is pretty much deprecated and automake includes a better equivalent
when maintainer's mode is not used.

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 autogen.sh   |    2 +-
 configure.ac |    2 --
 2 files changed, 1 insertions(+), 3 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 0b4427c..a195505 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,6 @@ AC_INIT([intel-gen4asm],
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
 
-AM_MAINTAINER_MODE
-
 # Checks for programs.
 AC_PROG_CC
 AM_PROG_LEX
-- 
1.7.7.5




More information about the Intel-gfx mailing list