From 5a558342e1021e5545e0ed8935f28db6c0e751a6 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 28 Apr 2022 09:47:39 -0400 Subject: [PATCH] Update configure.ac for recent autoconf/libtool changes Signed-off-by: Jason Stephenson --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 21963b0..c037c21 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,7 @@ AM_CONDITIONAL(DEBUG, test x$debug = xtrue) # Checks for programs. #-------------------------------- -AC_PROG_LIBTOOL +LT_INIT AC_PROG_AWK AC_PROG_CC AC_PROG_INSTALL @@ -283,7 +283,6 @@ if test "x$OSRF_INSTALL_CORE" = "xtrue"; then # Checks for header files. #----------------------------- - AC_HEADER_STDC AC_HEADER_SYS_WAIT AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h malloc.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/socket.h sys/time.h sys/timeb.h syslog.h unistd.h]) @@ -295,7 +294,6 @@ if test "x$OSRF_INSTALL_CORE" = "xtrue"; then AC_C_INLINE AC_TYPE_PID_T AC_TYPE_SIZE_T - AC_HEADER_TIME AC_STRUCT_TM AM_PROG_CC_C_O @@ -306,7 +304,6 @@ if test "x$OSRF_INSTALL_CORE" = "xtrue"; then AC_FUNC_FORK AC_FUNC_MALLOC AC_FUNC_SELECT_ARGTYPES - AC_TYPE_SIGNAL AC_FUNC_STRFTIME AC_FUNC_STRTOD AC_FUNC_VPRINTF -- 2.11.0