Cube  Check-in [2089155e01]

Overview
Comment:Remove unnecessary AC_SUBST
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2089155e019b84900a069f8c67ec1e7011337746c9cfc8b4049fe7a042a17b8f
User & Date: js on 2024-07-20 14:40:43
Other Links: manifest | tags
Context
2024-07-20
14:47
Add ignore-glob check-in: 2282b4147a user: js tags: trunk
14:40
Remove unnecessary AC_SUBST check-in: 2089155e01 user: js tags: trunk
14:32
Add buildsys check-in: e5461ff852 user: js tags: trunk
Changes

Modified configure.ac from [7254fda50d] to [05470e5b2e].

21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
21
22
23
24
25
26
27



28
29
30
31
32
33
34







-
-
-







AC_PATH_TOOL(RANLIB, ranlib)

PKG_CHECK_MODULES(SDL, [
	sdl12_compat >= 1.2
	SDL_image >= 1.2
	SDL_mixer >= 1.2
])
AC_SUBST(SDL_CFLAGS)
AC_SUBST(SDL_LIBS)

PKG_CHECK_MODULES(GL, gl)
PKG_CHECK_MODULES(GLU, glu)
PKG_CHECK_MODULES(ZLIB, zlib)

case "$host_os" in
mingw32*)
	;;