summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/setup8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/setup b/tools/setup
index be625ab..17eed51 100755
--- a/tools/setup
+++ b/tools/setup
@@ -18,8 +18,14 @@ else
18 echo Found GNU Make at $MAKE ... good. 18 echo Found GNU Make at $MAKE ... good.
19fi 19fi
20 20
21# This bit is to fix SF's compile server as libtool not installed by default
22extra=""
23if test -d $HOME/share/aclocal ; then
24 extra="-I $HOME/share/aclocal"
25fi
26
21autopoint --force 27autopoint --force
22aclocal -I m4 28aclocal -I m4 $extra
23libtoolize --force --copy 29libtoolize --force --copy
24autoheader 30autoheader
25automake --add-missing --force-missing --copy 31automake --add-missing --force-missing --copy