Kaynağa Gözat

Patch to workaround SFnot having libtool installed

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1334 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon 20 yıl önce
ebeveyn
işleme
5778b1890e
1 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 7 1
      tools/setup

+ 7 - 1
tools/setup

@@ -18,8 +18,14 @@ else
 	echo Found GNU Make at $MAKE ... good.
 fi
 
+# This bit is to fix SF's compile server as libtool not installed by default
+extra=""
+if test -d $HOME/share/aclocal ; then
+	extra="-I $HOME/share/aclocal"
+fi
+
 autopoint --force
-aclocal -I m4
+aclocal -I m4 $extra
 libtoolize --force --copy
 autoheader
 automake --add-missing --force-missing --copy