comparison configure.ac @ 18523:c936beeda029

delete unused files * tempnam.c, tempname.c: Delete. * liboctave/system/module.mk: Delete reference to both files. * configure.ac: Don't check for tmpnam function.
author Lasse Schuirmann <lasse@schuirmann.net>
date Tue, 25 Feb 2014 16:58:42 +0100
parents bc31d9359cf9
children f958e8cd6348
comparison
equal deleted inserted replaced
18522:bae00174787c 18523:c936beeda029
2177 AC_CHECK_FUNCS([isascii kill]) 2177 AC_CHECK_FUNCS([isascii kill])
2178 AC_CHECK_FUNCS([lgamma lgammaf lgamma_r lgammaf_r]) 2178 AC_CHECK_FUNCS([lgamma lgammaf lgamma_r lgammaf_r])
2179 AC_CHECK_FUNCS([log1p log1pf pipe]) 2179 AC_CHECK_FUNCS([log1p log1pf pipe])
2180 AC_CHECK_FUNCS([realpath resolvepath roundl]) 2180 AC_CHECK_FUNCS([realpath resolvepath roundl])
2181 AC_CHECK_FUNCS([select setgrent setpwent siglongjmp strsignal]) 2181 AC_CHECK_FUNCS([select setgrent setpwent siglongjmp strsignal])
2182 AC_CHECK_FUNCS([tcgetattr tcsetattr tempnam tgammaf toascii]) 2182 AC_CHECK_FUNCS([tcgetattr tcsetattr tgammaf toascii])
2183 AC_CHECK_FUNCS([umask waitpid]) 2183 AC_CHECK_FUNCS([umask waitpid])
2184 AC_CHECK_FUNCS([_kbhit]) 2184 AC_CHECK_FUNCS([_kbhit])
2185 2185
2186 dnl There are no workarounds in the code for missing these functions. 2186 dnl There are no workarounds in the code for missing these functions.
2187 AC_CHECK_FUNCS([modf pow sqrt sqrtf], [], 2187 AC_CHECK_FUNCS([modf pow sqrt sqrtf], [],