From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Tue, 5 Feb 2008 11:37:00 +0000 (+0000) Subject: Use correct @PACKAGE_foo@ macros. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f2e56f5d3d0f951a05b154c9c850568ce2653cf9;p=virt-p2v.git Use correct @PACKAGE_foo@ macros. --- 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@