comparison configure.ac @ 19114:6de2e9ba0930

merge of '2970edca111b3535ae0703e3c866ad1c3b87df94' and 'a2b508e8680ac3f20965226a5dd83f7e2a3b15bb'
author Eric Polino <aluink@pidgin.im>
date Sun, 24 Jun 2007 02:56:09 +0000
parents 2b8460b599ea
children dc98087bd97c 4c26b23e7859
comparison
equal deleted inserted replaced
19102:7f26e5b98b15 19114:6de2e9ba0930
50 m4_define([purple_version_suffix], [devel]) 50 m4_define([purple_version_suffix], [devel])
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], [0]) 55 m4_define([gnt_lt_current], [1])
56 m4_define([gnt_major_version], [1]) 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], [1]) 58 m4_define([gnt_micro_version], [0])
59 m4_define([gnt_version_suffix], [devel]) 59 m4_define([gnt_version_suffix], [devel])
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
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