Browse Source

[1101] cleanup: remove unnecessary variable from configure.ac

JINMEI Tatuya 13 years ago
parent
commit
bd0c874dda
1 changed files with 1 additions and 3 deletions
  1. 1 3
      configure.ac

+ 1 - 3
configure.ac

@@ -155,12 +155,10 @@ fi
 PYTHON_SITEPKG_DIR=${pyexecdir}
 AC_SUBST(PYTHON_SITEPKG_DIR)
 
-# These will be commonly used in various Makefile.am's that need to generate
+# This 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.