This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Configure -A stopped processing of any further options.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 14 Feb 2000 04:56:52 +0000 (04:56 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 14 Feb 2000 04:56:52 +0000 (04:56 +0000)
p4raw-id: //depot/metaconfig@5075

U/modified/Options.U

index b2ebadc..bc70a7f 100644 (file)
@@ -260,6 +260,7 @@ while test $# -gt 0; do
                echo "$yyy=$zzz"                >> posthint.sh ;;
             *)  echo "$me: unknown -A command '$xxx', ignoring -A $1" >&2 ;;
            esac
+           shift
            ;;
        -V) echo "$me generated by metaconfig <VERSION> PL<PATCHLEVEL>." >&2
            exit 0;;