From f0d5f2d2a5d8539126c447c41e5bd5fc0c94d443 Mon Sep 17 00:00:00 2001 From: Bernie Purcell Date: Tue, 25 Sep 2007 01:00:21 +0000 Subject: [PATCH] Reverse temporary change --- bootstrap | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bootstrap b/bootstrap index 92df52c9e7..6e38094623 100755 --- a/bootstrap +++ b/bootstrap @@ -121,16 +121,6 @@ if expr `gettextize --version |cut -d' ' -f2- | sed -e '1s/[^0-9]*//' -e q` \ # We have gettext, and a recent version! Everything is cool. autopoint=autopoint GETTEXT=yes - set +x - echo "autopoint program we will use:" - which ${autopoint} - echo "autopoint --version" - autopoint --version - echo "Directory listing of extras/contrib/bin" - ls -la extras/contrib/bin - echo "extras/contrib/bin/autopoint --version" - extras/contrib/bin/autopoint --version - set -x else # User's gettext is too old. try to continue anyway. autopoint=: -- 2.39.2