https://bugs.freedesktop.org/show_bug.cgi?id=27739
Summary: build in a separate directory includes config.h from build directory Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: minor Priority: medium Component: libdrm AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: hramrach@centrum.cz
to reproduce
1) checkout the 2.4.19 version of drm from git 2) run ./configure 3) update to 2.4.20 4) mkdir build ; cd build ; ../configure ; make
the build in the build directory includes the old config.h from the source directory and fails.