Commit f0d5f2d2 authored by Bernie Purcell's avatar Bernie Purcell

Reverse temporary change

parent 61ee0923
......@@ -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=:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment