comparison configure.ac @ 19239:829b00936eef

propagate from branch 'im.pidgin.pidgin' (head ee3cab184ee92cf36b4f36013402605653820416) to branch 'im.pidgin.soc.2007.msimprpl' (head 9bcb047516948fbfd4148f735e07e6ea2d96e164)
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 13 Aug 2007 03:58:49 +0000
parents eeaf5afc8940 afdb0b020d40
children 6d94101c7d22
comparison
equal deleted inserted replaced
18915:bfc52862d864 19239:829b00936eef
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
2087 [compile with debugging support])], , enable_debug=no) 2087 [compile with debugging support])], , enable_debug=no)
2088 2088
2089 if test "x$enable_debug" = "xyes" ; then 2089 if test "x$enable_debug" = "xyes" ; then
2090 AC_DEFINE(DEBUG, 1, [Define if debugging is enabled.]) 2090 AC_DEFINE(DEBUG, 1, [Define if debugging is enabled.])
2091 fi 2091 fi
2092
2093 AM_CONDITIONAL(PURPLE_AVAILABLE, true)
2092 2094
2093 AC_OUTPUT([Makefile 2095 AC_OUTPUT([Makefile
2094 Doxyfile 2096 Doxyfile
2095 doc/Makefile 2097 doc/Makefile
2096 doc/pidgin.1 2098 doc/pidgin.1
2166 pidgin/plugins/gevolution/Makefile 2168 pidgin/plugins/gevolution/Makefile
2167 pidgin/plugins/musicmessaging/Makefile 2169 pidgin/plugins/musicmessaging/Makefile
2168 pidgin/plugins/perl/Makefile 2170 pidgin/plugins/perl/Makefile
2169 pidgin/plugins/perl/common/Makefile.PL 2171 pidgin/plugins/perl/common/Makefile.PL
2170 pidgin/plugins/ticker/Makefile 2172 pidgin/plugins/ticker/Makefile
2171 pidgin/sounds/Makefile
2172 libpurple/example/Makefile 2173 libpurple/example/Makefile
2173 libpurple/gconf/Makefile 2174 libpurple/gconf/Makefile
2174 libpurple/purple.pc 2175 libpurple/purple.pc
2175 libpurple/purple-uninstalled.pc 2176 libpurple/purple-uninstalled.pc
2176 libpurple/plugins/Makefile 2177 libpurple/plugins/Makefile
2200 libpurple/protocols/toc/Makefile 2201 libpurple/protocols/toc/Makefile
2201 libpurple/protocols/yahoo/Makefile 2202 libpurple/protocols/yahoo/Makefile
2202 libpurple/protocols/zephyr/Makefile 2203 libpurple/protocols/zephyr/Makefile
2203 libpurple/tests/Makefile 2204 libpurple/tests/Makefile
2204 libpurple/version.h 2205 libpurple/version.h
2206 share/Makefile
2207 share/sounds/Makefile
2205 finch/Makefile 2208 finch/Makefile
2206 finch/libgnt/Makefile 2209 finch/libgnt/Makefile
2207 finch/libgnt/gnt.pc 2210 finch/libgnt/gnt.pc
2208 finch/libgnt/wms/Makefile 2211 finch/libgnt/wms/Makefile
2209 finch/plugins/Makefile 2212 finch/plugins/Makefile