* gnulib-tool (func_import): Fix typo with previous change.
2017-03-14 Paul Eggert <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,
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