]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[configure] Make maintainer mode default to on but not explicit in autogen
authorCharlie Brej <cbrej@cs.man.ac.uk>
Mon, 30 Nov 2009 22:17:14 +0000 (22:17 +0000)
committerCharlie Brej <cbrej@cs.man.ac.uk>
Mon, 30 Nov 2009 22:17:14 +0000 (22:17 +0000)
Maintainer mode is assumed on when executing configure, and thus is not needed
within autogen.

autogen.sh
configure.ac

index df7694448ceaa6156bb76a1d37515ac0bd72dba5..00143b7727b1b486a3c7f4c309826f10f0fe4b80 100755 (executable)
@@ -2,4 +2,4 @@
 
 (cd $(dirname $0);
  autoreconf --install --symlink &&
- ./configure --enable-maintainer-mode $@)
+ ./configure $@)
index e257b9d0d150c84ecf0300f80c8a362cf2d0b0ab..e6294b9bc5a40475cdda08bcb765cdeac5afedc1 100644 (file)
@@ -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