29 Feb
2004
29 Feb
'04
04:56
Yes, using GNU auto tools may be confusing for ant user. With ant, only one file (build.xml) is needed. With auto tools, there are actually two steps: one is wether you need "configure" script, and the other one is the "Makefile" script. To generate "configure", you'll need to manually create configure.in and use autoconf, whereas for "Makefile", you'll need to create Makefile.am and use automake. Check out this book: http://sources.redhat.com/autobook It uses older auto tools, but the concept is still the same. Regards, Verdi