[VDPAU] [PATCH 3/4] configure.ac: remove AM_MAINTAINER_MODE

Emil Velikov emil.l.velikov at gmail.com
Wed Mar 18 16:50:30 PDT 2015


Using this macro can lead to various security issues, as pointed out in
the automake manual. Follow the example set by most X components and
remove it from the build.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 autogen.sh   | 2 +-
 configure.ac | 1 -
 2 files changed, 1 insertion(+), 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 d659c33..b95bdb8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,6 @@ AC_PREREQ(2.60)
 
 AC_INIT(libvdpau, 1.1, [vdpau at lists.freedesktop.org], libvdpau)
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
-AM_MAINTAINER_MODE
 
 AC_CONFIG_HEADERS(config.h)
 
-- 
2.3.1



More information about the VDPAU mailing list