Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: Enable maintainer mode by default
  • Loading branch information
juergbi committed Sep 9, 2011
1 parent cc186ce commit 33e1a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -25,5 +25,5 @@ autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?

if test -z "$NOCONFIGURE"; then
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure "$@"
fi
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -4,7 +4,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 dist-bzip2])
AM_MAINTAINER_MODE
AM_MAINTAINER_MODE([enable])

PACKAGE_SUFFIX=-0.14
AC_SUBST(PACKAGE_SUFFIX)
Expand Down

0 comments on commit 33e1a28

Please sign in to comment.