Mercurial > sdl-ios-xcode
view test/Makefile.am @ 750:ce48d14ca5bf
Date: Mon, 24 Nov 2003 20:11:31 +0000
From: John Drinkwater <john@nextraweb.com>
Subject: SDL configure.in patch
On my cygwin compile environment, I get a script error with configure.
$ ./configure --enable-debug=no -q;
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
./configure: line 28135: : command not found
*snip the rest*
The supplied patch fixes the problem, just a minor oversight of some [ ] & t\
est.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 24 Nov 2003 21:57:13 +0000 |
parents | e70f80e98f60 |
children | 7b255f0290da |
line wrap: on
line source
AUTOMAKE_OPTIONS = no-dependencies noinst_PROGRAMS = \ testver testtypes testcpuinfo testhread testlock testerror testsem testtimer \ loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \ testsprite testbitmap testalpha testgamma testpalette testwm \ threadwin testoverlay testoverlay2 testgl testjoystick testalpha_SOURCES = testalpha.c testalpha_LDADD = @MATHLIB@ testgamma_SOURCES = testgamma.c testgamma_LDADD = @MATHLIB@ testpalette_SOURCES = testpalette.c testpalette_LDADD = @MATHLIB@ testgl_SOURCES = testgl.c testgl_LDADD = @GL_LIBS@ @MATHLIB@