Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9391 in orxonox.OLD for trunk/configure.ac


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/configure.ac

    r9237 r9391  
    2828## AUTOCONF INIT PHASE ##
    2929#########################
    30 AC_PREREQ(2.59)
     30AC_PREREQ(2.56)
    3131AC_INIT([orxonox], [0.3.5_alpha], [orxonox-dev at mail.datacore.ch])
    3232
     
    604604AM_CONDITIONAL(HAVE_CURL, test "x$have_curl" = "xyes")
    605605
     606
     607 AX_CHECK_REQUIRED_HEADER_LIB([zlib.h], [z], [zlibVersion],,, [http://www.zlib.net])
     608 AX_CHECK_REQUIRED_HEADER_LIB([math.h], [m], [sqrt])
     609
     610
    606611#-----#
    607612# LUA #
     
    619624   fi
    620625fi
    621 
    622 # FIXME: Replace `main' with a function in `-lm':
    623  AX_CHECK_REQUIRED_HEADER_LIB([math.h], [m], [sqrt])
    624  AX_CHECK_REQUIRED_HEADER_LIB([zlib.h], [z], [zlibVersion],,, [http://www.zlib.net])
    625626
    626627# Checks for header files.
Note: See TracChangeset for help on using the changeset viewer.