comparison configure.ac @ 386:f1f9920cc7b1

Add AM_GNU_GETTEXT macros AM_ICONV relies on config.rpath and autopoint/gettextize will only copy these in when the AM_GNU_GETTEXT macros are present. This is needed for the next commit that deletes config.rpath since it is cruft that should be copied in by autotools not embedded. Run autopoint to copy in config.rpath and leave it to automake to copy into the tarball.
author Paul Wise <pabs3@bonedaddy.net>
date Sat, 21 Dec 2019 21:25:44 +0800
parents 0917d53d78b3
children 292ad0f71fd4
comparison
equal deleted inserted replaced
385:0917d53d78b3 386:f1f9920cc7b1
199 AC_FUNC_REALLOC 199 AC_FUNC_REALLOC
200 fi 200 fi
201 AC_FUNC_STRFTIME 201 AC_FUNC_STRFTIME
202 AC_FUNC_VPRINTF 202 AC_FUNC_VPRINTF
203 AC_CHECK_FUNCS([chdir getcwd memchr memmove memset regcomp strcasecmp strncasecmp strchr strdup strerror strpbrk strrchr strstr strtol get_current_dir_name]) 203 AC_CHECK_FUNCS([chdir getcwd memchr memmove memset regcomp strcasecmp strncasecmp strchr strdup strerror strpbrk strrchr strstr strtol get_current_dir_name])
204 AM_GNU_GETTEXT
205 AM_GNU_GETTEXT_VERSION([0.19.1])
204 AM_ICONV 206 AM_ICONV
205 if test "$am_cv_func_iconv" != "yes"; then 207 if test "$am_cv_func_iconv" != "yes"; then
206 AC_MSG_ERROR([libpst requires iconv which is missing]) 208 AC_MSG_ERROR([libpst requires iconv which is missing])
207 fi 209 fi
208 210