]> git.armaanb.net Git - asd-repo.git/blob - extra/flex/build
Adapt for asd linux
[asd-repo.git] / extra / flex / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     ac_cv_func_malloc_0_nonnull=yes \
6     ac_cv_func_realloc_0_nonnull=yes
7
8 make
9 make DESTDIR="$1" install
10
11 ln -s flex "$1/usr/bin/lex"