[gnome-continuous] configure: fix references to the older name



commit c4cda8e307410078eb08add5ebe1f23fe43efda8
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Wed Feb 5 18:10:37 2014 +0100

    configure: fix references to the older name
    
    We're called gnome-continuous now, update the package name and
    wiki link. Also, remove unused configure substitutions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723699

 configure.ac |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a29ac58..de1c19e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,19 +1,9 @@
 AC_PREREQ([2.63])
-AC_INIT([gnome-ostree], [2012.4], [walters verbum org], [gnome-ostree], 
[https://live.gnome.org/OSTree/GnomeOSTree])
+AC_INIT([gnome-continuous], [2012.4], [walters verbum org], [gnome-continuous], 
[https://wiki.gnome.org/Projects/GnomeContinuous])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 
-OS_NAME="GNOME-OSTree"
-OS_ID=$PACKAGE_TARNAME
-OS_VERSION=3.6
-OS_PRETTY_NAME="$OS_NAME ($OS_VERSION, OE-Core edison, $PACKAGE_VERSION)"
-
-AC_SUBST([OS_NAME])
-AC_SUBST([OS_ID])
-AC_SUBST([OS_VERSION])
-AC_SUBST([OS_PRETTY_NAME])
-
 AM_INIT_AUTOMAKE([1.11 -Wno-portability foreign no-define tar-ustar no-dist-gzip dist-xz])
 AM_MAINTAINER_MODE([enable])
 AM_SILENT_RULES([yes])
@@ -53,5 +43,5 @@ Makefile
 AC_OUTPUT
 
 echo "
-    GNOME-OSTree $VERSION
+    GNOME-Continuous $VERSION
 "


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