aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-10 20:45:43 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-10 20:49:33 +0300
commit6134242c5f804ee94856088f0258a20560c809fe (patch)
tree56f7191da2579ba57058ed3a602e7955a11b7d9f /configure.ac
parent9223032f5025f8bc4820dfdfb081be1c7fcd1c4e (diff)
downloadsmap-6134242c5f804ee94856088f0258a20560c809fe.tar.gz
smap-6134242c5f804ee94856088f0258a20560c809fe.tar.bz2
Use wordsplit from a submodule
* .gitmodules (wordsplit): New module. * configure.ac: Link lib/wordsplit/wordsplit.h to include/smap/wordsplit.h * include/smap/Makefile.am (pkginclude_HEADERS): Install wordsplit.h from submodule. * include/smap/wordsplit.h: Remove. * lib/wordsplit.c: Remove. * lib/Makefile.am: Access wordsplit sources from the submodule. * modules/echo/Makefile.am (AM_CPPFLAGS): Add -I$(top_builddir)/include * modules/guile/Makefile.am: Likewise. * modules/ldap/Makefile.am: Likewise. * modules/mailutils/Makefile.am: Likewise. * modules/mysql/Makefile.am: Likewise. * modules/postgres/Makefile.am: Likewise. * modules/sed/Makefile.am: Likewise. * src/Makefile.am: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 46774b2..387a8d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -223,6 +223,7 @@ if test "$status_readline" != "no"; then
fi
fi
+AC_CONFIG_LINKS(include/smap/wordsplit.h:lib/wordsplit/wordsplit.h)
AC_CONFIG_COMMANDS([status],[
cat <<EOF

Return to:

Send suggestions and report system problems to the System administrator.