[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Mon Aug 23 13:58:52 UTC 2010


 configure.ac |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

New commits:
commit 56213caaef52621fab6e2566394b7bcbe6cc8725
Author: Petr Uzel <petr.uzel at suse.cz>
Date:   Mon Aug 23 14:29:46 2010 +0200

    build: suggest libuuid from util-linux-ng package
    
    * configure.ac: libuuid was moved from e2fsprogs to
    util-linux-ng-2.16.  Because distributions now often
    build e2fsprogs without libuuid support, suggest installing
    libuuid from util-linux-ng if it is missing, not from e2fsprogs.

diff --git a/configure.ac b/configure.ac
index 9ae5783..54d3ec1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -326,15 +326,12 @@ dnl Check for libuuid
 UUID_LIBS=""
 AC_CHECK_LIB([uuid], [uuid_generate], [UUID_LIBS="-luuid"],
 	[AC_MSG_ERROR(dnl
-[GNU Parted requires libuuid - a part of the e2fsprogs package (but
-sometimes distributed separately in uuid-devel or similar)
+[GNU Parted requires libuuid - a part of the util-linux-ng package (but
+usually distributed separately in libuuid-devel, uuid-dev or similar)
 This can probably be found on your distribution's CD or FTP site or at:
-         http://web.mit.edu/tytso/www/linux/e2fsprogs.html
-Note: if you are using precompiled packages you will also need the development
-package as well (which may be called e2fsprogs-devel or something similar).
-If you compile e2fsprogs yourself then you need to do 'make install' and
-'make install-libs'.])]
-)
+    http://userweb.kernel.org/~kzak/util-linux-ng/
+Note: originally, libuuid was part of the e2fsprogs package.  Later, it
+moved to util-linux-ng-2.16, and that package is now the preferred source.])])
 AC_SUBST([UUID_LIBS])
 
 dnl Check for libdevmapper



More information about the Parted-commits mailing list