bootstrap
author Florian Pose <fp@igh-essen.com>
Fri, 13 Oct 2006 09:38:23 +0000
changeset 392 eaee3c8d6ae0
parent 387 e6e708a5d502
child 479 610ddcf35d5c
permissions -rwxr-xr-x
Debug interfaces not compiled by default.
#!/bin/bash

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