]> git.pld-linux.org Git - packages/asc.git/commitdiff
- some configure.in fixes
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 12 Oct 2001 19:55:59 +0000 (19:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asc-autoconf.patch -> 1.1

asc-autoconf.patch [new file with mode: 0644]

diff --git a/asc-autoconf.patch b/asc-autoconf.patch
new file mode 100644 (file)
index 0000000..1b00c01
--- /dev/null
@@ -0,0 +1,35 @@
+diff -durN asc-1.9.4.orig/configure.in asc-1.9.4/configure.in
+--- asc-1.9.4.orig/configure.in        Thu Oct 11 12:28:56 2001
++++ asc-1.9.4/configure.in     Fri Oct 12 20:42:49 2001
+@@ -56,7 +56,7 @@
+ AC_TYPE_SIZE_T
+ dnl Checks for libraries.
+-AC_CHECK_LIB( pthread, pthread_create, [ ] )
++AC_CHECK_LIB( pthread, pthread_create, )
+ 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 ) )
+ AC_CHECK_LIB( SDL_mixer, Mix_PlayChannelTimed,, AC_MSG_ERROR( ASC requires the SDL_mixer library. You can get it at www.libsdl.org ) )
+ AC_LANG_SAVE
+@@ -69,7 +69,7 @@
+ AC_ARG_ENABLE( libbz2-static, [  --enable-libbz2-static  compiles a static \
+ libbz2 into the binary of asc.], [lib_bz2_static=$enableval], \
+ [lib_bz2_usecache=yes] )
+-AC_CHECK_LIB( bz2, BZ2_bzReadOpen, [ ], [checklib_bz2_static=yes] )
++AC_CHECK_LIB( bz2, BZ2_bzReadOpen, , [checklib_bz2_static=yes] )
+ AC_CACHE_CHECK( [for static libbz2 flag state], [ac_cv_lib_bz2_static],
+ [ ac_cv_lib_bz2_static=$lib_bz2_static ] )
+ dnl ac_cv_lib_bz2_static holds cached flag state, checklib_bz2... holds check
+@@ -150,10 +150,11 @@
+ dnl what gehts packed into main.con (the data container file)
+ AC_SUBST([MAINCONDATA])
+-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 )
++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 \
+ doc/manpages/Makefile \
+ source/Makefile source/docs/Makefile source/clparser/Makefile \
+ source/docs/en/Makefile source/sdl/Makefile source/libs/triangul/Makefile \
+ source/libs/Makefile source/ai/Makefile source/unix/Makefile \
+-source/unix/mapeditor/Makefile source/tools/Makefile source/tools/linux/Makefile)
++source/unix/mapeditor/Makefile source/tools/Makefile source/tools/linux/Makefile \
++data/Makefile data/moredata/Makefile doc/Makefile )
This page took 0.09713 seconds and 4 git commands to generate.