From f2e56f5d3d0f951a05b154c9c850568ce2653cf9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Use correct @PACKAGE_foo@ macros. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 13967ee..68e1a9e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,8 +21,8 @@ #---------------------------------------------------------------------- # General configuration -PACKAGE := @PACKAGE@ -VERSION := @VERSION@ +PACKAGE := @PACKAGE_NAME@ +VERSION := @PACKAGE_VERSION@ HAVE_PERLDOC := @HAVE_PERLDOC@ HAVE_QEMU := @HAVE_QEMU@ -- 1.8.3.1