Add init file to create autoconf files from bare tree

This commit is contained in:
Andy Beverley
2013-09-06 23:46:28 +01:00
parent b40d4d10c8
commit 2409546885
2 changed files with 8 additions and 396 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 --missing
autoconf