summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-06-18 14:41:34 -0400
committerPeter Hutterer <peter.hutterer@who-t.net>2011-06-20 10:08:11 +1000
commita426665bb3cb777a9107bfe6b84ea7d78bcf74aa (patch)
treead2ab640e215b119602ca4c38b89fa277153101a
parent43b22327c6de3f3410ea77988b23332db86d8d41 (diff)
Remove redundant definition of the VERSION Automake variable
This variable is defined by Automake: In config.status: S["VERSION"]="1.5.3" In config.h: Reverts commit \58c513b0b9f6 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 915d55f..3b3e907 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,8 +27,6 @@ AM_CONDITIONAL(HAVE_XI2, [ test "$HAVE_XI2" = "yes" ])
AC_SUBST(HAVE_XI2)
-AC_SUBST(VERSION)
-
AC_OUTPUT([Makefile
src/Makefile
man/Makefile])