autoconf
[Top][All Lists]
Advanced

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

Re: win32 compiler test V3a


From: Robert Collins
Subject: Re: win32 compiler test V3a
Date: Fri, 16 Mar 2001 09:04:18 +1100


----- Original Message -----
From: "Akim Demaille" <address@hidden>
To: "Robert Collins" <address@hidden>
Cc: <address@hidden>; <address@hidden>
Sent: Friday, March 16, 2001 2:35 AM
Subject: Re: win32 compiler test V3a


>
> AC_LANG_CASE(
> dnl[C],     AC_PROG_CC_WIN32  [CFLAGS="$CFLAGS $WIN32FLAGS],
> dnl             [C++],        [CXXFLAGS="$CXXFLAGS $WIN32FLAGS],
> dnl             [Fortran 77], [FFLAGS="$FFLAGS $WIN32FLAGS],
>              [AC_FATAL([NIah?  Never heard of] _AC_LANG)])
>
> What problem do you have?  It works fine for me.
>
> /tmp % cat configure.ac
nostromo Err 1
> AC_INIT
> AC_LANG_CASE(
> dnl[C],     AC_PROG_CC_WIN32  [CFLAGS="$CFLAGS $WIN32FLAGS],
> dnl             [C++],        [CXXFLAGS="$CXXFLAGS $WIN32FLAGS],
> dnl             [Fortran 77], [FFLAGS="$FFLAGS $WIN32FLAGS],
>              [AC_FATAL([NIah?  Never heard of] _AC_LANG)])
> /tmp % ace
nostromo 16:35
> autoconf: warning: both `configure.ac' and `configure.in' are present.
> autoconf: warning: proceeding with `configure.ac'.
> configure.ac:6: error: NIah?  Never heard of C
> configure.ac:6: the top level
>

It must have been a side effect of one of the other syntax errors. I
just retired and it works now.

Rob




reply via email to

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