bug-sh-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in sh-utils-2.0/configure


From: Toomas Rosin
Subject: bug in sh-utils-2.0/configure
Date: Sun, 13 May 2001 13:49:12 +0200

On my system, configure reports:

    checking group of /dev/kmem... /dev/kmem

which is, obviously, not correct.  It seems that something wrong has
happened in autoconf.  `aclocal.m4' wants to do the right thing (line
2190):

               s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\)  *.*/\1/;

but the square brackets have not made it through autoconf -
`configure' has (line 9461):

               s/^.sSrwx-* *0-9* *\(^0-9*\)  *.*/\1/;

Peace,
Toomas.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]