comparison configure.in @ 325:cb67b335afcc

patches from debian
author Carl Byington <carl@five-ten-sg.com>
date Fri, 18 Jan 2013 08:05:08 -0800
parents 2474d01043cd
children 1e39dc490627
comparison
equal deleted inserted replaced
324:6b1399ab2d46 325:cb67b335afcc
187 AC_FUNC_MKTIME 187 AC_FUNC_MKTIME
188 AC_FUNC_REALLOC 188 AC_FUNC_REALLOC
189 fi 189 fi
190 AC_FUNC_STRFTIME 190 AC_FUNC_STRFTIME
191 AC_FUNC_VPRINTF 191 AC_FUNC_VPRINTF
192 AC_CHECK_FUNCS([chdir getcwd memchr memmove memset regcomp strcasecmp strncasecmp strchr strdup strerror strpbrk strrchr strstr strtol]) 192 AC_CHECK_FUNCS([chdir getcwd memchr memmove memset regcomp strcasecmp strncasecmp strchr strdup strerror strpbrk strrchr strstr strtol get_current_dir_name])
193 AM_ICONV 193 AM_ICONV
194 if test "$am_cv_func_iconv" != "yes"; then 194 if test "$am_cv_func_iconv" != "yes"; then
195 AC_MSG_ERROR([libpst requires iconv which is missing]) 195 AC_MSG_ERROR([libpst requires iconv which is missing])
196 fi 196 fi
197 197
363 AC_SUBST(GSF_FLAGS, [$gsf_flags]) 363 AC_SUBST(GSF_FLAGS, [$gsf_flags])
364 AC_SUBST(GSF_LIBS, [$gsf_libs]) 364 AC_SUBST(GSF_LIBS, [$gsf_libs])
365 365
366 AC_OUTPUT( \ 366 AC_OUTPUT( \
367 Makefile \ 367 Makefile \
368 debian/Makefile \
369 html/Makefile \ 368 html/Makefile \
370 libpst.pc \ 369 libpst.pc \
371 libpst.spec \ 370 libpst.spec \
372 man/Makefile \ 371 man/Makefile \
373 src/Makefile \ 372 src/Makefile \