Mercurial > pidgin
diff m4/gnome.m4 @ 3411:5df423e0bca8
[gaim-migrate @ 3430]
This hopefully adds automake 1.6 support to gaim. I have not tested it,
though it came from a guy who uses 1.6, so I'd hope it works.
It doesn't break 1.4.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 18 Aug 2002 19:32:05 +0000 |
parents | 68b230f8da5f |
children |
line wrap: on
line diff
--- a/m4/gnome.m4 Sun Aug 18 18:28:48 2002 +0000 +++ b/m4/gnome.m4 Sun Aug 18 19:32:05 2002 +0000 @@ -43,6 +43,8 @@ fi fi, want_gnome=yes) + + GNOME_GNORBA_HOOK([],$2) if test "x$want_gnome" = xyes; then @@ -53,7 +55,6 @@ AC_MSG_CHECKING(if $GNOME_CONFIG works) if $GNOME_CONFIG --libs-only-l gnome >/dev/null 2>&1; then AC_MSG_RESULT(yes) - GNOME_GNORBA_HOOK([],$2) GNOME_LIBS="`$GNOME_CONFIG --libs-only-l gnome`" GNOMEUI_LIBS="`$GNOME_CONFIG --libs-only-l gnomeui`" GNOMEGNORBA_LIBS="`$GNOME_CONFIG --libs-only-l gnorba gnomeui`" @@ -98,7 +99,7 @@ if test -n "$3"; then n="$3" for i in $n; do - AC_MSG_CHECKING(extra library $i) + AC_MSG_CHECKING(extra library \"$i\") case $i in applets) AC_SUBST(GNOME_APPLETS_LIBS)