Codebase list jblas / debian/1.2.4-3 configure
debian/1.2.4-3

Tree @debian/1.2.4-3 (Download .tar.gz)

configure @debian/1.2.4-3raw · 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 $*