build (99B)
1 #!/usr/bin/env sh 2 3 #./autogen.sh 4 ./configure \ 5 $KISS_CONFIGURE \ 6 --prefix=/usr 7 make 8 make install