first try at building "libneutrino-hal" standalone

This commit is contained in:
Stefan Seyfried
2012-02-03 23:49:43 +01:00
parent 00fe1f2ed4
commit 245c511981
19 changed files with 541 additions and 0 deletions

8
autogen.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
cd $(dirname $0)
aclocal --force
libtoolize --force
autoconf --force
autoheader --force
automake --add-missing --force-missing --foreign