On Apr 11, 2017, at 7:22 AM, Pascal Quantin <pascal.quantin@xxxxxxxxx> wrote:
> As stated in https://www.wireshark.org/docs/wsdg_html_chunked/ChSrcBuildFirstTime.html#_building_on_unix, when using autofoo you are supposed to run ./autogen.sh so as to generate ./configure
...if you're building from a Git checkout rather than from a source tarball. The source tarballs include the configure script; the Git repository does *not* include the configure script, as it's generated from configure.ac and acinclude.m4.