* libltdl/m4/libtool.m4 (_LT_SETUP): Fix quoting for PATH_SEPARATOR.

This commit is contained in:
Ralf Wildenhues 2010-12-16 07:58:57 +01:00
parent 8c00e12df8
commit 738f282ab1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/m4/libtool.m4 (_LT_SETUP): Fix quoting for
PATH_SEPARATOR.
2010-12-15 KO Myung-Hun <komh@chollian.net> (tiny change)
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

View File

@ -146,7 +146,7 @@ AC_REQUIRE([AC_CANONICAL_BUILD])dnl
AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
_LT_DECL([], [PATH_SEPARATOR], [0], [The PATH separator for the build system])dnl
_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
dnl
_LT_DECL([], [host_alias], [0], [The host system])dnl
_LT_DECL([], [host], [0])dnl