6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
|
|
#! /bin/sh -e
|
||
|
|
libtoolize --copy
|
||
|
|
aclocal
|
||
|
|
automake --add-missing --copy
|
||
|
|
autoconf
|