Changeset 118
- Timestamp:
- Oct 18, 2006 12:52:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.5/coin.m4
r117 r118 1777 1777 done 1778 1778 if test $coin_vpath_config = yes; then 1779 lnkcmd= 1779 1780 if test "$enable_doscompile" = yes; then 1780 1781 lnkcmd=cp 1782 fi 1783 case "$CC" in 1784 cl* | */cl*) 1785 lnkcmd=cp ;; 1786 esac 1787 if test "$lnkcmd" = cp; then 1781 1788 AC_MSG_NOTICE([Copying example files ($1)]) 1782 1789 else
Note: See TracChangeset
for help on using the changeset viewer.