8 lines
113 B
Bash
Executable file
8 lines
113 B
Bash
Executable file
#! /bin/sh
|
|
|
|
rm -rf autom4te.cache
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing --copy
|
|
autoconf
|
|
./configure $*
|