comparison 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
comparison
equal deleted inserted replaced
50:eda2f15ffb70 51:fba28d77901f
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(README) 2 AC_INIT(README)
3 3
4 dnl Setup for automake 4 dnl Setup for automake
5 SDL_VERSION=1.2.0 5 SDL_VERSION=1.2.0
6 AM_INIT_AUTOMAKE(SDL_tests, $SDL_VERSION)
7 6
8 dnl Detect the canonical host and target build environment 7 dnl Detect the canonical host and target build environment
9 AC_CANONICAL_HOST 8 AC_CANONICAL_HOST
10 AC_CANONICAL_TARGET 9 AC_CANONICAL_TARGET
10
11 dnl Setup for automake
12 AM_INIT_AUTOMAKE(SDL_tests, $SDL_VERSION)
11 13
12 dnl Check for tools 14 dnl Check for tools
13 15
14 AC_PROG_CC 16 AC_PROG_CC
15 17