diff options
author | Andy Wingo <wingo@pobox.com> | 2011-07-25 18:26:37 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-07-25 18:26:37 +0200 |
commit | ab4bc85398a14b62b58694bab83c63be286b2fd5 (patch) | |
tree | 84bfe7b0b6064016bcfadb76ec95d07410654fe8 /module/scripts/autofrisk.scm | |
parent | f29c300507da21a667f5b82e75300f8009eab9cc (diff) | |
parent | f4b7d918eff9770f09893b023fd834f5c0bc33d1 (diff) | |
download | guile-ab4bc85398a14b62b58694bab83c63be286b2fd5.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts:
GUILE-VERSION
test-suite/tests/srfi-4.test
Diffstat (limited to 'module/scripts/autofrisk.scm')
-rw-r--r-- | module/scripts/autofrisk.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/module/scripts/autofrisk.scm b/module/scripts/autofrisk.scm index 943c90227..9bce06e2a 100644 --- a/module/scripts/autofrisk.scm +++ b/module/scripts/autofrisk.scm @@ -1,6 +1,6 @@ ;;; autofrisk --- Generate module checks for use with auto* tools -;; Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2006, 2009, 2011 Free Software Foundation, Inc. ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public License @@ -62,6 +62,9 @@ :use-module (scripts frisk) :export (autofrisk)) +(define %include-in-guild-list #f) +(define %summary "Generate snippets for use in configure.ac files.") + (define *recognized-keys* '(files-glob non-critical-external non-critical-internal |