autoconf
[Top][All Lists]
Advanced

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

help with AC_ARG_WITH logic


From: Ayodele(jimmy) Onibokun
Subject: help with AC_ARG_WITH logic
Date: Wed, 31 Aug 2005 14:12:29 -0500

Hi --
 i'm having some problem with the logic in this ac_arg_with macro:
AC_ARG_WITH([gfortran],
AC_HELP_STRING([--with-gfortran], [use GNU gfortran]),
[if test $withval = yes; then ----- I'm not sure if I actually need the 
semicolon in this line and also the '[' that preceeds the "if" statement.
F77=gfortran -----------
else |
F77=$withval |
fi | I think something is not done right here...I'm not exactly sure what is 
wrong here but can anyone help pls.
fortran_gfortran=1])--|

Thanks alot,
Ayodele.
-- 
- - - - - ----- - - --- - - --- 
- Thank you and have a good day.
Ayodele.
- - -- -- -- - ----- - - - - --- - - ----


reply via email to

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