mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
yet another fix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2707 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
50647aadd9
commit
8969b6cc47
@ -109,7 +109,7 @@ echo "Running aclocal $aclocalinclude ..."
|
|||||||
|
|
||||||
# see if we don't have glib.m4 or glib-2.0.m4 there yet
|
# see if we don't have glib.m4 or glib-2.0.m4 there yet
|
||||||
error=`aclocal $aclocalinclude 2>&1`
|
error=`aclocal $aclocalinclude 2>&1`
|
||||||
if test "x`echo $error|grep AM_PATH_GLIB[^_]`" != "x"; then
|
if test "x`echo $error|grep 'AM_PATH_GLIB[^_]'`" != "x"; then
|
||||||
cp glib.m4_ glib.m4
|
cp glib.m4_ glib.m4
|
||||||
error=`aclocal $aclocalinclude 2>&1`
|
error=`aclocal $aclocalinclude 2>&1`
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user