autoconf
[Top][All Lists]
Advanced

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

Re: AC_PROG_CC now required?


From: Harlan Stenn
Subject: Re: AC_PROG_CC now required?
Date: Tue, 24 Apr 2001 04:30:45 -0400
User-agent: EMH/1.10.0 SEMI/1.13.3 (Komaiko) FLIM/1.12.7 (Y.DŽþzaki) XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd)

Found it (mostly).

The following configure.in will fail:

 AC_INIT(sidai, 1.0, address@hidden)
 AM_INIT_AUTOMAKE(sidai, 1.0)

 AC_PROG_MAKE_SET

 AC_CANONICAL_BUILD

 AC_PATH_X

 AC_OUTPUT

It works fine without the AC_PATH_X.

I need to fall asleep soon.

H



reply via email to

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