summaryrefslogtreecommitdiff
path: root/bin/autoconf.as
diff options
context:
space:
mode:
Diffstat (limited to 'bin/autoconf.as')
-rw-r--r--bin/autoconf.as4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/autoconf.as b/bin/autoconf.as
index ddf8cced..1cfb5462 100644
--- a/bin/autoconf.as
+++ b/bin/autoconf.as
@@ -98,9 +98,9 @@ while test $# -gt 0 ; do
"x$1" : 'x-.\(.*\)'`]
case $1 in
--version | -V )
- echo "$version" ; exit ;;
+ AS_ECHO(["$version"]); exit ;;
--help | -h )
- AS_ECHO(["$usage_err"]); exit ;;
+ AS_ECHO(["$help"]); exit ;;
--verbose | -v )
verbose=: