Files
nwipe/init.sh
2013-09-06 23:46:28 +01:00

9 lines
112 B
Bash
Executable File

#!/bin/bash
# Script to create all the required autoconf files
aclocal
autoheader
automake --missing
autoconf