autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A simplification of _AC_CANONICAL_SPLIT


From: Paul Eggert
Subject: Re: A simplification of _AC_CANONICAL_SPLIT
Date: Thu, 18 Aug 2005 13:22:10 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Stepan Kasal <address@hidden> writes:

> +[case $ac_cv_$1 in
> +  [[!-]]*-*-*) ;;
> +  *) AC_MSG_ERROR([non-canonical value of ac_cv_$1: $ac_cv_$1]);;
> +esac

Sorry, I don't understand what that pattern is trying to do.  Does it
really catch all non-canonical values?  Or even common problems?  If
not, then I wouldn't bother.  Also, the [!-] doesn't look portable to
me.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]