| version 1.62, 2002/03/26 13:52:57 |
version 1.63, 2002/03/26 14:37:46 |
| |
| | |
| | |
| dnl ==================================================================== | dnl ==================================================================== |
| dnl OpenAL | |
| | |
| AM_PATH_OPENAL($enable_sound) | |
| | |
| | |
| dnl ==================================================================== | |
| dnl Python | dnl Python |
| | |
| AM_PATH_PYTHON(1.5,$enable_ai) | AM_PATH_PYTHON(1.5,$enable_ai) |
| |
| | |
| AM_PATH_XF86VIDMODE | AM_PATH_XF86VIDMODE |
| | |
| | |
| | dnl ==================================================================== |
| | dnl OpenAL |
| | |
| | AM_PATH_OPENAL($enable_sound) |
| | |
| | |
| | dnl ==================================================================== |
| dnl Arrange for the include directory to be in the search path even when | dnl Arrange for the include directory to be in the search path even when |
| dnl build is done outside the source tree | dnl build is done outside the source tree |
| CFLAGS="$CFLAGS -I\${top_srcdir}/include" | CFLAGS="$CFLAGS -I\${top_srcdir}/include" |
| CXXFLAGS="$CXXFLAGS -I\${top_srcdir}/include" | CXXFLAGS="$CXXFLAGS -I\${top_srcdir}/include" |
| | |
| | |
| dnl ==================================================================== | dnl ==================================================================== |
| dnl Checks for library functions. | dnl Checks for library functions. |