aboutsummaryrefslogtreecommitdiff
path: root/tools/setup
diff options
context:
space:
mode:
Diffstat (limited to 'tools/setup')
-rwxr-xr-xtools/setup5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/setup b/tools/setup
index 17eed516..63a165af 100755
--- a/tools/setup
+++ b/tools/setup
@@ -24,9 +24,10 @@ if test -d $HOME/share/aclocal ; then
extra="-I $HOME/share/aclocal"
fi
-autopoint --force
+# I think gettext no longer necessary, as all necessary files imported from coreutils
+#autopoint --force
aclocal -I m4 $extra
-libtoolize --force --copy
+#libtoolize --force --copy
autoheader
automake --add-missing --force-missing --copy
autoconf