Discussion:
[PATCH] gnulib-tool: fix typo in comment output
Paul Eggert
2017-03-14 15:40:18 UTC
Permalink
* gnulib-tool (func_import): Fix typo with previous change.
---
ChangeLog | 3 +++
gnulib-tool | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 09aec7b..6ae54d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-03-14 Paul Eggert <***@cs.ucla.edu>

+ gnulib-tool: fix typo in comment output
+ * gnulib-tool (func_import): Fix typo with previous change.
+
snippets: work around GNU Make 3.82 VPATH
When using 'gnulib-tool --gnu-make' on Emacs, and building
the resulting tarball on Solaris 10 which bundles GNU Make 3.82,
diff --git a/gnulib-tool b/gnulib-tool
index 3ff40b8..12a167b 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -5115,7 +5115,7 @@ s,^\(.................................................[^ ]*\) *,
func_append actioncmd " --lgpl=$lgpl"
fi
fi
- if test -n "$gnu_make"; then
+ if $gnu_make; then
func_append actioncmd " --gnu-make"
fi
if test -n "$makefile_name"; then
--
2.9.3
Loading...