mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Remove some obselete autoconf bits.
Keeps autoconf 2.71 happy, though we leave the prereq version at 2.59
This commit is contained in:
parent
9262ffe861
commit
1bf7acc5bd
@ -5,7 +5,7 @@
|
|||||||
# of the platform checks have been taken straight from OpenSSH's configure.ac
|
# of the platform checks have been taken straight from OpenSSH's configure.ac
|
||||||
# Huge thanks to them for dealing with the horrible platform-specifics :)
|
# Huge thanks to them for dealing with the horrible platform-specifics :)
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ([2.59])
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR(buffer.c)
|
AC_CONFIG_SRCDIR(buffer.c)
|
||||||
|
|
||||||
@ -368,7 +368,6 @@ AC_SUBST(DROPBEAR_FUZZ)
|
|||||||
AC_SUBST(CXX)
|
AC_SUBST(CXX)
|
||||||
|
|
||||||
# Checks for header files.
|
# Checks for header files.
|
||||||
AC_HEADER_STDC
|
|
||||||
AC_HEADER_SYS_WAIT
|
AC_HEADER_SYS_WAIT
|
||||||
AC_CHECK_HEADERS([netinet/in.h netinet/tcp.h \
|
AC_CHECK_HEADERS([netinet/in.h netinet/tcp.h \
|
||||||
crypt.h \
|
crypt.h \
|
||||||
@ -383,7 +382,6 @@ AC_TYPE_UID_T
|
|||||||
AC_TYPE_MODE_T
|
AC_TYPE_MODE_T
|
||||||
AC_TYPE_PID_T
|
AC_TYPE_PID_T
|
||||||
AC_TYPE_SIZE_T
|
AC_TYPE_SIZE_T
|
||||||
AC_HEADER_TIME
|
|
||||||
|
|
||||||
AC_CHECK_TYPES([uint8_t, u_int8_t, uint16_t, u_int16_t, uint32_t, u_int32_t])
|
AC_CHECK_TYPES([uint8_t, u_int8_t, uint16_t, u_int16_t, uint32_t, u_int32_t])
|
||||||
AC_CHECK_TYPES([struct sockaddr_storage])
|
AC_CHECK_TYPES([struct sockaddr_storage])
|
||||||
@ -863,7 +861,7 @@ if test $BUNDLED_LIBTOM = 1 ; then
|
|||||||
LIBTOM_FILES="libtomcrypt/Makefile libtommath/Makefile"
|
LIBTOM_FILES="libtomcrypt/Makefile libtommath/Makefile"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_FILES(Makefile $LIBTOM_FILES)
|
AC_CONFIG_FILES(Makefile $LIBTOM_FILES)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user