From a3c36b3196bf9948f82864573ca632e5f75ca902 Mon Sep 17 00:00:00 2001 From: Artyom Poptsov Date: Sun, 25 Aug 2013 21:17:54 +0400 Subject: Use the magic snarfer. Use the Guile magic snarfer to make guile_ssh_* functions visible to the Scheme world. Use functions names as they seen from Scheme instead of C names in type check macros. * src/auth.c, src/channel-func.c, src/channel-type.c, src/key-func.c, src/key-type.c, src/session-func.c, src/session-type.c, src/version.c: Use snarfing macros. * src/Makefile.am: Use guile-snarf to generate needed files. Fix some comments. * configure.ac: Use AM_SILENT_RULES. * .gitignore: Ignore files produced by the magic snarfer. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 59d855b..32602aa 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,7 @@ AC_INIT([libguile-ssh], [0.3.1], [poptsov.artyom@gmail.com]) AM_INIT_AUTOMAKE +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)]) AC_PROG_CC -- cgit v1.2.3