summaryrefslogtreecommitdiffstats
path: root/contrib/query-loc-0.4.0/reconf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/query-loc-0.4.0/reconf')
-rwxr-xr-xcontrib/query-loc-0.4.0/reconf8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/query-loc-0.4.0/reconf b/contrib/query-loc-0.4.0/reconf
new file mode 100755
index 0000000..c1cf732
--- /dev/null
+++ b/contrib/query-loc-0.4.0/reconf
@@ -0,0 +1,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