summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArtyom Poptsov <poptsov.artyom@gmail.com>2013-11-16 22:12:19 +0400
committerArtyom Poptsov <poptsov.artyom@gmail.com>2013-11-16 22:12:19 +0400
commit8e5ca662bf2f3c57a9a09709da7fc33d9e7879c8 (patch)
tree1edf61a78b53a86538c5af5c052abd2770a78ebd /configure.ac
parentMakefile.am: Add `GUILE_CFLAGS' to compiling/snarfing flags. (diff)
downloadguile-ssh-8e5ca662bf2f3c57a9a09709da7fc33d9e7879c8.tar.gz
configure.ac: Use `AC_CONFIG_MACRO_DIR' to set m4 dir.
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 fd84bc8..a4e4036 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@ AC_INIT([libguile-ssh], [0.3.1], [poptsov.artyom@gmail.com])
AC_COPYRIGHT(GUILE_SSH_CONFIGURE_COPYRIGHT)
AC_CONFIG_AUX_DIR([build_aux])
+AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)])