diff options
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() |