diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-08-25 21:17:54 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-08-25 21:59:06 +0400 |
| commit | a3c36b3196bf9948f82864573ca632e5f75ca902 (patch) | |
| tree | 081e1fd9711090fd7144fa5d5c6fbe0a6be67463 /configure.ac | |
| parent | channel-func.c (guile_ssh_channel_read): Fix a memory corruption. (diff) | |
| download | guile-ssh-a3c36b3196bf9948f82864573ca632e5f75ca902.tar.gz | |
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.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
