Although the sinclude issue went away, it seems I may have misconfigured automake..
epan/Makefile.am:45: Libtool library used but `LIBTOOL' is undefined epan/Makefile.am:45: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' epan/Makefile.am:45: to `configure.in' and run `aclocal' and `autoconf' again. epan/Makefile.am:45: If `AC_PROG_LIBTOOL' is in `configure.in', make sure epan/Makefile.am:45: its definition is in aclocal's search path. Guy Harris wrote: > On Nov 14, 2008, at 7:06 PM, Michael A. McCartney wrote: > > >> ./autogen.sh would not work at first saying that >> autoconf had to be 2.60 or later. >> > > That's true - we use features that were not present (or didn't work) > in earlier versions. > > >> So I had to grab and install autoconf-2.63 and m4-1.4.12 >> > > Wonderful: > > http://sources.redhat.com/cgi-bin/gnatsweb.pl?database=automake > > PR 450, which indicates that automake up to 1.9.5 doesn't understand > sinclude. > > It appears that, now that we're using sinclude, we have to require > either automake 1.9.6 or later, or automake 1.10 or later. > > Try installing automake 1.9.6, and see if that works; if so, we'll > update the requirements to be 1.9.6 or later, otherwise try automake > 1.10. > _______________________________________________ > Wireshark-dev mailing list > [email protected] > https://wireshark.org/mailman/listinfo/wireshark-dev > > _______________________________________________ Wireshark-dev mailing list [email protected] https://wireshark.org/mailman/listinfo/wireshark-dev
