Added explanatory comments
This commit is contained in:
parent
284265651b
commit
36f512cc63
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
|
||||||
|
## Added this for compatibility with older versions of autoconf/automake
|
||||||
docdir = ${datadir}/doc/${PACKAGE}
|
docdir = ${datadir}/doc/${PACKAGE}
|
||||||
|
|
||||||
symbolname = \
|
symbolname = \
|
||||||
|
|
|
@ -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
|
||||||
|
dnl Added this for compatibility with older versions of autoconf/automake
|
||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
AC_LANG_WERROR
|
AC_LANG_WERROR
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
Loading…
Reference in a new issue