Permalink
Cannot retrieve contributors at this time
executable file
9 lines (7 sloc)
154 Bytes
#!/bin/sh | |
PWD= | |
case "$0" in | |
*/*) srcdir=`dirname $0`;; | |
*) srcdir="";; | |
esac | |
exec ${AUTORECONF:-autoreconf} --install --symlink "$@" ${srcdir:+"$srcdir"} |