New automake-based build process.

This commit is contained in:
Markus Kauppila 2011-05-25 18:53:48 +03:00
parent 6a2c27c6eb
commit 122418566e
29 changed files with 23344 additions and 55 deletions

11
test/test-automation/autogen.sh Executable file
View file

@ -0,0 +1,11 @@
#! /bin/sh
echo "Generating build information using autoreconf"
echo "This may take a while..."
test -d acinclude || mkdir acinclude
autoreconf -i
# Run configure for this platform
echo "Now you are ready to run ./configure"