~tux-style/libosmscout/libosmscout-map-qt

1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh

d=libosmscout-map-qt
test -d "$d" || continue
test -x "${d}/autogen.sh" && (cd $d && ./autogen.sh)

cp -p configure.ac configure
chmod a+rx configure

./configure "$@"