]> git.ipfire.org Git - thirdparty/autoconf.git/commit
DJGPP fix: do not try to source /dev/null as cache or site file.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 13 Sep 2009 19:15:10 +0000 (21:15 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 14 Sep 2009 17:32:55 +0000 (19:32 +0200)
commitd9226f650cfce1dd1e7aaa3d905d24aed8de88eb
treee87d3263a2efda8968a6094be33af807de745e2f
parent5d38833a3d4dca0bf8147c10ba75067f44dc5604
DJGPP fix: do not try to source /dev/null as cache or site file.

* lib/autoconf/general.m4 (AC_SITE_LOAD, AC_CACHE_LOAD): Do not
load the cache or site file if it is `/dev/null', as DJGPP treats
it as a regular file, but the shell then warns about it later.
Fixes several test suite failures on DJGPP.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/autoconf/general.m4