From: Ralf Wildenhues Date: Sun, 24 May 2009 12:46:45 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: ng-0.5a~474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4c4b5dd1a131392d28d7c77c054f9b4dcc17f82;p=thirdparty%2Fautomake.git Merge branch 'maint' --- d4c4b5dd1a131392d28d7c77c054f9b4dcc17f82 diff --cc NEWS index 2d88787a0,48873d030..9b2ef13f5 --- a/NEWS +++ b/NEWS @@@ -1,7 -1,18 +1,18 @@@ -New in 1.11.0a: +New in 1.11a: -Bugs fixed in 1.11.0a: +Bugs fixed in 1.11a: + * Long standing bugs: + + - On Darwin 9, `pythondir' and `pyexecdir' pointed below `/Library/Python' + even if the `--prefix' argument pointed outside of a system directory. + AM_PATH_PYTHON has been fixed to ignore the value returned from python's + `get_python_lib' function if it points outside the configured prefix, + unless the `--prefix' argument was either `/usr' or below `/System'. + + - The testsuite does not try to change the mode of `ltmain.sh' files from + a Libtool installation (symlinked to test directories) any more. + New in 1.11: