aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-12-22 21:58:02 +0200
committerSergey Poznyakoff <gray@gnu.org>2015-12-25 09:51:38 +0200
commitfcace3930fc35a1b7beea75dba0cd48a5b229b21 (patch)
tree00be6f5c1080290ba788318219026f0a0c943e20 /configure.ac
parentd479bd2f63445524253e16d8575a0592c266908d (diff)
downloadpies-fcace3930fc35a1b7beea75dba0cd48a5b229b21.tar.gz
pies-fcace3930fc35a1b7beea75dba0cd48a5b229b21.tar.bz2
REST control protocol.
* configure.ac (GRECS_SETUP): Add json * gnulib.modules: Add base64. * grecs: Upgrade. * src/ctl.c: Rewrite as REST.
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 8fb1eac..1e5ba2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,13 +69,13 @@ AC_FUNC_FORK
AC_CHECK_FUNCS([alarm dup2 gethostbyname memmove memset select setenv socket strchr strcspn strtol strtoul sysconf getdtablesize vsyslog])
# Gnulib
gl_INIT
# Grecs
-GRECS_SETUP([grecs],[tests git2chg getopt])
+GRECS_SETUP([grecs],[tests git2chg getopt json])
GRECS_HOST_PROJECT_INCLUDES='-I$(top_srcdir)/gnu -I$(top_builddir)/gnu'
# Test for setproctitle
MF_PROCTITLE
# Gettext.

Return to:

Send suggestions and report system problems to the System administrator.