AC_CONFIG_AUX_DIR is used is shown when --dry-run is given.
(Debian Bug #153699)
+2004-01-23 Scott James Remnant <scott@netsplit.com>
+
+ * libtoolize.in: Fix libtoolize so the cd command run when
+ AC_CONFIG_AUX_DIR is used is shown when --dry-run is given.
+ (Debian Bug #153699)
+
2004-01-23 Scott James Remnant <scott@netsplit.com>
* ltmain.in: include newline in "sensible default" for IFS.
(Debian Bug #98492 and #95447)
# Change to the auxiliary directory.
if test "$auxdir" != .; then
test -z "$automake" && echo "Putting files in AC_CONFIG_AUX_DIR, \`$auxdir'."
+ test "x$dry_run" = x"yes" && echo "cd $auxdir"
cd $auxdir || exit 1
fi