autoconf
[Top][All Lists]
Advanced

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

AC_CHECK_HEADER newbie problem


From: Genty Jean-Paul
Subject: AC_CHECK_HEADER newbie problem
Date: Wed, 11 Jul 2001 17:39:19 +0200

 Hi

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

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

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


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

 Thanks for your answers.

  Jean-Paul Genty




reply via email to

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