[folks] build: Remove unused variables from configure.ac



commit f4861853833ae9f34f4238cf79ae59c2f3633c49
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Thu Nov 7 13:37:32 2013 +0000

    build: Remove unused variables from configure.ac
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711544

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 786c366..558a49a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,6 @@ m4_define([folks_maybe_datestamp],
                 [], [m4_esyscmd([date +.%Y%m%d | tr -d '\n\r'])]))
 
 m4_define([folks_version], folks_full_version[]folks_maybe_datestamp)
-m4_define([folks_major_minor_version], folks_major_version.folks_minor_version)
 m4_define([folks_module_version], folks_lt_current)
 
 AC_INIT([folks],[folks_version],
@@ -64,8 +63,6 @@ AC_SUBST([LT_CURRENT])
 AC_SUBST([LT_REVISION])
 AC_SUBST([LT_AGE])
 
-FOLKS_MAJOR_MINOR_VERSION=folks_major_minor_version
-AC_SUBST([FOLKS_MAJOR_MINOR_VERSION])
 
 API_VERSION_MAJOR=0
 AC_SUBST([API_VERSION_MAJOR])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]