+2010-09-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ tests: avoid empty AT_DATA contents, for zsh.
+ * tests/libtoolize.at (libtoolize macro serial update)
+ (libtoolize config files serial update, LIBTOOLIZE_OPTIONS):
+ Do not create empty files with AT_DATA, the latter is documented
+ to require a final newline. Fixes testsuite failures with zsh
+ 4.3.10.
+
2010-09-12 Charles Wilson <libtool@cwilson.fastmail.fm>
When assigning $linklib value, honor [-all]-static[-libtool-libs]
## Next, a second update attempt with everything now updated. ##
## ---------------------------------------------------------- ##
-AT_DATA(expout, [[]])
+: >expout
AT_DATA(experr,
[[libtoolize: `build-aux/ltmain.sh' is newer: use `--force' to overwrite
## A final update attempt with everything previously force updated. ##
## ---------------------------------------------------------------- ##
-AT_DATA(expout, [[]])
+: >expout
LT_AT_CHECK_LIBTOOLIZE([--copy], 0, expout)
## Next, a second update attempt with everything now updated. ##
## ---------------------------------------------------------- ##
-AT_DATA(expout, [[]])
+: >expout
AT_DATA(experr,
[[libtoolize: `build-aux/ltmain.sh' is newer: use `--force' to overwrite
## A final update attempt with everything previously force updated. ##
## ---------------------------------------------------------------- ##
-AT_DATA(expout, [[]])
+: >expout
LT_AT_CHECK_LIBTOOLIZE([--copy --install], 0, expout)
LIBTOOLIZE_OPTIONS=--no-warn,--no-such-option
export LIBTOOLIZE_OPTIONS
-AT_DATA(experr, [[]])
+: >experr
LT_AT_CHECK_LIBTOOLIZE([--copy], 0, [ignore], experr)