From: Andreas Oberritter Date: Tue, 25 Mar 2008 16:16:17 +0000 (+0000) Subject: Don't use AM_MAINTAINER_MODE, to ensure that all build files get updated when necessa... X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=16b8767973112631cb5e9d145df5f58c9902b2ec Don't use AM_MAINTAINER_MODE, to ensure that all build files get updated when necessary. This is equal to always specifying --enable-maintainer-mode. AM_MAINTAINER_MODE should not be used if the generated build files aren't included in the source distribution (which is cvs in our case). See gnu.org/software/libtool/manual/automake/maintainer_002dmode.html --- diff --git a/acinclude.m4 b/acinclude.m4 index 0afc653..3bb5b10 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,5 +1,4 @@ AC_DEFUN([TUXBOX_APPS],[ -AM_MAINTAINER_MODE INSTALL="$INSTALL -p"