autoconf
[Top][All Lists]
Advanced

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

AC_CHECK_HEADER


From: Bob Lockie
Subject: AC_CHECK_HEADER
Date: Thu, 27 Feb 2003 00:46:11 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030219

I've tried it by specifying $QTDIR/include and not.
1. Why can it not find the header file?
2. Am I allowed to specify a directory path?

AC_CHECK_HEADER( $QTDIR/include/qapplication.h,
                ,
                [exit] )

checking for /usr/qt/3/include/qapplication.h... no

$ ll /usr/qt/3/include/qapplication.h
-rw-r--r-- 1 root root 14869 Jan 29 01:02 /usr/qt/3/include/qappication.h


--
----------------------------------------
Sent from Mozilla and GNU/Linux.
Powered by an AMD processor.





reply via email to

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