aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/setup4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/setup b/tools/setup
index 63a165af..501ae209 100755
--- a/tools/setup
+++ b/tools/setup
@@ -18,6 +18,8 @@ else
echo Found GNU Make at $MAKE ... good.
fi
+( cd m4 && $MAKE -f Makefile.am Makefile.am.in )
+
# This bit is to fix SF's compile server as libtool not installed by default
extra=""
if test -d $HOME/share/aclocal ; then
@@ -27,7 +29,7 @@ fi
# 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