[Xfce4-commits] <xfconf:master> require xdt-autogen 4.7.0

Brian J. Tarricone noreply at xfce.org
Sat Sep 19 23:34:02 CEST 2009


Updating branch refs/heads/master
         to e623c119542028d5e4cb34087e772cc4ecf9f15e (commit)
       from 7934bbe4827857971510442e1094b8252e4a98e1 (commit)

commit e623c119542028d5e4cb34087e772cc4ecf9f15e
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Fri Sep 18 17:50:27 2009 -0700

    require xdt-autogen 4.7.0

 autogen.sh |   32 +-------------------------------
 1 files changed, 1 insertions(+), 31 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 170897e..942a602 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,36 +18,6 @@ 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
-}
-
-echo 'dnl *** This file is automatically generated from configure.ac.in ***' \
-	>configure.ac
-echo 'dnl *** DO NOT EDIT! ***' >>configure.ac
-echo >>configure.ac
-
-# substitute revision and linguas
-linguas=$(sed -e '/^#/d' po/LINGUAS)
-if [ -d .git/svn ]; then
-    revision=$(git svn find-rev trunk 2>/dev/null ||
-               git svn find-rev origin/trunk 2>/dev/null ||
-               git svn find-rev HEAD 2>/dev/null ||
-               git svn find-rev master 2>/dev/null)
-elif [ -d .svn ]; then
-    revision=$(LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}')
-else
-    revision=UNKNOWN
-fi
-sed -e "s/@LINGUAS@/${linguas}/g" \
-    -e "s/@REVISION@/${revision}/g" \
-    < "configure.ac.in" >> "configure.ac"
-
-xdt-autogen $@
+XDT_AUTOGEN_REQUIRED_VERSION=4.7.0 xdt-autogen $@
 
 # vi:set ts=2 sw=2 et ai:



More information about the Xfce4-commits mailing list