From: Gaetan Nadon Date: Sat, 18 Jun 2011 18:41:34 +0000 (-0400) Subject: Remove redundant definition of the VERSION Automake variable X-Git-Url: https://diplodocus.org/git/xorg-xinput/commitdiff_plain/a426665bb3cb777a9107bfe6b84ea7d78bcf74aa?ds=sidebyside;hp=--cc 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 Reviewed-by: Alan Coopersmith Signed-off-by: Peter Hutterer --- a426665bb3cb777a9107bfe6b84ea7d78bcf74aa 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])