$3 in variable 'archive_expsym_cmds' for cygwin.
+2000-11-19 Paul Berrevoets <paul@swi.com>
+
+ * libtool.m4 (_LT_AC_LTCONFIG_HACK): Quote the $ in $#, $2 and
+ $3 in variable 'archive_expsym_cmds' for cygwin.
+
2000-11-19 Gary V. Vaughan <gvv@techie.com>
* ltdl.c: Relegate non-POSIX-compliant symbols (e.g. those
_lt_hint=1;
cat $export_symbols | while read symbol; do
set dummy \$symbol;
- case \$# in
- 2) echo " \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
- *) echo " \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
+ case \[$]# in
+ 2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
+ *) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
esac;
_lt_hint=`expr 1 + \$_lt_hint`;
done~