]> diplodocus.org Git - xorg-xinput/commitdiff
Remove redundant definition of the VERSION Automake variable
authorGaetan Nadon <memsize@videotron.ca>
Sat, 18 Jun 2011 18:41:34 +0000 (14:41 -0400)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 20 Jun 2011 00:08:11 +0000 (10:08 +1000)
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>
configure.ac

index 915d55f7955d063bbd7bbc3fcf07ae8359ded0b4..3b3e907bd134e61ac984112c302bda091e98a84f 100644 (file)
@@ -27,8 +27,6 @@ AM_CONDITIONAL(HAVE_XI2, [ test "$HAVE_XI2" = "yes" ])
 
 AC_SUBST(HAVE_XI2)
 
 
 AC_SUBST(HAVE_XI2)
 
-AC_SUBST(VERSION)
-
 AC_OUTPUT([Makefile
            src/Makefile
            man/Makefile])
 AC_OUTPUT([Makefile
            src/Makefile
            man/Makefile])