aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2019-06-17 12:51:25 -0400
committerGennadiy Civil <misterg@google.com>2019-06-17 16:34:31 -0400
commitd7003576dd133856432e2e07340f45926242cc3a (patch)
tree3852cf6fa86ec1bfa0bac4f24cdb3b30a3a1102a /configure.ac
parentd1185b9ffd8f67786eacea5e2fd3c42d3f41deea (diff)
downloadgoogletest-d7003576dd133856432e2e07340f45926242cc3a.tar.gz
googletest-d7003576dd133856432e2e07340f45926242cc3a.tar.bz2
googletest-d7003576dd133856432e2e07340f45926242cc3a.zip
Googletest export
Project import generated by Copybara. PiperOrigin-RevId: 253600369
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index b963e9f0..00000000
--- 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