[Xfce4-commits] <xfce4-notifyd:master> require xfce4-dev-tools 4.7.0

Brian J. Tarricone noreply at xfce.org
Fri Sep 18 22:38:01 CEST 2009


Updating branch refs/heads/master
         to caad017fc9891b64668feec5bc94412045b79801 (commit)
       from 193245eee71db0ca76de4b83a82fd0f19fbccb61 (commit)

commit caad017fc9891b64668feec5bc94412045b79801
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Fri Sep 18 13:36:40 2009 -0700

    require xfce4-dev-tools 4.7.0

 autogen.sh |   29 +----------------------------
 1 files changed, 1 insertions(+), 28 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 6370811..3713a80 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,33 +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)
-
-headsha=$(git rev-parse HEAD)
-minisha=$(echo $headsha | cut -c1-8)
-headdate=$(git show --pretty=format:%ci $headsha | head -n 1 | awk '{ gsub("-", "", $1); print $1; }')
-revision="${headdate}-${minisha}"
-[ "$revision" != "-" ] || revision="UNKNOWN"
-
-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