btrfs-progs: build: allow '--with-convert=' to accept comma-separated values
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 12 Oct 2017 12:08:54 +0000 (13:08 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 13 Oct 2017 18:15:51 +0000 (20:15 +0200)
commit2e5d35409a549c1876bc071f2f369de8ab5df60c
tree1ac2224200e40854b15953f8b507d37c5606d640
parent5a69c58be683f3b420dc67257c9a95191023c002
btrfs-progs: build: allow '--with-convert=' to accept comma-separated values

Before the change configure refused to accept it's defaults explicitly:
    $ ./configure --enable-convert --with-convert=ext2,reiserfs
    ...
    configure: error: unknown tokens for --with-convert: ,

After the change both converters are enabled:
    $ ./configure --enable-convert --with-convert=ext2,reiserfs
    ...
            btrfs-convert:      yes (ext2,reiserfs)

Cc: linux-btrfs@vger.kernel.org
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: David Sterba <dsterba@suse.com>
configure.ac