Added autoconf/automake stuff for compatibility with older auto* versions

This commit is contained in:
Benji Wiebe 2015-08-28 23:15:13 -05:00
parent 0d522a05ca
commit 284265651b
2 changed files with 2 additions and 0 deletions

View file

@ -127,6 +127,7 @@ BUILT_SOURCES = shellinabox/beep.h \
shellinaboxd_LDADD = liblogging.la \
libhttp.la
shellinaboxd_LDFLAGS = -static
docdir = ${datadir}/doc/${PACKAGE}
symbolname = \
sed -e 's/.*\/\([^.]*\)[.].*/\1/' \

View file

@ -17,6 +17,7 @@ CFLAGS="${CFLAGS:--Os}"
AM_INIT_AUTOMAKE([subdir-objects])
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AM_PROG_CC_C_O
AC_LANG_WERROR
AC_PROG_INSTALL
AC_PROG_LIBTOOL