Files
nwipe/init.sh
2017-02-21 22:31:11 +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