From 346fe6af7b07e7231ca32d8ce9d9816deff063f6 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 23 Apr 2002 19:47:24 +0000 Subject: [PATCH] more fixes, should finally work everywhere now :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2711 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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