[libgrss/tchaik/drop-intltool] autogen.sh: Drop unnecessary intltool dependency



commit 97e8ae83bcf7adfe134049d3125aac0a5fa20506
Author: Martin Blanchard <tchaik gmx com>
Date:   Thu Mar 7 00:32:41 2019 +0000

    autogen.sh: Drop unnecessary intltool dependency
    
    https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration

 autogen.sh | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index f493750..fbe1016 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,9 +26,7 @@ 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
 { set +x; } 2>/dev/null
 


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