configure.in - Top level directory
Makefile.am - One in each subdirectory
- Simulator/Include/config.in - input file for building config.h
+ Include/config.in - input file for building config.h
If you need to modify any of these files, you will need to build and
install the following packages:
fi
for ac_func in ftime gettimeofday mktime strstr rand random \
- setitimer getitimer signal GetLocalTime
+ setitimer getitimer signal GetLocalTime rint
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:3856: checking for $ac_func" >&5
AC_TYPE_SIGNAL
AC_FUNC_VPRINTF
AC_CHECK_FUNCS( ftime gettimeofday mktime strstr rand random \
- setitimer getitimer signal GetLocalTime )
+ setitimer getitimer signal GetLocalTime rint )
if test "x$ac_cv_lib_glut_glutGetModifiers" = "xno"; then
echo