comparison mcabber/configure.ac @ 1762:e7ce50fe19a9

Introduce mcabber/api.h Bump API revision to 2
author Myhailo Danylenko <isbear@ukrpost.net>
date Sat, 13 Mar 2010 18:17:10 +0200
parents 7ee390513463
children a2642e56e0de
comparison
equal deleted inserted replaced
1761:61f0482d3993 1762:e7ce50fe19a9
257 AM_CONDITIONAL([OTR], [test x$libotr_found = xyes]) 257 AM_CONDITIONAL([OTR], [test x$libotr_found = xyes])
258 AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules = xyes]) 258 AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules = xyes])
259 259
260 # Prepare some config.h variables 260 # Prepare some config.h variables
261 AC_DEFINE([MCABBER_BRANCH], "dev", [Mcabber branch]) 261 AC_DEFINE([MCABBER_BRANCH], "dev", [Mcabber branch])
262 AC_DEFINE([MCABBER_API_VERSION], 1, [Mcabber API version])
263 AC_DEFINE([MCABBER_API_MIN], 1, [Minimum supported mcabber API version])
264 AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string]) 262 AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string])
265 263
266 # We need _GNU_SOURCE for strptime() and strcasestr() 264 # We need _GNU_SOURCE for strptime() and strcasestr()
267 CFLAGS="$CFLAGS -D_GNU_SOURCE" 265 CFLAGS="$CFLAGS -D_GNU_SOURCE"
268 266