]> andersk Git - test.git/blame - configure.ac
Added better compatibility with different versions of compilers and libaries.
[test.git] / configure.ac
CommitLineData
7460295f 1AC_PREREQ(2.57)
6d0b7914 2AC_INIT(shellinabox, 2.3, markus@shellinabox.com)
7460295f
MG
3AM_INIT_AUTOMAKE
4AC_PROG_CC
5AC_PROG_INSTALL
6AC_PROG_LIBTOOL
7AC_SUBST(LIBTOOL_DEPS)
8AC_C_CONST
9AC_PROG_GCC_TRADITIONAL
10AC_CHECK_HEADERS([openssl/bio.h openssl/err.h openssl/ssl.h pthread.h \
47e62a9c
MG
11 security/pam_appl.h security/pam_misc.h sys/prctrl.h \
12 utmpx.h])
7460295f
MG
13AC_CONFIG_FILES([Makefile])
14AC_OUTPUT
This page took 0.871178 seconds and 5 git commands to generate.