[gnome-chess] Improve autogen.sh a bit more
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Improve autogen.sh a bit more
- Date: Sun, 28 Jun 2015 16:06:45 +0000 (UTC)
commit 503ef090a5d53b9caf8abd26efe0db796e047493
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Jun 28 11:03:03 2015 -0500
Improve autogen.sh a bit more
autogen.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index d151301..5659849 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,12 +25,12 @@ set -x
aclocal --install || exit 1
intltoolize --force --copy --automake || exit 1
autoreconf --verbose --force --install -Wno-portability || exit 1
-set +x
+{ set +x; } 2>/dev/null
if [ "$NOCONFIGURE" = "" ]; then
set -x
$srcdir/configure "$@" || exit 1
- set +x
+ { set +x; } 2>/dev/null
if [ "$1" = "--help" ]; then exit 0 else
echo "Now type \`make\' to compile $PKG_NAME" || exit 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]