From 11c99aab12378869b822ce94372bda97c79dd102 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 16 Jun 2009 07:16:45 -1000 Subject: Rename bootstrap to autogen.sh --- autogen.sh | 8 ++++++++ bootstrap | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100755 autogen.sh delete mode 100755 bootstrap diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 000000000..99e3830d0 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,8 @@ +#!/bin/bash +aclocal -I m4 +libtoolize --copy --force +autoconf +autoheader +touch config.h.in +automake --foreign --add-missing --copy +rm -rf autom4te.cache diff --git a/bootstrap b/bootstrap deleted file mode 100755 index 99e3830d0..000000000 --- a/bootstrap +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -aclocal -I m4 -libtoolize --copy --force -autoconf -autoheader -touch config.h.in -automake --foreign --add-missing --copy -rm -rf autom4te.cache -- cgit