aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-01-09 09:37:37 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-01-09 09:37:37 +0200
commit346535b7d14be92dd2b853058039bca67bb380dd (patch)
treeb9c72955dd7eed72c5949751fbad031fd92a040d /configure.ac
parent489432d354d88049afe4af54c29965d382d67f7a (diff)
downloadpies-346535b7d14be92dd2b853058039bca67bb380dd.tar.gz
pies-346535b7d14be92dd2b853058039bca67bb380dd.tar.bz2
piesctl: optionally bind to local IP
* configure.ac (GRECS_SETUP): Request sockaddr-list * grecs: Upgrade. * po/POTFILES.in: Remove meta.c * src/piesctl-cl.opt: Use client.url * src/piesctl.c (client_conn): New struct. (instance_keywords,piesctl_keywords): New keyword: "source". (parse_config): Initialize grecs_sockaddr_hints. (shttp_connect): Optionally bind to the selected local IP before connecting. * src/utmp.c (write_wtmpx,write_utmpx): Remove spurious notice.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d6d4e4f..114fc07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,3 +74,3 @@ gl_INIT
# Grecs
-GRECS_SETUP([grecs],[tests git2chg getopt json])
+GRECS_SETUP([grecs],[tests git2chg getopt json sockaddr-list])
GRECS_HOST_PROJECT_INCLUDES='-I$(top_srcdir)/gnu -I$(top_builddir)/gnu'

Return to:

Send suggestions and report system problems to the System administrator.