btrfs-progs: build: extend convert options
authorDavid Sterba <dsterba@suse.com>
Tue, 23 Aug 2016 15:21:30 +0000 (17:21 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 24 Aug 2016 12:37:36 +0000 (14:37 +0200)
commit73071f0ce491688137ce5d8d8965416b43cfde4d
tree542c0380633e372865c8efd04dc9d674ac5a814f
parentaa07e4be0060750b31bb2f7664b6de003b86aa01
btrfs-progs: build: extend convert options

Add --with-convert[=VALUE] option to configure. Accepts ext2, auto, yes,
or no, but will be extended to more in the future. The configure-time
defines are not used in the code, ext2 is built-in unconditionally.

Signed-off-by: David Sterba <dsterba@suse.com>
Makefile.in
btrfs-convert.c
configure.ac