X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=configure.in;h=f5f18b983a62085209593d60f1e41b2b60229807;hb=98120c2f74691bfe11b47883f27c431d4b9b1de8;hp=7c919f42b52b54323a3772401c86610541fb26e0;hpb=38ff22ec1490994fa63f4d38a6b9e90b55909511;p=pkg%2Fabook.git diff --git a/configure.in b/configure.in index 7c919f4..f5f18b9 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl abook configure.in AC_INIT(abook.c) -AM_INIT_AUTOMAKE(abook, 0.5.5pre1) +AM_INIT_AUTOMAKE(abook, 0.5.5) AM_CONFIG_HEADER(config.h) dnl --------------- @@ -30,6 +30,8 @@ fi AC_DEFINE_UNQUOTED(LOCALEDIR, "$abook_localedir", [locale directory]) AC_SUBST(localedir) +AM_CONDITIONAL(USE_INCLUDED_INTL_H, test x$USE_INCLUDED_LIBINTL = xyes) + dnl ---------------------- dnl end of gettext support dnl ----------------------