12 lines
93 B
Bash
Executable file
12 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir autotools
|
|
|
|
aclocal
|
|
autoheader
|
|
automake
|
|
autoconf
|
|
automake
|
|
|
|
./configure "$@"
|
|
|