Added autoconf/automake stuff for compatibility with older auto* versions
This commit is contained in:
parent
0d522a05ca
commit
284265651b
2 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,7 @@ BUILT_SOURCES = shellinabox/beep.h \
|
||||||
shellinaboxd_LDADD = liblogging.la \
|
shellinaboxd_LDADD = liblogging.la \
|
||||||
libhttp.la
|
libhttp.la
|
||||||
shellinaboxd_LDFLAGS = -static
|
shellinaboxd_LDFLAGS = -static
|
||||||
|
docdir = ${datadir}/doc/${PACKAGE}
|
||||||
|
|
||||||
symbolname = \
|
symbolname = \
|
||||||
sed -e 's/.*\/\([^.]*\)[.].*/\1/' \
|
sed -e 's/.*\/\([^.]*\)[.].*/\1/' \
|
||||||
|
|
|
@ -17,6 +17,7 @@ CFLAGS="${CFLAGS:--Os}"
|
||||||
AM_INIT_AUTOMAKE([subdir-objects])
|
AM_INIT_AUTOMAKE([subdir-objects])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
AM_PROG_CC_C_O
|
||||||
AC_LANG_WERROR
|
AC_LANG_WERROR
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
|
|
Loading…
Reference in a new issue