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

Re: minor problem with <linux/autoconf.h>



On Thu, 16 Aug 2001 12:25:04 +0200, 
"christian mueller" <christian.mueller1@gmx.de> wrote:
>xfsprogs-1.3.5: make fails in libdisk/liblvm.h at line 46 
>#include <linux/autoconf.h>
>on my SuSE 7.2 system.

The only reason to include autoconf.h is to extract the values of
CONFIG_ variables.  The only reference to CONFIG_ in libdisk is to test
for s390.  So unless you are building on s390, you can remove #include
<linux/autoconf.h>.  We will look at building xfsprogs without
autoconf, there is no guarantee that a distribution will install that
file.