[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/2] Rename bootstrap to autogen.sh
- From: David Cantrell <dcantrell redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 1/2] Rename bootstrap to autogen.sh
- Date: Wed, 17 Jun 2009 08:31:11 -1000
---
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 0000000..99e3830
--- /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 99e3830..0000000
--- 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
--
1.6.2.2
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]