[latexila] build: update autogen.sh



commit 478c837e650cff470f0cdf9434154c8c6a1bde18
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Aug 30 15:48:37 2015 +0200

    build: update autogen.sh
    
    If intltoolize is called, glib-gettextize doesn't need to be called.
    The autogen.sh sample has been updated on the wiki to not set -x.
    
    https://wiki.gnome.org/Projects/GnomeCommon/Migration

 autogen.sh |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index b277d73..87ed317 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,9 +21,7 @@ if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
        echo "" >&2
 fi
 
-set -x
 aclocal --install || exit 1
-glib-gettextize --force --copy || exit 1
 gtkdocize --copy || exit 1
 intltoolize --force --copy --automake || exit 1
 autoreconf --verbose --force --install -Wno-portability || exit 1
@@ -38,5 +36,3 @@ if [ "$NOCONFIGURE" = "" ]; then
 else
        echo "Skipping configure process."
 fi
-
-{ set +x; } 2>/dev/null


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