This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: autoconf help needed


Steve Kargl wrote:

> I need to test that struct stat has the 3 members
> st_blksize, st_rdev, and st_blocks.  I know my
> code needs for example

See "Particular Structure Checks" and "Generic Structure Checks" in the
Autoconf manual, availible at
<http://www.gnu.org/software/autoconf/manual/autoconf-2.57/html_mono/autoconf.html#SEC56>.
 All you need to do is put the required macros in configure.ac, then
regenerate configure with autoconf and config.h with autoheader.

Hope this helps,

Aaron W. LaFramboise


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]