bootstrap
author Florian Pose <fp@igh-essen.com>
Tue, 07 Nov 2006 13:30:02 +0000
changeset 488 b6f0fa579f03
parent 479 610ddcf35d5c
child 495 88c597598bbc
permissions -rwxr-xr-x
Fixed dist files.
#!/bin/bash

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