Applied to branch-1-5 (already fixed in HEAD). Cheers, Ralf
* libtool.m4: Fix comment typo. * tests/dryrun.test: Avoid `directory exists' warning. Index: libtool.m4 =================================================================== RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v retrieving revision 1.314.2.138 diff -u -r1.314.2.138 libtool.m4 --- libtool.m4 24 Nov 2005 15:31:18 -0000 1.314.2.138 +++ libtool.m4 25 Nov 2005 12:57:01 -0000 @@ -2678,7 +2678,7 @@ AC_LIBTOOL_SYS_LIB_STRIP AC_LIBTOOL_DLOPEN_SELF -# Report which librarie types will actually be built +# Report which library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) Index: tests/dryrun.test =================================================================== RCS file: /cvsroot/libtool/libtool/tests/Attic/dryrun.test,v retrieving revision 1.9.2.1 diff -u -r1.9.2.1 dryrun.test --- tests/dryrun.test 30 Jul 2003 18:40:10 -0000 1.9.2.1 +++ tests/dryrun.test 25 Nov 2005 12:56:22 -0000 @@ -75,8 +75,8 @@ echo "= Running $make install in ../mdemo (dry run)" # Libtool does not create these directories -mkdir $prefix/bin -mkdir $prefix/lib +test -d $prefix/bin || mkdir $prefix/bin +test -d $prefix/lib || mkdir $prefix/lib ls -l . $objdir | grep -v total > $before ls -lR $prefix | grep -v total >> $before force_dry_run=yes $make install 1>&2 || exit 1