bootstrap.sh
author J. Ali Harlow <ali@juiblex.co.uk>
Thu Nov 10 11:15:09 2011 +0000 (2011-11-10)
changeset 13 b0a35bae4961
child 38 a29623b68ca2
permissions -rw-r--r--
Support razor 0.5 (atomic transactions).
Don't create repositories with multiple roots.
Filter out "other" arches from yum repositories.
Mark win32 binaries as needing elevated privileges.
ali@0
     1
#!/bin/sh
ali@0
     2
set -e
ali@0
     3
mkdir -p config
ali@0
     4
autoheader
ali@0
     5
aclocal
ali@0
     6
libtoolize
ali@0
     7
automake --foreign --add-missing
ali@0
     8
autoconf