Files
nwipe/init.sh
2013-09-06 23:47:17 +01:00

9 lines
116 B
Bash
Executable File

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