summaryrefslogtreecommitdiffstats
path: root/contrib/query-loc-0.4.0/reconf
blob: c1cf73224036bdd41cee2bba1164fcd73291c312 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# $Id: reconf,v 1.1 2008/02/15 01:47:15 marka Exp $

autoreconf
# We do not use automake but we need its install-sh file. We do not 
# care about the exit code.
automake --add-missing || true