12 lines
176 B
Bash
12 lines
176 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
libtoolize --force --copy
|
||
|
#gettextize --force --copy --intl
|
||
|
autoheader
|
||
|
aclocal -I m4
|
||
|
autoconf
|
||
|
automake -a -c -f
|
||
|
|
||
|
rm autom4te.cache/*
|
||
|
rmdir autom4te.cache
|