bison: let nls be detected

This commit is contained in:
Dylan Araps 2019-10-05 17:49:12 +03:00
parent 1a44d74e7c
commit 44f2eca475
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,8 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-nls
--prefix=/usr
make
make DESTDIR="$1" install