diff options
author | Timo Sirainen <cras@irssi.org> | 2002-04-23 08:50:24 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-04-23 08:50:24 +0000 |
commit | 8969b6cc478392ffba6eb4a3786c8f6dc02f5f57 (patch) | |
tree | 3c28e26607327e500c9ccfb4440fca818219d8be /autogen.sh | |
parent | 50647aadd9fb18fa47f955d9b8d1c5105ad79d1b (diff) | |
download | irssi-8969b6cc478392ffba6eb4a3786c8f6dc02f5f57.zip |
yet another fix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2707 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ echo "Running aclocal $aclocalinclude ..." # see if we don't have glib.m4 or glib-2.0.m4 there yet 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 error=`aclocal $aclocalinclude 2>&1` fi |