4
0
Эх сурвалжийг харах

Merge branch 'mtelka-release'

Sebastian Wolf 2 жил өмнө
parent
commit
719b2a05ef
3 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 1 0
      NEWS
  2. 1 0
      THANKS.in
  3. 1 1
      configure.ac

+ 1 - 0
NEWS

@@ -3,6 +3,7 @@ This file documents the major additions and syntax changes between releases.
 2.4.5 2023-05-15
 2.4.5 2023-05-15
 	FIXES
 	FIXES
 	check_tcp: Add --sni as an alias to -N (#701)
 	check_tcp: Add --sni as an alias to -N (#701)
+	build: fix bug when using VPATH builds (#700)
 
 
 2.4.4 2023-04-14
 2.4.4 2023-04-14
 	FIXES
 	FIXES

+ 1 - 0
THANKS.in

@@ -246,6 +246,7 @@ Marc Remy
 Marc Sánchez
 Marc Sánchez
 Marcel Klein
 Marcel Klein
 Marcel Kuiper
 Marcel Kuiper
+Marcel Telka
 Marco Beck
 Marco Beck
 Marcos Della
 Marcos Della
 Mario Trangoni
 Mario Trangoni

+ 1 - 1
configure.ac

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