escaped and portable {0,1} in sed expression.
+2000-01-14 Gary V. Vaughan <gary@oranda.demon.co.uk>
+
+ * ltconfig.in (opt_cr, mingw*): replace unescaped ? with correctly
+ escaped and portable \{0,1\} in sed expression.
+
2000-01-13 Gary V. Vaughan <gary@oranda.demon.co.uk>
* libtool.m4 (AC_LIBLTDL_CONVENIENCE): Add -I${top_srcdir}/libltdl
opt_cr=
case "$host_os" in
mingw*)
- opt_cr=`echo 'x?' | tr x '\015'` # option cr in regexp
+ opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
;;
esac