While the "autoconfiscate" name is very clever and cute, the de-facto standard name for this kind of script is "autogen", and deviating from it means having to special-case the libvirt-cim project when, for example, setting up a CI environment. Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx> --- README | 2 +- autoconfiscate.sh => autogen.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename autoconfiscate.sh => autogen.sh (100%) diff --git a/README b/README index 8b6909c..d3e9172 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@ Requirements: Procedure: -If building a tree cloned from the hg repository, run this step first: - $ ./autoconfiscate.sh + $ ./autogen.sh $ ./configure $ make diff --git a/autoconfiscate.sh b/autogen.sh similarity index 100% rename from autoconfiscate.sh rename to autogen.sh -- 2.13.5 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list