aboutsummaryrefslogtreecommitdiff
path: root/src/configure
blob: 5fe20527196ff72e2bb3a9f74b43eb53cc8ae1fb (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

TOPDIR=..

echo "dummy configure... starting at top: ${TOPDIR}/"

cd ${TOPDIR}/


./configure $@