place files in normal location

This commit is contained in:
Martijn van Brummelen
2017-02-21 22:31:11 +01:00
parent 4e64cab3c3
commit c8a5a16108
33 changed files with 0 additions and 0 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