]> git.pld-linux.org Git - packages/asc.git/blame - asc-autoconf.patch
- Version: 1.9.4.3
[packages/asc.git] / asc-autoconf.patch
CommitLineData
73a18462
JK
1diff -durN asc-1.9.4.orig/configure.in asc-1.9.4/configure.in
2--- asc-1.9.4.orig/configure.in Thu Oct 11 12:28:56 2001
3+++ asc-1.9.4/configure.in Fri Oct 12 20:42:49 2001
4@@ -56,7 +56,7 @@
5 AC_TYPE_SIZE_T
6
7 dnl Checks for libraries.
8-AC_CHECK_LIB( pthread, pthread_create, [ ] )
9+AC_CHECK_LIB( pthread, pthread_create, )
10 AC_CHECK_LIB( SDL_image, IMG_LoadJPG_RW,, AC_MSG_ERROR( ASC requires the SDL_image library. You can get it at www.libsdl.org ) )
11 AC_CHECK_LIB( SDL_mixer, Mix_PlayChannelTimed,, AC_MSG_ERROR( ASC requires the SDL_mixer library. You can get it at www.libsdl.org ) )
12 AC_LANG_SAVE
13@@ -69,7 +69,7 @@
14 AC_ARG_ENABLE( libbz2-static, [ --enable-libbz2-static compiles a static \
15 libbz2 into the binary of asc.], [lib_bz2_static=$enableval], \
16 [lib_bz2_usecache=yes] )
17-AC_CHECK_LIB( bz2, BZ2_bzReadOpen, [ ], [checklib_bz2_static=yes] )
18+AC_CHECK_LIB( bz2, BZ2_bzReadOpen, , [checklib_bz2_static=yes] )
19 AC_CACHE_CHECK( [for static libbz2 flag state], [ac_cv_lib_bz2_static],
20 [ ac_cv_lib_bz2_static=$lib_bz2_static ] )
21 dnl ac_cv_lib_bz2_static holds cached flag state, checklib_bz2... holds check
22@@ -150,10 +150,11 @@
23 dnl what gehts packed into main.con (the data container file)
24 AC_SUBST([MAINCONDATA])
25
26-AC_OUTPUT(Makefile source/Makefile source/docs/Makefile source/docs/en/Makefile source/sdl/Makefile source/libs/triangul/Makefile source/libs/Makefile source/ai/Makefile source/unix/Makefile )
27+AC_OUTPUT(Makefile source/Makefile source/docs/Makefile source/docs/en/Makefile source/sdl/Makefile source/libs/triangul/Makefile source/libs/Makefile source/ai/Makefile source/unix/Makefile \
28 doc/manpages/Makefile \
29 source/Makefile source/docs/Makefile source/clparser/Makefile \
30 source/docs/en/Makefile source/sdl/Makefile source/libs/triangul/Makefile \
31 source/libs/Makefile source/ai/Makefile source/unix/Makefile \
32-source/unix/mapeditor/Makefile source/tools/Makefile source/tools/linux/Makefile)
33+source/unix/mapeditor/Makefile source/tools/Makefile source/tools/linux/Makefile \
34+data/Makefile data/moredata/Makefile doc/Makefile )
35
This page took 0.062848 seconds and 4 git commands to generate.