aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2014-09-06 02:44:21 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2014-09-06 02:44:21 +0000
commit00c0fae78c45e2a5044243c9da7152426fb5a1e4 (patch)
tree93fdb8f65968f1c6db9944b659a18fc116f87e99 /configure.ac
parent2b70773fe8fe300621863f9f89546b738e6b5906 (diff)
downloadlcd4linux-00c0fae78c45e2a5044243c9da7152426fb5a1e4.tar.gz
updated to automake 1.14.1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1201 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--configure.ac (renamed from configure.in)2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.ac
index 477c5ae..3806892 100644
--- a/configure.in
+++ b/configure.ac
@@ -30,7 +30,7 @@
AC_PREREQ(2.59)
AC_INIT([LCD4Linux],[0.11.0-SVN],[lcd4linux-users@lists.sourceforge.net])
AC_CONFIG_SRCDIR([lcd4linux.c])
-AM_INIT_AUTOMAKE([lcd4linux],0.11.0-SVN)
+AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
# Checks for programs.