autoconf
[Top][All Lists]
Advanced

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

split the result of AC_ARG_WITH with a given token


From: Vincent Torri
Subject: split the result of AC_ARG_WITH with a given token
Date: Fri, 9 Nov 2012 08:24:51 +0100

Hey

AC_ARG_WITH sets a variable named loaders and set to (for example)
gif,tiff (actually, it's a comma separated list, there can be more
than 2 'elements')

What I want to do is plitting it into gif and tiff and manipulate those.

I know how to do that with m4_foreach ith an m4 list. But i don't know
what to do with just a variable.

what should i do ?

thank you

Vincent Torri



reply via email to

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