summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-04-23 19:47:24 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-04-23 19:47:24 +0000
commit346fe6af7b07e7231ca32d8ce9d9816deff063f6 (patch)
treef29e2b40a773a84d2ebab1e51b39a2368d1b6d99 /autogen.sh
parent30802787dc0d80ba18fc6e6bd01e31676fed2589 (diff)
downloadirssi-346fe6af7b07e7231ca32d8ce9d9816deff063f6.zip
more fixes, should finally work everywhere now :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2711 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index a3f94279..5255ff1c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -121,7 +121,8 @@ aclocal $aclocalinclude
# aclocal for some reason doesn't complain about glib2, so we still need
# to check it later again..
-if ! grep "^AC_DEFUN.AM_PATH_GLIB_2_0" aclocal.m4 >/dev/null; then
+if grep "^AC_DEFUN.AM_PATH_GLIB_2_0" aclocal.m4 >/dev/null; then :;
+else
cp glib-2.0.m4_ glib-2.0.m4
aclocal $aclocalinclude
fi