bootstrap
author Florian Pose <fp@igh-essen.com>
Fri, 27 Oct 2006 09:33:43 +0000
changeset 450 03523dfc4dff
parent 392 eaee3c8d6ae0
child 479 610ddcf35d5c
permissions -rwxr-xr-x
Added missing RTAI include path to RTAI example.
#!/bin/bash

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