diff options
author | Timo Sirainen <cras@irssi.org> | 2002-04-23 19:47:24 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-04-23 19:47:24 +0000 |
commit | 346fe6af7b07e7231ca32d8ce9d9816deff063f6 (patch) | |
tree | f29e2b40a773a84d2ebab1e51b39a2368d1b6d99 | |
parent | 30802787dc0d80ba18fc6e6bd01e31676fed2589 (diff) | |
download | irssi-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
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |