Codebase list jblas / debian/1.1.1-1 configure
debian/1.1.1-1

Tree @debian/1.1.1-1 (Download .tar.gz)

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