version 1.62, 2002/03/26 13:52:57 |
version 1.64, 2002/04/15 09:44:41 |
| |
| |
LIBTOOL_VERSION=$MAJOR_VERSION:$MINOR_VERSION:$PICO_VERSION | LIBTOOL_VERSION=$MAJOR_VERSION:$MINOR_VERSION:$PICO_VERSION |
| |
| AC_CANONICAL_HOST |
AC_SUBST(VERSION) | AC_SUBST(VERSION) |
AC_SUBST(LIBTOOL_VERSION) | AC_SUBST(LIBTOOL_VERSION) |
| |
| |
| |
| |
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. |