[NetworkManager-libreswan/lr/test: 1/6] build: deal with some autoconf warnings
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-libreswan/lr/test: 1/6] build: deal with some autoconf warnings
- Date: Tue, 28 Jun 2022 10:25:59 +0000 (UTC)
commit d1357765b7fc5205143a63bf262b778bfed7526c
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Mon Jun 27 16:21:01 2022 +0200
build: deal with some autoconf warnings
The remaining one is about GLIB_GNU_GETTEXT, we'll deal with that in a
subsequent commit.
configure.ac | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 27ee9c6..c151c28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,12 +26,10 @@ dnl
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
-AC_PROG_LIBTOOL
AC_PROG_LN_S
AC_PROG_MKDIR_P
AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources)
-AC_GNU_SOURCE
AC_CHECK_PROG([has_file], file, yes, no)
if test x$has_file = xno ; then
@@ -46,7 +44,6 @@ fi
dnl
dnl Required headers
dnl
-AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h paths.h sys/ioctl.h sys/time.h syslog.h unistd.h)
dnl
@@ -54,7 +51,6 @@ dnl Checks for typedefs, structures, and compiler characteristics.
dnl
AC_TYPE_MODE_T
AC_TYPE_PID_T
-AC_HEADER_TIME
dnl
dnl Checks for library functions.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]