
On 09/22/2017 09:28 AM, Andrea Bolognani wrote:
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@redhat.com> --- README | 2 +- autoconfiscate.sh => autogen.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename autoconfiscate.sh => autogen.sh (100%)
libvirt-cim has it's own mailing list (libvirt-cim@redhat.com) and achives: https://www.redhat.com/archives/libvirt-cim/index.html. The last email there (april 2015) and last patch (aug 2014) - I venture to say perhaps the "doesn't anyone really care" starts to factor in. Then of course, is there a way (need/desire) to kill it completely? John
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