comparison configure.ac @ 10257:cd550069240e

assume vsnprintf from gnulib; use sstream instead of snprintf
author John W. Eaton <jwe@octave.org>
date Wed, 03 Feb 2010 06:34:29 -0500
parents c84186ad78f3
children 65b41bc71f09
comparison
equal deleted inserted replaced
10256:c84186ad78f3 10257:cd550069240e
1494 getppid getpwent getpwuid getuid getwd _kbhit kill \ 1494 getppid getpwent getpwuid getuid getwd _kbhit kill \
1495 lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \ 1495 lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \
1496 mkstemp pipe putenv \ 1496 mkstemp pipe putenv \
1497 realpath resolvepath rindex roundl select setgrent setlocale \ 1497 realpath resolvepath rindex roundl select setgrent setlocale \
1498 setpwent setvbuf siglongjmp \ 1498 setpwent setvbuf siglongjmp \
1499 snprintf strsignal tempnam tgammaf trunc umask \ 1499 strsignal tempnam tgammaf trunc umask \
1500 uname utime vfprintf vsprintf vsnprintf waitpid \ 1500 uname utime waitpid \
1501 _chmod _snprintf x_utime _utime32) 1501 _chmod x_utime _utime32)
1502 1502
1503 AC_LANG_PUSH(C++) 1503 AC_LANG_PUSH(C++)
1504 AC_CHECK_DECLS([exp2, round, tgamma], [], [], [[#include <cmath>]]) 1504 AC_CHECK_DECLS([exp2, round, tgamma], [], [], [[#include <cmath>]])
1505 AC_CHECK_FUNCS([exp2 round tgamma]) 1505 AC_CHECK_FUNCS([exp2 round tgamma])
1506 AH_VERBATIM([Z_FUNCS_AND_DECLS], [ 1506 AH_VERBATIM([Z_FUNCS_AND_DECLS], [
1542 LIBS="$save_LIBS" 1542 LIBS="$save_LIBS"
1543 ]) 1543 ])
1544 ;; 1544 ;;
1545 esac 1545 esac
1546 1546
1547 OCTAVE_HAVE_C99_VSNPRINTF
1548 OCTAVE_SMART_PUTENV 1547 OCTAVE_SMART_PUTENV
1549 1548
1550 case "$canonical_host_type" in 1549 case "$canonical_host_type" in
1551 *-*-msdosmsvc | *-*-mingw*) 1550 *-*-msdosmsvc | *-*-mingw*)
1552 AC_MSG_CHECKING([for required _WIN32_WINNT]) 1551 AC_MSG_CHECKING([for required _WIN32_WINNT])