[Xfce4-commits] <xfce4-xkb-plugin:master> Migration to auto-po.

Azamat H. Hackimov noreply at xfce.org
Fri Nov 4 17:00:01 CET 2011


Updating branch refs/heads/master
         to 8f25a9eeeb812f49ed5ab030549f6d3763756c0b (commit)
       from 9a71c2800a73426158a7cbea7a8dccbb20b24bc2 (commit)

commit 8f25a9eeeb812f49ed5ab030549f6d3763756c0b
Author: Azamat H. Hackimov <azamat.hackimov at gmail.com>
Date:   Fri Nov 4 21:51:39 2011 +0600

    Migration to auto-po.

 autogen.sh      |   18 +-----------------
 configure.in.in |    2 +-
 2 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 5a8fa1e..351d7d6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,20 +13,4 @@ EOF
   exit 1
 }
 
-# verify that po/LINGUAS is present
-(test -f po/LINGUAS) >/dev/null 2>&1 || {
-  cat >&2 <<EOF
-autogen.sh: The file po/LINGUAS could not be found. Please check your snapshot
-            or try to checkout again.
-EOF
-  exit 1
-}
-
-# substitute revision and linguas
-linguas=`sed -e '/^#/d' po/LINGUAS`
-revision=`git rev-parse HEAD`
-sed -e "s/@LINGUAS@/${linguas}/g" \
-    -e "s/@REVISION@/${revision}/g" \
-    < "configure.in.in" > "configure.in"
-
-exec xdt-autogen $@
+XDT_AUTOGEN_REQUIRED_VERSION="4.7.3" exec xdt-autogen $@
diff --git a/configure.in.in b/configure.in.in
index 87517b2..0dfebd2 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -13,7 +13,7 @@ dnl ***************************
 m4_define([xkb_version_major], [0])
 m4_define([xkb_version_minor], [5])
 m4_define([xkb_version_micro], [4])
-m4_define([xkb_version_nano], [2])
+m4_define([xkb_version_nano], [3])
 m4_define([xkb_version], [xkb_version_major().xkb_version_minor().xkb_version_micro()ifelse(xkb_version_nano(), [], [], .[xkb_version_nano()])])
 
 dnl ***************************


More information about the Xfce4-commits mailing list