# HG changeset patch # User Mark Doliner # Date 1174803416 0 # Node ID bc25193e1cb3c36e99d5317e5f4a4806c54c45d7 # Parent 6e8082e47b069ec3a2537ab7521d8dfb530d4146 Minor 'make dist' fix and check for installed versions of pidgin, not gaim diff -r 6e8082e47b06 -r bc25193e1cb3 configure.ac --- a/configure.ac Sun Mar 25 06:01:18 2007 +0000 +++ b/configure.ac Sun Mar 25 06:16:56 2007 +0000 @@ -883,7 +883,7 @@ fi AC_SUBST(CFLAGS) -AC_PATH_PROG(gaimpath, gaim) +AC_PATH_PROG(pidginpath, pidgin) dnl ####################################################################### dnl # Check for D-Bus libraries @@ -2031,8 +2031,8 @@ echo Assertions are fatal.......... : $enable_fatal_asserts echo eval eval echo Pidgin will be installed in $bindir. -if test "x$gaimpath" != "x" ; then - echo Warning: You have an old copy of gaim at $gaimpath. +if test "x$pidginpath" != "x" ; then + echo Warning: You have an old copy of Pidgin at $pidginpath. fi echo echo configure complete, now type \'make\' diff -r 6e8082e47b06 -r bc25193e1cb3 doc/Makefile.am --- a/doc/Makefile.am Sun Mar 25 06:01:18 2007 +0000 +++ b/doc/Makefile.am Sun Mar 25 06:16:56 2007 +0000 @@ -12,7 +12,7 @@ conversation-signals.dox \ core-signals.dox \ dbus-server-signals.dox \ - gaims_funniest_home_convos.txt \ + funniest_home_convos.txt \ finch.1.in \ gtkaccount-signals.dox \ gtkblist-signals.dox \