8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
|
#!/bin/sh
|
||
|
set -x
|
||
|
autoheader
|
||
|
libtoolize --force --copy
|
||
|
aclocal -I config
|
||
|
automake --foreign --add-missing --force-missing --copy
|
||
|
autoconf
|