summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-06-16 07:16:45 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-06-17 08:20:11 -1000
commit11c99aab12378869b822ce94372bda97c79dd102 (patch)
tree87c482b80bbca36b2bb518241690be7fc5834466 /autogen.sh
parent3e00a977fe7ed01aecb62ac60a273c997f9ef715 (diff)
downloadanaconda-11c99aab12378869b822ce94372bda97c79dd102.tar.gz
anaconda-11c99aab12378869b822ce94372bda97c79dd102.tar.xz
anaconda-11c99aab12378869b822ce94372bda97c79dd102.zip
Rename bootstrap to autogen.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 8 insertions, 0 deletions
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