From: ntfreak at B. <nt...@ma...> - 2009-01-20 14:27:02
|
Author: ntfreak Date: 2009-01-20 14:27:02 +0100 (Tue, 20 Jan 2009) New Revision: 1352 Modified: trunk/configure.in Log: - fix issue with configure when building srcdir != builddir Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-01-20 09:08:39 UTC (rev 1351) +++ trunk/configure.in 2009-01-20 13:27:02 UTC (rev 1352) @@ -35,7 +35,7 @@ if test $build_release = no; then # check we can find guess-rev.sh - AC_CHECK_FILE("guess-rev.sh", build_release=no, build_release=yes) + AC_CHECK_FILE("$srcdir/guess-rev.sh", build_release=no, build_release=yes) fi # We are not *ALWAYS* being installed in the standard place. |