Revision 6bdb4b08d8cf550a680167ec1a1206c66120f273
markdoliner at pidgin.im
markdoliner at pidgin.im
Sun Mar 25 02:24:21 EDT 2007
o -----------------------------------------------------------------
| Revision: 6bdb4b08d8cf550a680167ec1a1206c66120f273
| Ancestor: 654e0c9a62db3e6d27ccfa9f1da5f13dd942dd86
| Author: markdoliner at pidgin.im
| Date: 2007-03-25T06:16:56
| Branch: im.pidgin.pidgin
|
| Modified files:
| configure.ac doc/Makefile.am
|
| ChangeLog:
|
| Minor 'make dist' fix and check for installed versions of pidgin, not gaim
|
| ============================================================
| --- configure.ac 34f4945b51b230e5f96bfca99bc4776d05579c9e
| +++ configure.ac 1463e8d613851099a99bcae7e9c86800bfbacc3b
| @@ -883,7 +883,7 @@ AC_SUBST(CFLAGS)
| 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 @@ eval eval echo Pidgin will be installed
| 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\'
| ============================================================
| --- doc/Makefile.am b151c4d580c9f420282df172b6cf22ed7e71bb9f
| +++ doc/Makefile.am df7060cd50de7ba56c1c031cb220e5b7e4f0e68d
| @@ -12,7 +12,7 @@ EXTRA_DIST = \
| 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 \
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 6bdb4b08d8cf550a680167ec1a1206c66120f273
More information about the Commits
mailing list