From: agk@sourceware.org <agk@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 WHATS_NEW configure configure.in
Date: 27 Jun 2008 19:57:28 -0000 [thread overview]
Message-ID: <20080627195728.1376.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk at sourceware.org 2008-06-27 19:57:27
Modified files:
. : WHATS_NEW configure configure.in
Log message:
Enable readline by default if available.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.922&r2=1.923
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.72&r2=1.73
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.73&r2=1.74
--- LVM2/WHATS_NEW 2008/06/27 19:24:17 1.922
+++ LVM2/WHATS_NEW 2008/06/27 19:57:27 1.923
@@ -1,5 +1,6 @@
Version 2.02.39 -
================================
+ Enable readline by default if available.
Update autoconf to 2008-01-16.
Add $DISTCLEAN_DIRS to make.tmpl.in.
Create coverage reports with --enable-profiling and make lcov or lcov-dated.
--- LVM2/configure 2008/06/27 19:24:17 1.72
+++ LVM2/configure 2008/06/27 19:57:27 1.73
@@ -1317,7 +1317,7 @@
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-lvm1_fallback Use this to fall back and use LVM1 binaries if
device-mapper is missing from the kernel
- --enable-readline Enable readline support
+ --disable-readline Disable readline support
--disable-realtime Disable realtime clock support
--enable-debug Enable debugging
--enable-profiling Gather gcov profiling data
@@ -8509,7 +8509,7 @@
if test "${enable_readline+set}" = set; then
enableval=$enable_readline; READLINE=$enableval
else
- READLINE=no
+ READLINE=yes
fi
{ echo "$as_me:$LINENO: result: $READLINE" >&5
--- LVM2/configure.in 2008/06/27 19:24:17 1.73
+++ LVM2/configure.in 2008/06/27 19:57:27 1.74
@@ -269,11 +269,11 @@
fi
################################################################################
-dnl -- Enable readline
+dnl -- Disable readline
AC_MSG_CHECKING(whether to enable readline)
AC_ARG_ENABLE([readline],
- [ --enable-readline Enable readline support],
- [READLINE=$enableval], [READLINE=no])
+ [ --disable-readline Disable readline support],
+ [READLINE=$enableval], [READLINE=yes])
AC_MSG_RESULT($READLINE)
################################################################################
next reply other threads:[~2008-06-27 19:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-27 19:57 agk [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-10 8:54 LVM2 WHATS_NEW configure configure.in zkabelac
2010-07-31 0:43 agk
2010-03-04 11:09 zkabelac
2009-10-14 4:10 fabbione
2009-09-01 19:11 fabbione
2009-07-31 13:31 agk
2008-11-24 13:33 agk
2007-07-13 17:08 agk
2007-01-09 22:07 agk
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=20080627195728.1376.qmail@sourceware.org \
--to=agk@sourceware.org \
--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.