On Thu, Apr 7, 2011 at 12:02, Daily, Jeff A <[email protected]> wrote:

> Try a case statement.  I use the m4sh version e.g.
>
> AS_CASE([$build_os],
>        [*linux*], [AS_ECHO(["case for linux"])],
>        [AS_ECHO(["other platforms"])])

Thanks, I didn't think about case. Thats seems the most appropriate
way to handle this.

Cheers

Adam

_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to