mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
build: Don't use AM_MAINTAINER_MODE
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>
This commit is contained in:
parent
e5d07538b2
commit
9d3707a78f
@ -9,4 +9,4 @@ cd $srcdir
|
|||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
cd $ORIGDIR || exit $?
|
cd $ORIGDIR || exit $?
|
||||||
|
|
||||||
$srcdir/configure --enable-maintainer-mode "$@"
|
$srcdir/configure "$@"
|
||||||
|
@ -36,7 +36,6 @@ AC_GNU_SOURCE
|
|||||||
|
|
||||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||||
AM_PATH_PYTHON([3],, [:])
|
AM_PATH_PYTHON([3],, [:])
|
||||||
AM_MAINTAINER_MODE
|
|
||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AM_PROG_LEX
|
AM_PROG_LEX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user