This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: CPP determined incorrectly
- To: Pavel Roskin <proski at gnu dot org>
- Subject: Re: CPP determined incorrectly
- From: Harlan Stenn <Harlan dot Stenn at pfcs dot com>
- Date: Wed, 23 May 2001 21:38:52 -0400
- Cc: automake at gnu dot org, autoconf at gnu dot org, Harlan dot Stenn at pfcs dot com
- List-Id: Discussion list for automake <automake.gnu.org>
This sounds familiar to me - I think I ran in to the same problem under
FreeBSD on a configure.in script that only wanted to find the X directories
(header and libs). I had to specify AC_PROG_CC to solve the problem.
H