[at-spi2-core] Add intltoolize to autogen.sh (GNOME bug 648014)



commit f02d52b59aa78422479b2636603782360275ef1e
Author: Craig Keogh <cskeogh adam com au>
Date:   Sun Apr 17 21:57:46 2011 +0930

    Add intltoolize to autogen.sh (GNOME bug 648014)

 autogen.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 6e83a51..ae6ec89 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,5 +3,7 @@
 # run gtkdocize
 gtkdocize || exit 1
 
+intltoolize --force --copy --automake || exit 1
+
 # gnome-autogen.sh runs configure, so do likewise.
 autoreconf -vif && ./configure "$@"



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