Mercurial > sdl-ios-xcode
comparison test/configure.in @ 670:b8679559e432
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 08 Aug 2003 18:00:39 +0000 |
parents | eadc0746dfaf |
children | dec19b813b04 |
comparison
equal
deleted
inserted
replaced
669:37bb90b3d976 | 670:b8679559e432 |
---|---|
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.3 | 5 SDL_VERSION=1.2.6 |
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 |