We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72508eb commit c85ecf1Copy full SHA for c85ecf1
autogen.sh
@@ -9,4 +9,4 @@ cd $srcdir
9
autoreconf -v --install || exit 1
10
cd $ORIGDIR || exit $?
11
12
-$srcdir/configure --enable-maintainer-mode "$@"
+$srcdir/configure "$@"
configure.ac
@@ -32,7 +32,6 @@ AC_CONFIG_HEADERS([config.h])
32
33
# Initialize Automake
34
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
35
-AM_MAINTAINER_MODE
36
AC_USE_SYSTEM_EXTENSIONS
37
38
# Initialize libtool
0 commit comments