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