From c520f461caa84163b28c6d373c19d05d6eb62b0a Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 5 Jan 2012 20:55:52 +0200 Subject: [PATCH] configure: use londiste.py instead pgqadm.py to detect source dir --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 67230272..69ef5a06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(skytools, 3.0-git) -AC_CONFIG_SRCDIR(python/pgqadm.py) +AC_CONFIG_SRCDIR(python/londiste.py) AC_CONFIG_HEADER(lib/usual/config.h) AC_PREREQ([2.59]) -- 2.39.5