Przeglądaj źródła

configure needs full path to release file

Marcel Telka 2 lat temu
rodzic
commit
7a8c4b1fd9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -108,7 +108,7 @@ AM_CONDITIONAL([RELEASE_PRESENT], [test -f $srcdir/release])
 
 # Also read in the version from it
 if test -f $srcdir/release; then
-	NP_RELEASE="$(<release)"
+	NP_RELEASE="$(<$srcdir/release)"
 else
 	NP_RELEASE="$PACKAGE_VERSION"
 fi