diff options
Diffstat (limited to 'extra/bison/build')
| -rwxr-xr-x | extra/bison/build | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/extra/bison/build b/extra/bison/build index bbd53ee2..f0407ff4 100755 --- a/extra/bison/build +++ b/extra/bison/build @@ -1,9 +1,11 @@  #!/bin/sh -e  export LDFLAGS="$LDFLAGS -static" +export M4=gm4  ./configure \ -    --prefix=/usr +    --prefix=/usr \ +    --disable-nls  make  make DESTDIR="$1" install | 
