Files
nwipe/autogen.sh
2020-07-13 19:10:12 -04:00

9 lines
116 B
Bash
Executable File

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