first try at building "libneutrino-hal" standalone

Origin commit data
------------------
Branch: master
Commit: 245c511981
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-03 (Fri, 03 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-02-03 23:49:43 +01:00
parent dc0bc30cd7
commit dfdbdf2f48
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