[3ddesktop-dev] Re: configure.ac buglet
- From: Brad Wasson <bwasson@xxxxxxxxxx>
- To: "Marcelo E. Magallon" <3ddesktop-dev@xxxxxxxxxxxxx>
- Date: Sun, 8 Sep 2002 10:44:48 -0400
Cool thanks!
--brad
Marcelo E. Magallon wrote:
>
> Hi,
>
> in configure.ac it reads:
>
> AC_CHECK_PROG([IMLIB2_CONFIG_IN_PATH],[imlib2-config],[yes],[no])
> if test $IMLIB2_CONFIG_IN_PATH = no; then
>
> lookig at "(autoconf.info.gz)Generic Programs" I have:
>
> - Macro: AC_CHECK_PROGS (VARIABLE, PROGS-TO-CHECK-FOR,
> [VALUE-IF-NOT-FOUND], [PATH])
> Check for each program in the whitespace-separated list
> PROGS-TO-CHECK-FOR exists on the `PATH'. If it is found, set
> VARIABLE to the name of that program. Otherwise, continue
> checking the next program in the list. If none of the programs in
> the list are found, set VARIABLE to VALUE-IF-NOT-FOUND [...]
>
> Pseudo patch:
>
> -AC_CHECK_PROG([IMLIB2_CONFIG_IN_PATH],[imlib2-config],[yes],[no])
> +AC_CHECK_PROG([IMLIB2_CONFIG_IN_PATH],[imlib2-config],[no])
> if test $IMLIB2_CONFIG_IN_PATH = no; then
>
> Cheers,
>
> Marcelo
>
>
>
________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
Other related posts: