V4a win32 macro

Akim Demaille akim@epita.fr
Fri Mar 16 02:14:00 GMT 2001


>>>>> "Robert" == Robert Collins <robert.collins@itdomain.com.au> 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



More information about the Cygwin-apps mailing list