summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-11-21 16:12:48 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-11-26 08:57:21 +1000
commit4ba50c66d65d11232e169d3202ea4a34e06362de (patch)
tree078c808165c843dd8be056b3a93b21e407261ac7 /configure.ac
parent0c417e33d5b45ce9206448fb45de9338c25c1f5d (diff)
Bring back AM_MAINTAINER_MODE, default to enabled
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 <ron@debian.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Ping Cheng <pinglinux@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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