* libltdl/m4/libtool.m4 (LT_PATH_NM): End test source with

newline.
Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
This commit is contained in:
Ralf Wildenhues 2005-10-13 13:22:55 +00:00
parent 2dcd12a856
commit 6eb353954c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/m4/libtool.m4 (LT_PATH_NM): End test source with
newline.
Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
2005-10-13 Peter O'Gorman <peter@pogma.com>
* libltdl/ltdl.c (find_module): Check that dir is set.

View File

@ -2927,7 +2927,7 @@ _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
[lt_cv_nm_interface="BSD nm"
printf "int some_variable = 0;" > conftest.$ac_ext
echo "int some_variable = 0;" > conftest.$ac_ext
(eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
(eval "$ac_compile" 2>conftest.err)
cat conftest.err >&AS_MESSAGE_LOG_FD