bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] configure.in messages


From: Neal H Walfield
Subject: [patch] configure.in messages
Date: Thu, 23 Aug 2001 19:47:38 +0200
User-agent: Mutt/1.3.18i

This corrects the error message when libshouldbeinlibc or libstore is
not found on the Hurd.

2001-08-23  Neal H Walfield  <address@hidden>

        * configure.in (libshouldbeinlibc): Correct the text.
        (libstore): Likewise.


--- parted-1.5.4-pre2.orig/configure.in Mon Aug 20 08:41:27 2001
+++ parted-1.5.4-pre2/configure.in      Thu Aug 23 19:32:22 2001
@@ -208,8 +208,8 @@
        AC_CHECK_LIB(shouldbeinlibc, vm_deallocate,
                OS_LIBS="$OS_LIBS -lshouldbeinlibc",
                AC_MSG_ERROR(
-GNU Parted requires libshouldbeinlibc when running on
-GNU/Hurd systems.  It is a standard part of a GNU/Hurd system.
+GNU Parted requires libshouldbeinlibc on GNU/Hurd systems.
+Please install the development libraries.
                )
                exit
        )
@@ -225,8 +225,8 @@
        AC_CHECK_LIB(store, store_open,
                OS_LIBS="$OS_LIBS -lstore",
                AC_MSG_ERROR(
-GNU Parted requires libstore when running on GNU/Hurd
-systems.  It is a standard part of a GNU/Hurd system.
+GNU Parted requires libstore on GNU/Hurd systems.
+Please install the development libraries.
                )
                exit,
                $OS_LIBS $UUID_LIBS $LIBS

Attachment: pgp5V93OcVmye.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]