Update of sr #111394 (group autoconf):

                Priority:       5 - Unprioritized => 8 - Release N (Blocker)
                  Status:                    None => Confirmed

    _______________________________________________________

Follow-up Comment #3:

Could you please test this patch for me?


diff --git i/lib/autoconf/specific.m4 w/lib/autoconf/specific.m4
index 38e9bfae..9db7234e 100644
--- i/lib/autoconf/specific.m4
+++ w/lib/autoconf/specific.m4
@@ -184,8 +184,8 @@ AS_CASE([$ac_cv_sys_year2038_opts],
 m4_define([_AC_SYS_YEAR2038_ENABLE],
 [m4_divert_text([DEFAULTS],
   m4_provide_if([AC_SYS_YEAR2038],
-    [enable_year2038=yes],
-    [enable_year2038=no]))]dnl
+    [: ${enable_year2038=yes}],
+    [: ${enable_year2038=no}]))]dnl
 [AC_ARG_ENABLE([year2038],
   m4_provide_if([AC_SYS_YEAR2038],
     [AS_HELP_STRING([--disable-year2038],


This should make it set the variable only if it isn't already set from the
environment.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?111394>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to