Codebase list jblas / upstream/latest configure
upstream/latest

Tree @upstream/latest (Download .tar.gz)

configure @upstream/latestraw · 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 $*