diff options
author | Gennadiy Civil <misterg@google.com> | 2019-06-13 17:49:42 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-06-13 17:49:42 (GMT) |
commit | 6b8c13815496df183e2247a9375c8dfedefdddc2 (patch) | |
tree | 44e40b78596709bdd899b03e1dbc4a24eacc42e6 /configure.ac | |
parent | 26afdba792e52cac00ce11644c3c0b1789c40bf7 (diff) | |
download | googletest-6b8c13815496df183e2247a9375c8dfedefdddc2.zip googletest-6b8c13815496df183e2247a9375c8dfedefdddc2.tar.gz googletest-6b8c13815496df183e2247a9375c8dfedefdddc2.tar.bz2 |
Removing make and automake. The only supported build systems are Bazel internally and CMake community supported
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac deleted file mode 100644 index b963e9f..0000000 --- a/configure.ac +++ /dev/null @@ -1,19 +0,0 @@ -# Note: automake support is community-based. The maintainers do not use automake -# internally. - -AC_INIT([Google C++ Mocking and Testing Frameworks], - [1.9.0], - [googlemock@googlegroups.com], - [googletest]) - -# Provide various options to initialize the Autoconf and configure processes. -AC_PREREQ([2.59]) -AC_CONFIG_SRCDIR([./README.md]) -AC_CONFIG_AUX_DIR([build-aux]) -AC_CONFIG_FILES([Makefile]) -AC_CONFIG_SUBDIRS([googletest googlemock]) - -AM_INIT_AUTOMAKE - -# Output the generated files. No further autoconf macros may be used. -AC_OUTPUT |