expands %sn to %sn. Changed to use "%sn" (with quotes).
Reported by Sam Vilain <sam.vilain@nz.unisys.com>
+1999-01-27 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+
+ * ltconfig.in ($echo): When using printf to replace echo the shell
+ expands %s\n to %sn. Changed to use "%s\n" (with quotes).
+ Reported by Sam Vilain <sam.vilain@nz.unisys.com>
+
1999-01-27 Alexandre Oliva <oliva@dcc.unicamp.br>
* libltdl/ltdl.c (find_file): fix endless loop condition
exec "$CONFIG_SHELL" "$0" --no-reexec ${1+"$@"}
else
# Try using printf.
- echo='printf %s\n'
+ echo='printf "%s\n"'
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
test "X`($echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
# Cool, printf works