dnl Process this file with autoconf to produce a configure script. AC_INIT(ejabberdauth, m4_esyscmd([tr -d '\n' < VERSION])) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.11] [foreign]) AM_SILENT_RULES([yes]) AC_PROG_CC LT_INIT dnl checking for dependencies dnl check for the openssl/libressl PKG_CHECK_MODULES(OPENSSL, [openssl]) AC_OUTPUT([ Makefile src/Makefile])