From 602cc2abe0397a0ad9309fc3306c3dc2b9300c91 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 24 Sep 2008 09:10:15 +0000 Subject: Rocky: 25734: typo 25739: warn about GPL in binary if libgdm is linked --- ChangeLog | 7 +++++++ Test/B06fc.ztst | 2 +- configure.ac | 8 +++++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a4a12b58..6acf6b46c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-09-24 Peter Stephenson + + * 25739: configure.ac: warn about GPL in binary if libgdm + is linked. + + * Rocky Bernstein: 25734: Test/B06fc.ztst: typo. + 2008-09-23 Clint Adams * 25737: Src/Zle/computil.c: remove dead code in ca_parse_line. diff --git a/Test/B06fc.ztst b/Test/B06fc.ztst index 6195fd6ab..5ac41ebd2 100644 --- a/Test/B06fc.ztst +++ b/Test/B06fc.ztst @@ -7,5 +7,5 @@ %test $ZTST_testdir/../Src/zsh ./fcl -1:Checking that fc -l foo doesn't core dump history is empty +1:Checking that fc -l foo doesn't core dump when history is empty ?./fcl:fc:1: event not found: foo diff --git a/configure.ac b/configure.ac index 36f42d31c..d2efbb1d8 100644 --- a/configure.ac +++ b/configure.ac @@ -2934,4 +2934,10 @@ fi echo "See config.modules for installed modules and functions. " - +case x$LIBS in + (*-lgdbm*) + echo "WARNING: zsh has been linked against libgdbm. +This means the binary is covered by the GNU General Public License. +This does not affect the source code." + ;; +esac -- cgit 1.4.1