11 lines
98 B
Bash
Executable File
11 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
autoreconf --force --install
|
|
|
|
rm -f config.h.in~
|
|
rm -rf autom4te.cache
|
|
|
|
# EOF
|