From: Bryn M. Reeves <breeves@redhat.com>
To: lvm-devel@redhat.com
Subject: [LVM2 PATCH] cleanup configure output
Date: Tue, 09 Jan 2007 21:49:35 +0000 [thread overview]
Message-ID: <45A40DEF.4080306@redhat.com> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Alasdair,
Three of the LVM2 configure tests produce duplicated results:
checking for sepol_check_context function... checking for
sepol_check_context in -lsepol... no
no
checking for is_selinux_enabled function... checking for
is_selinux_enabled in -lselinux... yes
yes
checking for clock_gettime function... checking for clock_gettime in
- -lrt... yes
yes
These are AC_CHECK_LIB tests followed by an AC_MSG_RESULT, but
AC_CHECK_LIB already outputs the result by itself.
Attached patch removes the redundant AC_MSG_RESULT macros.
Regards,
Bryn.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFFpA3v6YSQoMYUY94RAsK8AJ9X4pGXgDBa7IeSrGtqZcMC7/zQ/gCeIunM
mL1qWdsFS2UE+jqhzPODplc=
=jImi
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: drop-redundant-autoconf-messages.patch
Type: text/x-patch
Size: 1173 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20070109/9bd85573/attachment.bin>
reply other threads:[~2007-01-09 21:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45A40DEF.4080306@redhat.com \
--to=breeves@redhat.com \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.