Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9391 in orxonox.OLD for trunk/acinclude.m4


Ignore:
Timestamp:
Jul 23, 2006, 2:41:44 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: compiles perfectly on windows from here
had to: switch from AC_PREFQ(2.59 → 2.56)
reinvent the lua-lib-stuff, as including liblua in liblualib is mandatory in f windows
remove some unportable line in the md3_animation
@patrick: please can you have a look at md3-animation, the part i have commented out is most possibly the whole readin process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/acinclude.m4

    r8844 r9391  
    282282     [LUA_LIBS="${LUA_LIBS} -l${LAST_FOUND_LIB}"  AX_CHECK_REQUIRED_HEADER_LIB([lualib.h], [lualib lualib50], [luaopen_base],
    283283dnl liblualib found
    284       [LUA_LIBS="${LUA_LIBS} -l${LAST_FOUND_LIB}"],,
    285       [http://www.lua.org],, [${LUA_LIBS} -ldl -lm])],
     284      [LUA_LIBS="${LUA_LIBS} -l${LAST_FOUND_LIB}"], [LUA_LIBS="${LUA_LIBS} -llualib"],
     285      [http://www.lua.org],, [-llua ${LUA_LIBS} -ldl -lm])],
    286286dnl liblua not found (download it)
    287287       [AX_GET_INSTALL_NECESSARY_LIB([http://switch.dl.sourceforge.net/sourceforge/gtksql], [lua-5.0.tar.gz], [lua-5.0], [extern_libs/], [include/*.h lib/*.a])
Note: See TracChangeset for help on using the changeset viewer.