forked from google/googletest
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Internal Change PiperOrigin-RevId: 245788057
- Loading branch information
1 parent
61cdca5
commit 82f9c8d
Showing
2 changed files
with
0 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] (Gennadiy Civil) | ||
# | ||
# Bazel Build for Google C++ Testing Framework(Google Test) | ||
|
||
package(default_visibility = ["//visibility:public"]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,6 @@ AC_PROG_CXX | |
AC_LANG([C++]) | ||
AC_PROG_LIBTOOL | ||
|
||
# TODO([email protected]): 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([email protected]) Check for the necessary system headers. | ||
|
||
# TODO([email protected]) Check the types, structures, and other compiler | ||
# and architecture characteristics. | ||
|
||
# Output the generated files. No further autoconf macros may be used. | ||
AC_OUTPUT |