diff options
Diffstat (limited to 'tools/setup')
-rwxr-xr-x | tools/setup | 4 |
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 |