[glade3] * configure.ac: Fixed package name to be 'glade' and not 'glade3', this was screwing up the inst



commit 7608035b9a6b312b6f7de084427ac9ddea18f09e
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Thu Dec 30 20:17:25 2010 +0900

    	* configure.ac: Fixed package name to be 'glade' and not 'glade3', this was
    	  screwing up the installation directory and loading catalogs/modues for GTK+ 2.x.
    	  (i.e. from ${prefix}/share/glade3/catalogs instead of ${prefix}/share/glade/catalogs
    	  which is the new path).

 ChangeLog    |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 58da7a8..fb6bff0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
 	the runtime, modified the backend appropriately to create a GladeFixed for widgets that were
 	using the "fixed" property.
 
+	* configure.ac: Fixed package name to be 'glade' and not 'glade3', this was
+	  screwing up the installation directory and loading catalogs/modues for GTK+ 2.x.
+	  (i.e. from ${prefix}/share/glade3/catalogs instead of ${prefix}/share/glade/catalogs
+	  which is the new path).
+
 2010-12-29  Javier Jardón <jjardon gnome org>
 
 	* configure.ac: Use upstream gettext
diff --git a/configure.ac b/configure.ac
index 90034a4..defe83c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_ver
 
 AC_INIT([glade], [glade_version],
 	[http://bugzilla.gnome.org/enter_bug.cgi?product=glade3],
-	[glade3],
+	[glade],
 	[http://glade.gnome.org/])
 
 AC_CONFIG_HEADERS([config.h])



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