From 581c4094987e82e77b9e29cdbfc51a6256143ff1 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Mon, 9 Jul 2007 11:16:54 -0600 Subject: [PATCH] have configure claim it's "util-linux", not "util-linux-ng" --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 79dcc6d1..1afdb431 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(util-linux-ng, 2.13-rc1, kzak@redhat.com) +AC_INIT(util-linux, 2.13-rc1, kzak@redhat.com) AC_PREREQ(2.59) @@ -91,7 +91,7 @@ elif test x$with_fsprobe = xvolume_id; then fi if test $have_blkid = no && test $have_volume_id = no; then - AC_MSG_ERROR([blkid or volume_id is needed to build util-linux-ng.]) + AC_MSG_ERROR([blkid or volume_id is needed to build util-linux.]) fi AM_GNU_GETTEXT_VERSION([0.14.1]) -- 2.39.5