Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8960 in orxonox.OLD


Ignore:
Timestamp:
Jun 30, 2006, 3:05:37 PM (18 years ago)
Author:
ponder
Message:

another change to acinclude.m4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/acinclude.m4

    r8958 r8960  
    263263dnl Check for Lua.
    264264
    265 LUA_INCLUDE_DIRECTORY="/usr/include"
     265LUA_INCLUDE_DIRECTORY=
    266266LUA_COMMON_INCLUDE_DIRECTORIES="
    267267      `ls -dr $1                       2>/dev/null`
     
    273273      `ls -dr /opt/local/include       2>/dev/null`
    274274      `ls -dr /Developer/lua*/include  2>/dev/null`
    275                 'ls -dr $PREFIX/include                         2>/dev/null'
     275                'ls -dr ${PREFIX}/include                       2>/dev/null'
    276276    "
    277277
     
    292292if [ test x$osX = xyes ] ; then
    293293        LUA_COMMON_LIB_DIRECTORIES="
    294         `ls -dr $1                    2>/dev/null`
     294        `ls -dr $1                   2>/dev/null`
    295295      /usr/lib
    296296      `ls -dr /usr/lib/lua*        2>/dev/null`
Note: See TracChangeset for help on using the changeset viewer.