See Ron's comments discussion on:
http://old.nabble.com/-PATCH-libwacom--Drop-AM_MAINTAINER_MODE-td34561358.html

Summary:
In this workflow all generated files are committed to git to have a known
working set. On checkout, git does not restore the original timestamps,
so with maintainer-mode enabled, automake will regenerate the files - which
is to be avoided since we already have the known working set.

AM_MAINTAINER_MODE([enable]) gives us the same behaviour as now, but will
allow Ron to disable the regeneration of the files.

Requested-by: Ron <r...@debian.org>
Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 822f4be..e1f7d97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@ AC_CONFIG_HEADERS([config.h])
 
 # Initialize Automake
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
+AM_MAINTAINER_MODE([enable])
 AC_USE_SYSTEM_EXTENSIONS
 
 # Initialize libtool
-- 
1.7.11.7


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to