From: Richard W.M. Jones Date: Thu, 9 Apr 2015 12:41:48 +0000 (+0100) Subject: configure: Fix package name (nonfree, not free!) X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=e1f7c03eb645e63c41e4f9a31bcfaca4c8db0adb;p=virt-v2v-test-cases-nonfree.git configure: Fix package name (nonfree, not free!) --- diff --git a/configure.ac b/configure.ac index 9f9f73e..976cf82 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([virt-v2v-test-cases-free],[1.0.0]) +AC_INIT([virt-v2v-test-cases-nonfree],[1.0.0]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign])