On 17 November 2015 at 19:50, Bill Maier wrote: | By the way, when I do a git clone to get the code and then run ./autogen, it fails with message | "autoreconf: not found". Has this file been left out of the git repository?
That is a standard part of autoconf: edd@max:~$ which autoreconf /usr/bin/autoreconf edd@max:~$ dpkg -S $(which autoreconf) autoconf: /usr/bin/autoreconf edd@max:~$ Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | [email protected]
