diff options
author | Rob Austein <sra@hactrn.net> | 2013-01-17 21:32:54 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-01-17 21:32:54 +0000 |
commit | 5dee0e32f018df47f463477f2fbfbc39fe8b122b (patch) | |
tree | 76af61620f77b51fd97dde57ee242d6087945d37 /ac_rpki.py.in | |
parent | 6add91586e685863576147cfc18dfe3199433cd3 (diff) |
Construct most (not all yet) installable Python scripts in setup.py
svn path=/branches/tk377/; revision=4971
Diffstat (limited to 'ac_rpki.py.in')
-rw-r--r-- | ac_rpki.py.in | 4 |
1 files changed, 3 insertions, 1 deletions
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() |