10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
|
#requires bison
|
||
|
#requires libtool
|
||
|
|
||
|
mcd $BUILDDIR/gettext
|
||
|
|
||
|
$SRC/gettext-*/configure $TCONFIGARGS --disable-static --enable-shared --with-pic-=yes --disable-csharp --disable-rpath
|
||
|
|
||
|
make $J
|
||
|
make $J install
|