autoconf
[Top][All Lists]
Advanced

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

Re: win32 compiler test V3a


From: Akim Demaille
Subject: Re: win32 compiler test V3a
Date: 15 Mar 2001 16:35:35 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

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



reply via email to

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