From b1db2362e1ea1934bb26dd7c9c0f76c7f6d9f917 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 14 Apr 2011 12:07:43 +0200 Subject: [PATCH] Use `pipe' and `sigpipe' modules from gnulib. --- ChangeLog | 2 ++ bootstrap.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1395560b..4f11f4d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * bootstrap: Update from gnulib. + * bootstrap.conf (gnulib_modules): Add `pipe' and `sigpipe'. + 2011-04-04 Giuseppe Scrivano * configure.ac: Use AC_CHECK_LIB to look for the openssl library. diff --git a/bootstrap.conf b/bootstrap.conf index 70fdfb70..26b570ee 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -44,12 +44,14 @@ iconv-h listen maintainer-makefile crypto/md5 +pipe quote quotearg recv select send setsockopt +sigpipe snprintf socket stdbool -- 2.39.2