Mercurial > sdl-ios-xcode
diff test/configure.in @ 51:fba28d77901f
Disabled /dev/event joystick interface by default
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sun, 10 Jun 2001 04:54:53 +0000 |
parents | 74212992fb08 |
children | 0e5d6dd77bda |
line wrap: on
line diff
--- a/test/configure.in Thu Jun 07 15:04:04 2001 +0000 +++ b/test/configure.in Sun Jun 10 04:54:53 2001 +0000 @@ -3,12 +3,14 @@ dnl Setup for automake SDL_VERSION=1.2.0 -AM_INIT_AUTOMAKE(SDL_tests, $SDL_VERSION) dnl Detect the canonical host and target build environment AC_CANONICAL_HOST AC_CANONICAL_TARGET +dnl Setup for automake +AM_INIT_AUTOMAKE(SDL_tests, $SDL_VERSION) + dnl Check for tools AC_PROG_CC