diff --git a/Makefile.am b/Makefile.am index 2a59fe2..7b8e7ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,6 +127,8 @@ BUILT_SOURCES = shellinabox/beep.h \ shellinaboxd_LDADD = liblogging.la \ libhttp.la shellinaboxd_LDFLAGS = -static +## Added this for compatibility with older versions of autoconf/automake +docdir = ${datadir}/doc/${PACKAGE} symbolname = \ sed -e 's/.*\/\([^.]*\)[.].*/\1/' \ diff --git a/configure.ac b/configure.ac index 9a7b1ab..2a2bdb4 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,8 @@ CFLAGS="${CFLAGS:--Os}" AM_INIT_AUTOMAKE([subdir-objects]) AM_CONFIG_HEADER(config.h) AC_PROG_CC +dnl Added this for compatibility with older versions of autoconf/automake +AM_PROG_CC_C_O AC_LANG_WERROR AC_PROG_INSTALL AC_PROG_LIBTOOL