comparison configure.ac @ 18119:59aec2d6ec43

propagate from branch 'im.pidgin.pidgin.2.1.0' (head 86fd5e0d8b80a9da3103e850c97f1e04a2333961) to branch 'im.pidgin.pidgin' (head 999df812d342023b977c17afda10ed0238f1f80d)
author Richard Laager <rlaager@wiktel.com>
date Sat, 16 Jun 2007 19:48:23 +0000
parents 40d51793f2d7
children 2b8460b599ea
comparison
equal deleted inserted replaced
18118:ab6d2763b8d8 18119:59aec2d6ec43
45 # 45 #
46 m4_define([purple_lt_current], [1]) 46 m4_define([purple_lt_current], [1])
47 m4_define([purple_major_version], [2]) 47 m4_define([purple_major_version], [2])
48 m4_define([purple_minor_version], [1]) 48 m4_define([purple_minor_version], [1])
49 m4_define([purple_micro_version], [0]) 49 m4_define([purple_micro_version], [0])
50 m4_define([purple_version_suffix], [devel]) 50 m4_define([purple_version_suffix], [])
51 m4_define([purple_version], 51 m4_define([purple_version],
52 [purple_major_version.purple_minor_version.purple_micro_version]) 52 [purple_major_version.purple_minor_version.purple_micro_version])
53 m4_define([purple_display_version], purple_version[]m4_ifdef([purple_version_suffix],[purple_version_suffix])) 53 m4_define([purple_display_version], purple_version[]m4_ifdef([purple_version_suffix],[purple_version_suffix]))
54 54
55 m4_define([gnt_lt_current], [1]) 55 m4_define([gnt_lt_current], [1])
56 m4_define([gnt_major_version], [2]) 56 m4_define([gnt_major_version], [2])
57 m4_define([gnt_minor_version], [0]) 57 m4_define([gnt_minor_version], [0])
58 m4_define([gnt_micro_version], [0]) 58 m4_define([gnt_micro_version], [0])
59 m4_define([gnt_version_suffix], [devel]) 59 m4_define([gnt_version_suffix], [])
60 m4_define([gnt_version], 60 m4_define([gnt_version],
61 [gnt_major_version.gnt_minor_version.gnt_micro_version]) 61 [gnt_major_version.gnt_minor_version.gnt_micro_version])
62 m4_define([gnt_display_version], gnt_version[]m4_ifdef([gnt_version_suffix],[gnt_version_suffix])) 62 m4_define([gnt_display_version], gnt_version[]m4_ifdef([gnt_version_suffix],[gnt_version_suffix]))
63 63
64 64
140 AM_GLIB_GNU_GETTEXT 140 AM_GLIB_GNU_GETTEXT
141 141
142 dnl If we don't have msgfmt, then po/ is going to fail -- ensure that 142 dnl If we don't have msgfmt, then po/ is going to fail -- ensure that
143 dnl AM_GLIB_GNU_GETTEXT found it. 143 dnl AM_GLIB_GNU_GETTEXT found it.
144 144
145 if test x$MSGFMT = xno -o x$GMSGFMT = x 145 if test x$MSGFMT = xno
146 then 146 then
147 AC_ERROR([ 147 AC_ERROR([
148 148
149 The msgfmt command is required to build libpurple. If it is installed 149 The msgfmt command is required to build libpurple. If it is installed
150 on your system, ensure that it is in your path. If it is not, install 150 on your system, ensure that it is in your path. If it is not, install
2102 pidgin/pixmaps/tray/Makefile 2102 pidgin/pixmaps/tray/Makefile
2103 pidgin/pixmaps/tray/16/Makefile 2103 pidgin/pixmaps/tray/16/Makefile
2104 pidgin/pixmaps/tray/16/scalable/Makefile 2104 pidgin/pixmaps/tray/16/scalable/Makefile
2105 pidgin/pixmaps/tray/22/Makefile 2105 pidgin/pixmaps/tray/22/Makefile
2106 pidgin/pixmaps/tray/22/scalable/Makefile 2106 pidgin/pixmaps/tray/22/scalable/Makefile
2107 pidgin/pixmaps/tray/32/Makefile
2108 pidgin/pixmaps/tray/48/Makefile
2107 pidgin/plugins/Makefile 2109 pidgin/plugins/Makefile
2108 pidgin/plugins/cap/Makefile 2110 pidgin/plugins/cap/Makefile
2109 pidgin/plugins/gestures/Makefile 2111 pidgin/plugins/gestures/Makefile
2110 pidgin/plugins/gevolution/Makefile 2112 pidgin/plugins/gevolution/Makefile
2111 pidgin/plugins/musicmessaging/Makefile 2113 pidgin/plugins/musicmessaging/Makefile