From: Charlie Brej Date: Mon, 30 Nov 2009 22:17:14 +0000 (+0000) Subject: [configure] Make maintainer mode default to on but not explicit in autogen X-Git-Tag: 0.8.0~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=020bec1ac84dfed12e7b842203d1530824cd9e38;p=thirdparty%2Fplymouth.git [configure] Make maintainer mode default to on but not explicit in autogen Maintainer mode is assumed on when executing configure, and thus is not needed within autogen. --- diff --git a/autogen.sh b/autogen.sh index df769444..00143b77 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,4 +2,4 @@ (cd $(dirname $0); autoreconf --install --symlink && - ./configure --enable-maintainer-mode $@) + ./configure $@) diff --git a/configure.ac b/configure.ac index e257b9d0..e6294b9b 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_C_CONST AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -AM_MAINTAINER_MODE +AM_MAINTAINER_MODE([enable]) PKG_PROG_PKG_CONFIG AM_PROG_LIBTOOL