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.
This commit is contained in:
parent
0884918af6
commit
75cc43aa56
|
@ -45,6 +45,7 @@ exit 0
|
|||
sharedstatedir
|
||||
localstatedir
|
||||
oldincludedir
|
||||
runstatedir
|
||||
infodir
|
||||
htmldir
|
||||
;; dvidir - converted to "collectsdir"
|
||||
|
|
Loading…
Reference in New Issue
Block a user