Codebase list jblas / HEAD configure
HEAD

Tree @HEAD (Download .tar.gz)

configure @HEADraw · history · blame

1
2
3
4
5
6
7
8
9
#!/bin/bash

if [ "$1" == "--keep-options" ]; then
    shift
else
    echo $* >configure.options
fi

ruby config/configure.rb $*