[kbuild-devel] Re: PATCH Trivial fix for xconfig
On Monday 19 July 2004 15:09, Roman Zippel wrote: > Hi, > > On Mon, 19 Jul 2004, Chris Lingard wrote: > > When qt is installed in /usr, then there is no need to set and > > export QTDIR; but make xconfig expects this. > > What distribution are you using? This would m
[kbuild-devel] PATCH Trivial fix for xconfig
$$QTDIR /usr/share/qt* /usr/lib/qt*; do \ + @set -e; for d in $$QTDIR /usr; do \ if [ -f $$d/include/qconfig.h ]; then DIR=$$d; break; fi; \ done; \ if [ -z "$$DIR" ]; then \ Signed off Chris Lingard [EMAIL