4 Commits

Author SHA1 Message Date
Dan Lipsitt
873051e108 remove non-portable chmod
'chmod --reference' is not available on Mac OS X.

Keeping the original file and directing edits into it preserves permissions and removes the need to chmod.

(Tried 'sed -i' for inplace editing but unfortunately it isn't portable either.)
2014-01-21 20:26:32 +00:00
Matthew Booth
04ea1375c5 Update FSF address. 2011-11-08 14:43:07 +00:00
Richard W.M. Jones
60b3c8e811 libtool fix: Don't do fix if there was no -o option to libtool.
For example if libtool is being run as 'libtool --mode=execute ...'

This fixes commit 4cf4f2b66f.
2010-11-26 18:26:09 +00:00
Richard W.M. Jones
4cf4f2b66f Remove dependency_libs from libtool *.la files.
Add a libtool wrapper which kills dependency_libs in libtool *.la
files, to ensure that libtool doesn't add unnecessary extra libraries
when linking.

See http://lists.fedoraproject.org/pipermail/devel/2010-November/146343.html
2010-11-26 17:01:55 +00:00