`-'.
Reported by Andreas Jaeger.
+2000-11-03 Akim Demaille <akim@epita.fr>
+
+ * acgeneral.m4 (_AC_INIT_PARSE_ARGS): TRIPLET can include `_' and
+ `-'.
+ Reported by Andreas Jaeger.
+
2000-11-03 Akim Demaille <akim@epita.fr>
* m4sh.m4 (_AS_UNSET_PREPARE): New macro, eved from
Alain Knaff Alain.Knaff@imag.fr
Alec Wolman wolman@cs.washington.edu
Alexandre Oliva oliva@lsd.ic.unicamp.br
+Andreas Jaeger aj@suse.de
Andreas Schott schott@rzg.mpg.de
Andreas Schwab schwab@issan.informatik.uni-dortmund.de
Andrej Borsenkow borsenkow.msk@sni.de
*)
# FIXME: should be removed in autoconf 3.0.
AC_MSG_WARN([you should use --build, --host, --target])
- expr "x$ac_option" : "[.*[^.$ac_cr_alnum]]" >/dev/null &&
+ expr "x$ac_option" : "[.*[^-._$ac_cr_alnum]]" >/dev/null &&
AC_MSG_WARN([invalid host type: $ac_option])
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
;;
*)
# FIXME: should be removed in autoconf 3.0.
AC_MSG_WARN([you should use --build, --host, --target])
- expr "x$ac_option" : "[.*[^.$ac_cr_alnum]]" >/dev/null &&
+ expr "x$ac_option" : "[.*[^-._$ac_cr_alnum]]" >/dev/null &&
AC_MSG_WARN([invalid host type: $ac_option])
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
;;