From 623047109ab5a069cd34cab6b8c4c343fc70b48d Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Fri, 25 Sep 2009 06:45:57 -0400 Subject: [PATCH] Using $srcdir is the proper way to go --- configure.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index 5cc693c..c047b12 100644 --- a/configure.in +++ b/configure.in @@ -99,10 +99,10 @@ AC_SUBST(REV_DATESTAMP) AC_SUBST(REV_TIMESTAMP) dnl Check if version file is present -AM_CONDITIONAL([RELEASE_PRESENT], [test -f release]) +AM_CONDITIONAL([RELEASE_PRESENT], [test -f $srcdir/release]) # Also read in the version from it -if test -f release; then +if test -f $srcdir/release; then NP_RELEASE="$(