From 5dee0e32f018df47f463477f2fbfbc39fe8b122b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 17 Jan 2013 21:32:54 +0000 Subject: Construct most (not all yet) installable Python scripts in setup.py svn path=/branches/tk377/; revision=4971 --- ac_rpki.py.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ac_rpki.py.in') diff --git a/ac_rpki.py.in b/ac_rpki.py.in index 94c57e6f..4cf912dc 100644 --- a/ac_rpki.py.in +++ b/ac_rpki.py.in @@ -74,11 +74,13 @@ ac._configure_lists( ac._configure_strings( prefix = '''@prefix@''', sbindir = '''@sbindir@''', + sysconfdir = '''@sysconfdir@''', abs_top_builddir = '''@abs_top_builddir@''', abs_top_srcdir = '''@abs_top_srcdir@''', abs_builddir = '''@abs_builddir@''', exec_prefix = '''@exec_prefix@''', - libexecdir = '''@libexecdir@''') + libexecdir = '''@libexecdir@''', + PYTHON = '''@PYTHON@''') ac._fixup() -- cgit v1.2.3