summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-07-03 15:45:12 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-07-24 12:12:01 +1000
commite79f2b211830dec2bae35595c6dfd1d06f75d903 (patch)
treef759baf335f4466b0f080951254abefa8d401685 /configure.ac
parente5eb27494cd237e60645db4d7be5b4acf41cb5e0 (diff)
Drop maintainer mode - enable by default
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 211f1c5..070b861 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,6 @@ AC_CONFIG_AUX_DIR([config-aux])
10 10
11# Initialize Automake 11# Initialize Automake
12AM_INIT_AUTOMAKE([foreign dist-bzip2]) 12AM_INIT_AUTOMAKE([foreign dist-bzip2])
13AM_MAINTAINER_MODE
14 13
15LIB_VERSION=1:0:0 14LIB_VERSION=1:0:0
16AC_SUBST([LIB_VERSION]) 15AC_SUBST([LIB_VERSION])