The unix build script should now be able to detect SDL on Darwin (bug #358)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1387 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-06-16 23:22:19 +00:00
parent 8aa026c23b
commit a8ef5a61c8
4 changed files with 58 additions and 12 deletions
+7 -1
View File
@@ -124,6 +124,9 @@ Information about programs used should be supplied in the following form:
A command to be executed which should return 0 if the program is present
on the system, or 1 otherwise. If not supplied, 'type' is
used to check for the program in the path.
This command may include a shell command that modifies any of the
variables PROG_${PROGRAM}_FILE, PROG_${PROGRAM}_ACTION, or
PROG_${PROGRAM}_VERSION.
- PROG_${PROGRAM}_VERSION (optional)
A string that evaluates to the version of the executable that is
present, if it is present.
@@ -150,10 +153,13 @@ Information about libraries used should be supplied in the following form:
on the system, or 1 otherwise. If not supplied, an attempt is
made to compile and link an empty C program with the flags as in
LIB_${LIB}_CFLAGS and LIB_${LIB}_LDFLAGS.
This command may include a shell command that modifies any of the
variables PROG_${LIB}_FILE, PROG_${LIB}_ACTION, or
PROG_${LIB}_VERSION.
- LIB_${LIB}_VERSION (optional)
A string that evaluates to the version of the library that is
present, if it is present.
- LIB_${PROGRAM}_PRESENT (set by the configuration program)
- LIB_${LIB}_PRESENT (set by the configuration program)
0 if the library has been verified to be present
1 if the library has been verified to be not present
<empty> if the library hasn't been verified to be present