Commit e4681ab2 authored by Emil Velikov's avatar Emil Velikov Committed by Aaron Plattner
Browse files

configure.ac: remove AM_MAINTAINER_MODE



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: default avatarEmil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: default avatarAaron Plattner <aplattner@nvidia.com>
Signed-off-by: default avatarAaron Plattner <aplattner@nvidia.com>
parent 19b9af8d
......@@ -9,4 +9,4 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure "$@"
......@@ -2,7 +2,6 @@ AC_PREREQ(2.60)
AC_INIT(libvdpau, 1.1, [vdpau@lists.freedesktop.org], libvdpau)
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE
AC_CONFIG_HEADERS(config.h)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment