backquotes in AC_MSG_ERROR. Fix error message.
+2000-12-01 Pavel Roskin <proski@gnu.org>
+
+ * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Don't escape
+ backquotes in AC_MSG_ERROR. Fix error message.
+
2000-12-01 Pavel Roskin <proski@gnu.org>
* tests/atgeneral.m4 (AT_INIT): Use ${CONFIG_SHELL-/bin/sh}
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- AC_MSG_ERROR([ambiguous option: $ac_option
-Try \`$[0] --help' for more information.]);;
+ AC_MSG_ERROR([ambiguous option: $[1]
+Try `$[0] --help' for more information.]);;
--help | --hel | -h )
echo "$ac_cs_usage"; exit 0 ;;
--debug | --d* | -d )
# This is an error.
-*) AC_MSG_ERROR([unrecognized option: $[1]
-Try \`$[0] --help' for more information.]) ;;
+Try `$[0] --help' for more information.]) ;;
*) AC_MSG_ERROR([invalid argument: $[1]]);;
esac
shift
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- { echo "$as_me: error: ambiguous option: $ac_option
+ { echo "$as_me: error: ambiguous option: $1
Try \`$0 --help' for more information." >&2
{ (exit 1); exit; }; };;
--help | --hel | -h )
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- AC_MSG_ERROR([ambiguous option: $ac_option
-Try \`$[0] --help' for more information.]);;
+ AC_MSG_ERROR([ambiguous option: $[1]
+Try `$[0] --help' for more information.]);;
--help | --hel | -h )
echo "$ac_cs_usage"; exit 0 ;;
--debug | --d* | -d )
# This is an error.
-*) AC_MSG_ERROR([unrecognized option: $[1]
-Try \`$[0] --help' for more information.]) ;;
+Try `$[0] --help' for more information.]) ;;
*) AC_MSG_ERROR([invalid argument: $[1]]);;
esac
shift