autoconf
[Top][All Lists]
Advanced

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

Re: V4a win32 macro


From: Akim Demaille
Subject: Re: V4a win32 macro
Date: 16 Mar 2001 11:15:46 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

>>>>> "Robert" == Robert Collins <address@hidden> writes:

Robert> However if the user doesn't put AC_PROG_CC in anyway,
Robert> the output looks like:

/tmp % cat configure.ac                                          nostromo 11:14
m4_include([acinclude.m4])
AC_INIT
AC_API_WIN32
/tmp % ace                                                       nostromo 11:15
autoconf: warning: both `configure.ac' and `configure.in' are present.
autoconf: warning: proceeding with `configure.ac'.
/tmp % ./configure                                               nostromo 11:15
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to access the Win32 API... not found



reply via email to

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