Hi,
I'm working on integrating libpcap to the sfw gate. Since there is an
official libpcap 1.0 release, I'm going to be pathching libpcap0.9.8
with the changes that are needed to make libpcap work with the latest
nevada bits.
[Excuse my lack of complete understanding of auto(conf,header) tools]
During this exercise I have run in to a situation where I need to run
autoconf/autoheader so that the configure script and config.h.in is
generated based on configure.in.
So my question is can autoconf and autoheader be called from
Makefile.sfw ? If yes,
why do I run into:
{snip]
"/usr/bin/autoconf" \
"/usr/bin/autoheader" \
./configure --prefix=/usr)
autoconf: invalid number of arguments.
Try `autoconf --help' for more information.
thanks,
Sagun