On Mon, Apr 15, 2013 at 5:58 AM, Lucas Soltic <[email protected]> wrote: > I found out: I had to run autoreconf.
We include an "autogen.sh" file for this. It's similar to autoreconf but maybe does a few more regen tasks that autoreconf doesn't. It's checked into our hg repo. I _think_ it's in the source tarballs, too, but I'm not positive. But for your case running autoreconf is probably fine. > I had thought configure would use Makefile.am but it doesn't. I think configure generates Makefile from Makefile.in. I think it does not generate Makefile.in from Makefile.am (I believe 'automake' does this (and 'automake' is run by autoreconf or, in our case, ./autogen.sh)). _______________________________________________ [email protected] mailing list Want to unsubscribe? Use this link: http://pidgin.im/cgi-bin/mailman/listinfo/support
