Fix #696 - Find python as part of the configure process instead of hard coding it.
Change-Id: I66d91f16d156d1a940f41ab16a049fb38f0e8bc4
This commit is contained in:

committed by
Jeffrey Altman

parent
d269c30b2b
commit
6415a2032e
@@ -18,6 +18,7 @@ dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
AM_PROG_CC_C_O
|
||||
AC_PROG_CPP
|
||||
AM_PATH_PYTHON
|
||||
AC_CHECK_PROG(CLANG_FORMAT, clang-format, [clang-format], [no])
|
||||
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
@@ -89,8 +89,6 @@ idn_lookup_SOURCES = idn-lookup.c
|
||||
|
||||
LDADD = libwind.la $(LIB_roken)
|
||||
|
||||
PYTHON = python
|
||||
|
||||
if !MAINTAINER_MODE
|
||||
skip_python = test -f $@ ||
|
||||
endif
|
||||
|
Reference in New Issue
Block a user