[Pkg-electronics-commits] [gnucap] 39/43: fix: change readline warning message.

felix salfelder felix-guest at moszumanska.debian.org
Wed Oct 4 03:21:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository gnucap.

commit 1d1cfeb426a4b914821d14c0806d0e74ff589692
Author: al davis <ad211 at freeelectron.net>
Date:   Tue Oct 3 17:56:05 2017 -0400

    fix: change readline warning message.
    
    Some people think it won't build without readline, which is not true.
    The change of message should clarify that it will still build,
    but without command line editing.
---
 include/patchlev.h | 2 +-
 lib/configure      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/patchlev.h b/include/patchlev.h
index 772ccd5..3af5b7e 100644
--- a/include/patchlev.h
+++ b/include/patchlev.h
@@ -1 +1 @@
-#define PATCHLEVEL "fix 2017.07.18"
+#define PATCHLEVEL "fix 2017.10.03"
diff --git a/lib/configure b/lib/configure
index bca4767..a10a76e 100755
--- a/lib/configure
+++ b/lib/configure
@@ -34,7 +34,7 @@ if [ -f a.out ] ; then
     echo "-DHAVE_LIBREADLINE \\" >>Make.ccflags
     echo "-lreadline -ltermcap \\" >>Make.libs
 else
-    echo "either libtermcap or libreadline is missing - not using readline"
+    echo "warning: either libtermcap or libreadline is missing - building without readline"
 fi
 rm -f a.out
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git



More information about the Pkg-electronics-commits mailing list