[gnome-commander] Uncomments commands (glib-gettextize, intltoolize, autorecon) from commit cecd415
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Uncomments commands (glib-gettextize, intltoolize, autorecon) from commit cecd415
- Date: Sun, 19 Feb 2017 09:38:18 +0000 (UTC)
commit 432714c920bb92d8f1b2f7c7298bacc4c779d1df
Author: Uwe Scholz <uwescholz src gnome org>
Date: Tue Feb 7 21:12:41 2017 +0100
Uncomments commands (glib-gettextize, intltoolize, autorecon) from commit cecd415
autogen.sh | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 354a501..8e87ac1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,11 +22,10 @@ if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
echo "" >&2
fi
-aclocal --install || exit 1
-#glib-gettextize --force --copy || exit 1
-#gtkdocize --copy || exit 1
-#intltoolize --force --copy --automake || exit 1
-#autoreconf --verbose --force --install || exit 1
+aclocal --install -I m4/ || exit 1
+glib-gettextize --force --copy || exit 1
+intltoolize --force --copy --automake || exit 1
+autoreconf --verbose --force --install || exit 1
cd "$olddir"
if [ "$NOCONFIGURE" = "" ]; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]