]> Dogcows Code - chaz/yoink/blobdiff - configure.ac
added lua's license
[chaz/yoink] / configure.ac
index 3fdbe849e4c7ad882092620a39b62e59b510afad..d78c666b3d0182dc1bec5102bea2710fe9252505 100644 (file)
@@ -265,17 +265,14 @@ else
                                        echo "***** Missing libGLU ($website) *****"])
 fi
 
-##### openal, alut #####
+##### openal #####
 website="http://connect.creativelabs.com/openal/"
-AC_CHECK_HEADERS([AL/al.h AL/alut.h],,
+AC_CHECK_HEADERS([AL/al.h AL/alc.h],,
                                 [missing=yes
                                  echo "***** Missing OpenAL headers ($website) *****"])
-AC_SEARCH_LIBS([alEnable], [openal openal32],,
+AC_SEARCH_LIBS([alEnable], [openal OpenAL32],,
                           [missing=yes
                                echo "***** Missing libopenal ($website) *****"])
-AC_SEARCH_LIBS([alutInit], [alut],,
-                          [missing=yes
-                               echo "***** Missing libalut ($website) *****"])
 
 ##### SDL_image #####
 website="http://www.libsdl.org/projects/SDL_image/"
@@ -356,18 +353,11 @@ AC_SUBST([DATA_FILES])
 # Create the build files.
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-if test x$WIN32 = xyes
-then
-       make_win32="win32/Makefile win32/build-installer.sh"
-else
-       make_doc="doc/Makefile doc/yoink.6"
-fi
-
 AC_CONFIG_FILES([Makefile
                                 data/Makefile
                                 src/Makefile
-                                $make_doc
-                                $make_win32])
+                                doc/Makefile doc/yoink.6
+                                win32/Makefile win32/build-installer.sh])
 
 AC_CONFIG_HEADERS([src/config.h])
 
This page took 0.021634 seconds and 4 git commands to generate.