[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Changes in help messages
From: |
Akim Demaille |
Subject: |
Re: Changes in help messages |
Date: |
26 Oct 2000 09:56:37 +0200 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
| - --macrodir | -m )
| + --autoconf-dir=*)
Don't you need -A here?
| + autoconf_dir=$optarg
| + shift ;;
| + --autoconf-dir | -A* )
| test $# = 1 && eval "$exit_missing_arg"
| shift
| autoconf_dir=$1
| shift ;;
Other than that, fine, apply (please, also check that the doc is up to
date).