Check for python in configure
authorSara Golemon <sgolemon@fb.com>
Thu, 11 Jun 2015 21:06:38 +0000 (14:06 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 11 Jun 2015 21:50:33 +0000 (14:50 -0700)
commit5961a52b70dfb3783c3506970c76332fc6e75fd1
treef15e29addac21989cb87d5c4e18a9b4e09d9ca4e
parent259337dcd5683e22fb100acdf572f9df40ca26c8
Check for python in configure

Summary: Some OSs have python named according to a version ID
e.g. `python2.7` without a symlink from plain `python`

Use autotool's AM_PATH_PYTHON to search for a suitable interpreter
and use that to generate the *Tables.cpp files.

Closes #109

Reviewed By: @yfeldblum

Differential Revision: D2147977
folly/Makefile.am
folly/configure.ac