lol
at 15.09-beta 15 lines 589 B view raw
1diff -ruN qt-x11-free-3.3.3/configure qt-x11-free-3.3.3.new/configure 2--- qt-x11-free-3.3.3/configure 2004-06-14 11:18:55.000000000 +0200 3+++ qt-x11-free-3.3.3.new/configure 2005-11-12 19:39:43.000000000 +0100 4@@ -16,9 +16,9 @@ 5 relconf=`basename $0` 6 # the directory of this script is the "source tree" 7 relpath=`dirname $0` 8-relpath=`(cd $relpath; /bin/pwd)` 9+relpath=`(cd $relpath; pwd)` 10 # the current directory is the "build tree" or "object tree" 11-outpath=`/bin/pwd` 12+outpath=`pwd` 13 14 # later cache the command line in config.status 15 OPT_CMDLINE=`echo $@ | sed "s,-v ,,g; s,-v$,,g"`