comparison test/configure.in @ 214:0e5d6dd77bda

Added platform independent OpenGL header - SDL_opengl.h
author Sam Lantinga <slouken@libsdl.org>
date Thu, 25 Oct 2001 05:37:32 +0000
parents fba28d77901f
children eadc0746dfaf
comparison
equal deleted inserted replaced
213:c79890792bfb 214:0e5d6dd77bda
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.3
6 6
7 dnl Detect the canonical host and target build environment 7 dnl Detect the canonical host and target build environment
8 AC_CANONICAL_HOST 8 AC_CANONICAL_HOST
9 AC_CANONICAL_TARGET 9 AC_CANONICAL_TARGET
10 10