autoconf
[Top][All Lists]
Advanced

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

Re: AC_CHECK_HEADER newbie problem


From: Akim Demaille
Subject: Re: AC_CHECK_HEADER newbie problem
Date: 14 Jul 2001 17:12:27 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor)

>>>>> "Genty" == Genty Jean-Paul <address@hidden> writes:

Genty>   Hi

Genty>   I assume I installed myfile.h in $HOME/local/include/mylib

Genty>   I want to AC_CHECK_HEADER this file.  In configure.in I do:

Genty>   CXXCPPFLAGS="$CXXCPPFLAGS -I$HOME/local/include"
Genty> CPPFLAGS="$CPPFLAGS -I$HOME/local/include"
Genty> AC_CHECK_HEADER(mylib/myfile.h, myfile=yes, myfile=no)


Genty>   AC_CHECK_HEADER does not detect myfile.h.  What did I do
Genty> wrong ??

I don't know.  Try to use Autoconf 2.50 and read config.log.



reply via email to

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