Changeset 1372 for trunk/coin.m4
- Timestamp:
- Jul 25, 2009 9:55:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r1362 r1372 2434 2434 [AC_REQUIRE([AC_COIN_CHECK_GNU_ZLIB]) 2435 2435 AC_REQUIRE([AC_COIN_CHECK_VPATH]) 2436 AC_REQUIRE([AC_COIN_ENABLE_DOSCOMPILE]) 2437 AC_REQUIRE([AC_PROG_LN_S]) 2438 2436 2439 files=`cd $srcdir; ls $1` 2437 2440 # We need to do the following loop to make sure that are no newlines … … 2449 2452 lnkcmd=cp ;; 2450 2453 esac 2451 if test " $lnkcmd" =cp; then2454 if test "x$lnkcmd" = xcp; then 2452 2455 AC_MSG_NOTICE([Copying example files ($1)]) 2453 2456 else 2454 AC_PROG_LN_S2455 2457 AC_MSG_NOTICE([Creating links to the example files ($1)]) 2456 2458 lnkcmd="$LN_S"
Note: See TracChangeset
for help on using the changeset viewer.