bug-autoconf
[Top][All Lists]
Advanced

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

bug?


From: robin stoll
Subject: bug?
Date: Sun, 02 Mar 2003 17:44:15 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

hi there

I put the following in my configure.in file:

AC_HAVE_HEADERS(X11/extensions/xf86vmode.h)

if I execute ./configure then it says:

checking X11/extensions/xf86vmode.h usability... no
checking X11/extensions/xf86vmode.h presence... yes
configure: WARNING: X11/extensions/xf86vmode.h: present but cannot be compiled configure: WARNING: X11/extensions/xf86vmode.h: check for missing prerequisite headers? configure: WARNING: X11/extensions/xf86vmode.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for X11/extensions/xf86vmode.h... yes

is this my fault? is there a workaround?
tell me if you need more informations...


second: is there a possibility to make configure-script less storage space consuming (about 160kb made by autoconf)?
I always have to do that on my own:
I put these lines in configure:
autoconf -o conf.tmp
./conf.tmp $1

dont know if this a bad style or something...but is there already a different method to do that?


cya
robin






reply via email to

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