]> Savannah Git Hosting - gnulib.git/commitdiff
msvc-inval: fix problem with unset shell var
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Jan 2016 00:19:53 +0000 (16:19 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Jan 2016 00:20:17 +0000 (16:20 -0800)
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.

ChangeLog
modules/msvc-inval
modules/msvc-nothrow

index c41b27dc8f3731c94572d45404133f572706082f..2c60bc9c1bc7c75406e5e3564ffe884cde3582b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
index 7eb030aca45af900aee978f711ad3e60fe303ed7..ea1a7af8e93d43daf14ddda5c8f6df793cdcdded 100644 (file)
@@ -9,7 +9,7 @@ m4/msvc-inval.m4
 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
index 076bb86d492dd1a37baf7fb28ddf3e8defe8f83b..2e670f9aab4dca646b9b240ae518b457e17bece1 100644 (file)
@@ -11,7 +11,7 @@ Depends-on:
 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