summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArtyom Poptsov <poptsov.artyom@gmail.com>2013-11-16 23:00:54 +0400
committerArtyom Poptsov <poptsov.artyom@gmail.com>2013-11-16 23:00:54 +0400
commitf1d6b915cd296a036e7c6f6eadcb743cab57f76f (patch)
tree975e8467865d3dcfc556c00c0e1a7b46427c9e86 /configure.ac
parentconfigure.ac: Add check for Guile-2.0. (diff)
downloadguile-ssh-f1d6b915cd296a036e7c6f6eadcb743cab57f76f.tar.gz
Add needed m4 macros. Update Automake files.
* m4/Makefile.am, m4/guile.m4, m4/lib-link.m4: New files. * Makefile.am: Add "build_aux" and "m4" to `SUBDIRS'. * configure.ac: Add "m4/Makefile" to `AC_CONFIG_FILES'.
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 10863a6..d173449 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,6 +77,7 @@ LIBGUILE_SSH_INTERFACE="3:0:1"
AC_SUBST(LIBGUILE_SSH_INTERFACE)
AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile build_aux/Makefile])
+AC_CONFIG_FILES([m4/Makefile])
# Generate a Makefile, based on the results.
AC_OUTPUT