From: zkabelac@sourceware.org <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 configure configure.in
Date: 14 Mar 2012 19:25:05 -0000 [thread overview]
Message-ID: <20120314192505.2185.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: zkabelac at sourceware.org 2012-03-14 19:25:05
Modified files:
. : configure configure.in
Log message:
Update configure change
Always define THIN_CHECK_CMD define - since for now we compile thin code
in more places.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.176&r2=1.177
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.191&r2=1.192
--- LVM2/configure 2012/03/14 17:09:00 1.176
+++ LVM2/configure 2012/03/14 19:25:04 1.177
@@ -7064,14 +7064,14 @@
test -z "$THIN_CHECK_CMD" && as_fn_error $? "thin_check not found in path $PATH" "$LINENO" 5
fi
+ ;;
+esac
cat >>confdefs.h <<_ACEOF
#define THIN_CHECK_CMD "$THIN_CHECK_CMD"
_ACEOF
- ;;
-esac
################################################################################
--- LVM2/configure.in 2012/03/14 17:09:00 1.191
+++ LVM2/configure.in 2012/03/14 19:25:04 1.192
@@ -422,12 +422,12 @@
AC_PATH_PROG(THIN_CHECK_CMD, thin_check)
test -z "$THIN_CHECK_CMD" && AC_MSG_ERROR(thin_check not found in path $PATH)
fi
-
- AC_DEFINE_UNQUOTED([THIN_CHECK_CMD], ["$THIN_CHECK_CMD"],
- [The path to 'thin_check', if available.])
;;
esac
+AC_DEFINE_UNQUOTED([THIN_CHECK_CMD], ["$THIN_CHECK_CMD"],
+ [The path to 'thin_check', if available.])
+
################################################################################
dnl -- Disable readline
next reply other threads:[~2012-03-14 19:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-14 19:25 zkabelac [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-02-20 19:36 LVM2 configure configure.in prajnoha
2011-11-21 10:40 zkabelac
2011-04-28 16:54 agk
2010-06-07 14:32 zkabelac
2010-05-11 8:48 zkabelac
2009-09-02 19:32 agk
2009-04-24 21:44 agk
2007-09-18 18:26 meyering
2007-09-18 14:01 meyering
2006-10-12 18:17 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=20120314192505.2185.qmail@sourceware.org \
--to=zkabelac@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.