Changeset 289
- Timestamp:
- Mar 31, 2007 2:32:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r281 r289 1818 1818 ;; 1819 1819 esac 1820 ;; 1821 *-darwin*) 1822 AC_MSG_NOTICE(Applying patches to libtool for Darwin) 1823 sed -e 's/verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"/verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"/' \ 1824 libtool > conftest.bla 1825 1826 mv conftest.bla libtool 1827 chmod 755 libtool 1828 ;; 1820 1829 esac 1821 1830 # This fi matches the commented `if test "x$LIBTOOL" = x;' up at the head of
Note: See TracChangeset
for help on using the changeset viewer.