mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
9 lines
116 B
Bash
9 lines
116 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Script to create all the required autoconf files
|
||
|
|
|
||
|
|
aclocal
|
||
|
|
autoheader
|
||
|
|
automake --add-missing
|
||
|
|
autoconf
|