This commit is contained in:
Martijn van Brummelen
2017-02-12 22:30:00 +01:00
parent 16e78b8523
commit 464bf788c5
24 changed files with 1639 additions and 11 deletions

8
init.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Script to create all the required autoconf files
aclocal
autoheader
automake --add-missing
autoconf