From 75cc43aa56490b3652ed683e59a0367d147494b1 Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Fri, 10 May 2019 18:19:49 +0200 Subject: [PATCH] In autoconf 2.70 variable runstatedir was added - ignore (#2606) Ignore new autoconf variable added in 2.70. The interesting thing is that debian decided to backport this variable to their 2.69 release so in some 2.69 autoconf this variable does not exist but in debian ports 2.69 generates this variable. It is nonetheless not useful for Racket, so add to ignore list. --- racket/src/ac/make-configure | 1 + 1 file changed, 1 insertion(+) diff --git a/racket/src/ac/make-configure b/racket/src/ac/make-configure index ab393adb7e..a007e17aa8 100755 --- a/racket/src/ac/make-configure +++ b/racket/src/ac/make-configure @@ -45,6 +45,7 @@ exit 0 sharedstatedir localstatedir oldincludedir + runstatedir infodir htmldir ;; dvidir - converted to "collectsdir"