Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
bd0c874d
Commit
bd0c874d
authored
Sep 22, 2011
by
JINMEI Tatuya
Browse files
[1101] cleanup: remove unnecessary variable from configure.ac
parent
b6709a70
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
bd0c874d
...
...
@@ -155,12 +155,10 @@ fi
PYTHON_SITEPKG_DIR=${pyexecdir}
AC_SUBST(PYTHON_SITEPKG_DIR)
# Th
ese
will be commonly used in various Makefile.am's that need to generate
# Th
is
will be commonly used in various Makefile.am's that need to generate
# python log messages.
PYTHON_LOGMSGPKG_DIR="\$(top_builddir)/src/lib/python/isc/log_messages"
AC_SUBST(PYTHON_LOGMSGPKG_DIR)
PYTHON_LOGMSGPKG_SRCDIR="\$(top_srcdir)/src/lib/python/isc/log_messages"
AC_SUBST(PYTHON_LOGMSGPKG_SRCDIR)
# This is python package paths commonly used in python tests. See
# README of log_messages for why it's included.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment