From: LaMont Jones Date: Mon, 9 Jul 2007 17:16:54 +0000 (-0600) Subject: have configure claim it's "util-linux", not "util-linux-ng" X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=581c4094987e82e77b9e29cdbfc51a6256143ff1;p=util-linux have configure claim it's "util-linux", not "util-linux-ng" --- 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])