Hi Dusty, On Fri, Feb 05, 2010 at 06:47:21PM -0700, Dusty Clark wrote: > So I have the files in $home/etherlab-default, and I notice there is no: > configure.sh > config.h.in > config.h > aclocal.m4 > stamp-h > when comparing the tree to the one from, say -r1824. Clearly the GNU > autotools are needed to make configure.sh from configure.ac, so we invoke: > autoheader > touch NEWS README AUTHORS ChangeLog > touch stamp-h > aclocal > autoconf > (based in instructions I found here: > http://www.openismus.com/documents/linux/automake/automake.shtml)
please have a look at the installation chapter of the documentation. To be short: You can use the bootstrap.sh script to create the missing files. -- Best regards, Florian Pose http://etherlab.org _______________________________________________ etherlab-users mailing list [email protected] http://lists.etherlab.org/mailman/listinfo/etherlab-users
