Changeset 171
- Timestamp:
- Dec 9, 2006 1:37:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r165 r171 1518 1518 AC_COIN_PROG_LIBTOOL 1519 1519 1520 # set RPATH_FLAGS to the compiler link flags required to hardcode location 1521 # of the shared objects 1522 AC_COIN_RPATH_FLAGS($abs_lib_dir) 1523 1520 1524 else 1521 1525 … … 1532 1536 s,@am__fastdep* | s,@AR@* | s,@CPP@* | s,@CPPFLAGS@* | s,@CXXCPP@* | \ 1533 1537 s,@RANLIB@* | s,@STRIP@* | s,@ac_ct_AR@* | s,@ac_ct_RANLIB@* | \ 1534 s,@ac_ct_STRIP@* | s,@host* | s,@LN_S@* )1538 s,@ac_ct_STRIP@* | s,@host* | s,@LN_S@* | s,@RPATH_FLAGS@* ) 1535 1539 command=`echo $oneline | sed -e 's/^s,@//' -e 's/@,/="/' -e 's/,;t t/"/'` 1536 1540 # echo "$command" … … 1566 1570 LT_LDFLAGS= 1567 1571 AC_SUBST(LT_LDFLAGS) 1568 1569 # set RPATH_FLAGS to the compiler link flags required to hardcode location1570 # of the shared objects1571 AC_COIN_RPATH_FLAGS($abs_lib_dir)1572 1573 1572 1574 1573 #END
Note: See TracChangeset
for help on using the changeset viewer.