wangle/ssl/TLSTicketKeySeeds.h
FormatTables.cpp: build/generate_format_tables.py
- build/generate_format_tables.py
+ $(PYTHON) build/generate_format_tables.py
CLEANFILES += FormatTables.cpp
EscapeTables.cpp: build/generate_escape_tables.py
- build/generate_escape_tables.py
+ $(PYTHON) build/generate_escape_tables.py
CLEANFILES += EscapeTables.cpp
GroupVarintTables.cpp: build/generate_varint_tables.py
- build/generate_varint_tables.py
+ $(PYTHON) build/generate_varint_tables.py
CLEANFILES += GroupVarintTables.cpp
libfollybase_la_SOURCES = \
AX_BOOST_SYSTEM
AX_BOOST_FILESYSTEM
+# Check for python interpreter
+AM_PATH_PYTHON
+
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([fcntl.h features.h inttypes.h limits.h stdint.h stdlib.h string.h sys/time.h unistd.h mutex.h malloc.h emmintrin.h byteswap.h bits/functexcept.h bits/c++config.h])