bootstrap
author Florian Pose <fp@igh-essen.com>
Fri, 16 Mar 2007 14:42:04 +0000
changeset 663 38d9c37664d9
parent 543 26a5793040a9
child 1242 632a6b91f8e4
permissions -rwxr-xr-x
Completely lock master while an EoE cycle is executing.
#!/bin/bash

# $Id$

set -x
mkdir -p autoconf
aclocal -I autoconf
autoheader
touch ChangeLog
automake --add-missing --copy
autoconf