tmate-io / tmate-ssh-server

tmate SSH server
https://tmate.io
Other
626 stars 146 forks source link

configure: autoconf PKG_CHECK_MODULES check syntax error #79

Closed bhodgens closed 4 years ago

bhodgens commented 4 years ago

Ubuntu 18.04, with build-essentials and libevent2 installed from package repository.

tmate-ssh-server was checked out via clone.

After running sh autogen.sh and then ./configure, I get:

...
checking for library containing backtrace... none required
checking for dirfd... yes
checking for flock... yes
checking for backtrace... yes
checking for setproctitle... no
checking for sysconf... yes
checking for cfmakeraw... yes
checking for library containing clock_gettime... none required
./configure: line 4777: syntax error near unexpected token `newline'
./configure: line 4777: `PKG_CHECK_MODULES('

PKG_CHECK_MODULES appears related to autoconf; I have version 2.69-11 installed.

bhodgens commented 4 years ago

Nevermind, I wasn't building correctly.