]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Googletest export
authormisterg <misterg@google.com>
Mon, 29 Apr 2019 18:31:33 +0000 (14:31 -0400)
committerGennadiy Civil <misterg@google.com>
Mon, 29 Apr 2019 18:32:28 +0000 (14:32 -0400)
Internal Change

PiperOrigin-RevId: 245788057

BUILD.bazel
googletest/configure.ac

index 8d2f6bdb408a0cedf8386dd4006267cf2a3646b2..f0c4ce5451f3aa6ff418b4a5c63ea95f8ea13093 100644 (file)
@@ -28,8 +28,6 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-# Author: misterg@google.com (Gennadiy Civil)
-#
 #   Bazel Build for Google C++ Testing Framework(Google Test)
 
 package(default_visibility = ["//visibility:public"])
index 6cb19f40d7fe8a2183c8f70db608f78d81170395..a5b2ef6248aafccfc0648f9b0841bb79cf8ecf30 100644 (file)
@@ -29,11 +29,6 @@ AC_PROG_CXX
 AC_LANG([C++])
 AC_PROG_LIBTOOL
 
-# TODO(chandlerc@google.com): Currently we aren't running the Python tests
-# against the interpreter detected by AM_PATH_PYTHON, and so we condition
-# HAVE_PYTHON by requiring "python" to be in the PATH, and that interpreter's
-# version to be >= 2.3. This will allow the scripts to use a "/usr/bin/env"
-# hashbang.
 PYTHON=  # We *do not* allow the user to specify a python interpreter
 AC_PATH_PROG([PYTHON],[python],[:])
 AS_IF([test "$PYTHON" != ":"],
@@ -59,10 +54,5 @@ AM_CONDITIONAL([HAVE_PTHREADS],[test "x$have_pthreads" = "xyes"])
 AC_SUBST(PTHREAD_CFLAGS)
 AC_SUBST(PTHREAD_LIBS)
 
-# TODO(chandlerc@google.com) Check for the necessary system headers.
-
-# TODO(chandlerc@google.com) Check the types, structures, and other compiler
-# and architecture characteristics.
-
 # Output the generated files. No further autoconf macros may be used.
 AC_OUTPUT