Problem reported by Karl Berry in:
http://lists.gnu.org/archive/html/bug-gnulib/2016-01/msg00004.html
* modules/msvc-inval (Depends-on):
AC_REQUIRE gl_MSVC_INVAL instead of merely calling it.
* modules/msvc-nothrow (Depends-on): Likewise for gl_MSVC_NOTHROW.
+2016-01-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ msvc-inval: fix problem with unset shell var
+ Problem reported by Karl Berry in:
+ http://lists.gnu.org/archive/html/bug-gnulib/2016-01/msg00004.html
+ * modules/msvc-inval (Depends-on):
+ AC_REQUIRE gl_MSVC_INVAL instead of merely calling it.
+ * modules/msvc-nothrow (Depends-on): Likewise for gl_MSVC_NOTHROW.
+
2016-01-01 Pádraig Brady <P@draigBrady.com>
tests: for compare_(), use cmp -s where available
Depends-on:
configure.ac:
-gl_MSVC_INVAL
+AC_REQUIRE([gl_MSVC_INVAL])
if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
AC_LIBOBJ([msvc-inval])
fi
msvc-inval
configure.ac:
-gl_MSVC_NOTHROW
+AC_REQUIRE([gl_MSVC_NOTHROW])
if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
AC_LIBOBJ([msvc-nothrow])
fi