Changeset 623 for abuse/trunk/configure.ac
- Timestamp:
- May 9, 2011, 3:19:59 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/configure.ac
r614 r623 27 27 [ --disable-nonfree disable non-free data (default no)]) 28 28 29 AC_ARG_WITH(asset sdir,30 [ --with-asset sdir=DIRoverride default game data directory])29 AC_ARG_WITH(assetdir, 30 [ --with-assetdir=DIR override default game data directory]) 31 31 32 32 dnl Figure out where the datafiles will be 33 if test "x${with_asset sdir}" = x; then34 with_asset sdir='$(datadir)/games/abuse'33 if test "x${with_assetdir}" = x; then 34 with_assetdir='$(datadir)/games/abuse' 35 35 fi 36 AC_SUBST([asset sdir], [$with_assetsdir])36 AC_SUBST([assetdir], [$with_assetdir]) 37 37 38 38 dnl Checks for libraries … … 146 146 Compiler: ${CC} (`${CC} --version | head -n 1`) 147 147 Install prefix: ${prefix} 148 Asset s directory: ${with_assetsdir}148 Asset directory: ${with_assetdir} 149 149 SDL version: `sdl-config --version` 150 150 OpenGL support: ${have_opengl}
Note: See TracChangeset
for help on using the changeset viewer.