On Wed, Mar 29, 2017 at 8:21 AM, McRoy, Jeffrey (GE Healthcare) < [email protected]> wrote:
> Hi Mike, > > There was no configure file in the zip so I ran autoconf to generate one. > It thought the bellow errors. ... > You need to run "autoreconf -fi", not autoconf. See the documentation for building Guacamole from git: http://guacamole.incubator.apache.org/doc/gug/installing-guacamole.html#guacamole-server-build-process Specifically: > > Source downloaded directly from git will not contain this > configure script, as autogenerated code is not included in > the project's repositories. If you downloaded the code from > the project's git repositories directly, you will need to > generate configure manually: > > $ cd guacamole-server/ > $ autoreconf -fi > $ > > Doing this requires GNU Autotools to be installed. > > Source archives downloaded from the project website contain > the configure script and all other necessary build files, and > thus do not require GNU Autotools to be installed on the > build machine. > - Mike
