[glom/glom-1-8] Increased version.



commit aeb5eb23916262bfef39414bbb253486e0ec819f
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jun 29 16:52:05 2009 +0200

    Increased version.

 ChangeLog         |    2 ++
 NEWS              |    7 +++++++
 config.h.in       |    4 ++++
 configure.in      |    2 +-
 po/Makefile.in.in |    4 ++--
 5 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 458cae9..56aee7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.8.10:
+
 2009-06-29  Murray Cumming  <murrayc murrayc com>
 
 	Export: Offer File overwrite confirmation.
diff --git a/NEWS b/NEWS
index 28b4f7e..a076a27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.8.10:
+
+* Export: Offer File overwrite confirmation.
+  (Murray Cumming)
+	Ubuntu Launchpad bug https://bugs.launchpad.net/ubuntu/+source/glom/+bug/393229
+	(elmergato)
+	
 1.8.9:
 
 * Fix crash in initial dialog, experienced on some systems. 
diff --git a/config.h.in b/config.h.in
index 78dc8e5..698cdbe 100644
--- a/config.h.in
+++ b/config.h.in
@@ -70,6 +70,10 @@
 /* ISO codes prefix */
 #undef ISO_CODES_PREFIX
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#undef LT_OBJDIR
+
 /* Name of package */
 #undef PACKAGE
 
diff --git a/configure.in b/configure.in
index 67de7bb..d758105 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT(glom/main.cc)
 AM_CONFIG_HEADER(config.h)
 
 # Package name and version number:
-AM_INIT_AUTOMAKE(glom, 1.8.9)
+AM_INIT_AUTOMAKE(glom, 1.8.10)
 
 AM_MAINTAINER_MODE
 
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 57ef267..c7e8302 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -21,7 +21,7 @@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
@@ -56,7 +56,7 @@ ALL_LINGUAS = @ALL_LINGUAS@
 
 PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
 
-USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep ^$$lang$$`"; then printf "$$lang "; fi; done; fi)
+USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
 
 USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
 



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