bootstrap
author Florian Pose <fp@igh-essen.com>
Wed, 25 Oct 2006 16:49:53 +0000
changeset 444 31223539fc00
parent 392 eaee3c8d6ae0
child 479 610ddcf35d5c
permissions -rwxr-xr-x
Compiler flag -DSVNREV only for module.c to avoid unnecessary recompiling.
#!/bin/bash

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