From 505669320b1d03c9b15fd32b8480e1ca7ac89a58 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 3 Feb 2015 15:04:28 +0100 Subject: [PATCH] btrfs-progs: build, fix version macro name Autoconf changed it to PACKAGE_VERSION and moved to config.h. Signed-off-by: David Sterba --- Documentation/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile.in b/Documentation/Makefile.in index 5ae1fca6..1f83685b 100644 --- a/Documentation/Makefile.in +++ b/Documentation/Makefile.in @@ -58,8 +58,8 @@ INSTALL = @INSTALL@ RM = @RM@ RMDIR = @RMDIR@ LN_S = @LN_S@ -BTRFS_VERSION = $(shell sed -n 's/.*BTRFS_BUILD_VERSION "Btrfs \(.*\)"/\1/p'\ - ../version.h) +BTRFS_VERSION = $(shell sed -n 's/.*PACKAGE_VERSION "\(.*\)"/\1/p'\ + ../config.h) ifneq ($(findstring $(MAKEFLAGS),s),s) ifndef V