]> git.armaanb.net Git - asd-repo.git/blob - extra/m4/build
206a476a2e4c7e1f7d6b765c99a678a3cd025d37
[asd-repo.git] / extra / m4 / build
1 #!/bin/sh -e
2
3 export CFLAGS="$CFLAGS -static"
4
5 ./configure \
6     --prefix=/usr
7
8 make
9 make DESTDIR="$1" install