]> err.no Git - util-linux/commitdiff
have configure claim it's "util-linux", not "util-linux-ng"
authorLaMont Jones <lamont@mix.mmjgroup.com>
Mon, 9 Jul 2007 17:16:54 +0000 (11:16 -0600)
committerLaMont Jones <lamont@mix.mmjgroup.com>
Mon, 9 Jul 2007 17:16:54 +0000 (11:16 -0600)
configure.ac

index 79dcc6d15f8c8bd606b718aae721690854d11a87..1afdb4317d79e36dfa1bec794c0eff71f6bc6f24 100644 (file)
@@ -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])