comparison configure.ac @ 19186:eef82b050c21

merge of 'bbeac90ad01d5059327da9e2504716614a191cab' and 'f30bfc6fc7aee19d096dd838aad5a784a7371d6c'
author Kevin Stange <kevin@simguy.net>
date Sat, 11 Aug 2007 21:08:27 +0000
parents afdb0b020d40
children 058bfbc4befe 829b00936eef c5f2e9b7b9ab
comparison
equal deleted inserted replaced
18842:e20619418edf 19186:eef82b050c21
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], [1])
58 m4_define([gnt_micro_version], [0]) 58 m4_define([gnt_micro_version], [0])
59 m4_define([gnt_version_suffix], []) 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
64 64
2083 [compile with debugging support])], , enable_debug=no) 2083 [compile with debugging support])], , enable_debug=no)
2084 2084
2085 if test "x$enable_debug" = "xyes" ; then 2085 if test "x$enable_debug" = "xyes" ; then
2086 AC_DEFINE(DEBUG, 1, [Define if debugging is enabled.]) 2086 AC_DEFINE(DEBUG, 1, [Define if debugging is enabled.])
2087 fi 2087 fi
2088
2089 AM_CONDITIONAL(PURPLE_AVAILABLE, true)
2088 2090
2089 AC_OUTPUT([Makefile 2091 AC_OUTPUT([Makefile
2090 Doxyfile 2092 Doxyfile
2091 doc/Makefile 2093 doc/Makefile
2092 doc/pidgin.1 2094 doc/pidgin.1
2162 pidgin/plugins/gevolution/Makefile 2164 pidgin/plugins/gevolution/Makefile
2163 pidgin/plugins/musicmessaging/Makefile 2165 pidgin/plugins/musicmessaging/Makefile
2164 pidgin/plugins/perl/Makefile 2166 pidgin/plugins/perl/Makefile
2165 pidgin/plugins/perl/common/Makefile.PL 2167 pidgin/plugins/perl/common/Makefile.PL
2166 pidgin/plugins/ticker/Makefile 2168 pidgin/plugins/ticker/Makefile
2167 pidgin/sounds/Makefile
2168 libpurple/example/Makefile 2169 libpurple/example/Makefile
2169 libpurple/gconf/Makefile 2170 libpurple/gconf/Makefile
2170 libpurple/purple.pc 2171 libpurple/purple.pc
2171 libpurple/purple-uninstalled.pc 2172 libpurple/purple-uninstalled.pc
2172 libpurple/plugins/Makefile 2173 libpurple/plugins/Makefile
2195 libpurple/protocols/toc/Makefile 2196 libpurple/protocols/toc/Makefile
2196 libpurple/protocols/yahoo/Makefile 2197 libpurple/protocols/yahoo/Makefile
2197 libpurple/protocols/zephyr/Makefile 2198 libpurple/protocols/zephyr/Makefile
2198 libpurple/tests/Makefile 2199 libpurple/tests/Makefile
2199 libpurple/version.h 2200 libpurple/version.h
2201 share/Makefile
2202 share/sounds/Makefile
2200 finch/Makefile 2203 finch/Makefile
2201 finch/libgnt/Makefile 2204 finch/libgnt/Makefile
2202 finch/libgnt/gnt.pc 2205 finch/libgnt/gnt.pc
2203 finch/libgnt/wms/Makefile 2206 finch/libgnt/wms/Makefile
2204 finch/plugins/Makefile 2207 finch/plugins/Makefile