From ba5b25827947a33ce615a177f0a2afb2798da60a Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Fri, 24 Apr 2009 11:32:58 +0200 Subject: [PATCH] rename bootstrap to autogen.sh By convention the script calling the auto tools is named autogen.sh. I rename 'bootstrap' to 'autogen.sh' in order to stick to this convention. Signed-off-by: Daniel Lezcano Reported-by: Michael K Johnson --- bootstrap => autogen.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bootstrap => autogen.sh (100%) mode change 100755 => 100644 diff --git a/bootstrap b/autogen.sh old mode 100755 new mode 100644 similarity index 100% rename from bootstrap rename to autogen.sh -- 2.47.3