Skip to content

Commit c85ecf1

Browse files
whotjigpu
authored andcommitted
Drop AM_MAINTAINER_MODE
We want xf86-input-wacom to react to changes in Makefile.am's Long writeup: http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1 parent 72508eb commit c85ecf1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cd $srcdir
99
autoreconf -v --install || exit 1
1010
cd $ORIGDIR || exit $?
1111

12-
$srcdir/configure --enable-maintainer-mode "$@"
12+
$srcdir/configure "$@"

configure.ac

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ AC_CONFIG_HEADERS([config.h])
3232

3333
# Initialize Automake
3434
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
35-
AM_MAINTAINER_MODE
3635
AC_USE_SYSTEM_EXTENSIONS
3736

3837
# Initialize libtool

0 commit comments

Comments
 (0)