Files
nwipe/init.sh

9 lines
116 B
Bash
Raw Normal View History

2017-02-12 22:30:00 +01:00
#!/bin/bash
# Script to create all the required autoconf files
aclocal
autoheader
automake --add-missing
autoconf