aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2019-02-04 17:04:46 -0500
committerGennadiy Civil <misterg@google.com>2019-02-12 13:20:05 -0500
commitdda0df3b0ac67f291a2f5ed7b5451937ea386e7a (patch)
tree72c47d95aba1cff8b121dde36d18348e98ce829e /configure.ac
parent9a502a5b14b4a6160103c1f2c64331772878d86a (diff)
downloadgoogletest-dda0df3b0ac67f291a2f5ed7b5451937ea386e7a.tar.gz
googletest-dda0df3b0ac67f291a2f5ed7b5451937ea386e7a.tar.bz2
googletest-dda0df3b0ac67f291a2f5ed7b5451937ea386e7a.zip
Googletest export
Internal change PiperOrigin-RevId: 232362580
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index 02c637b0..00000000
--- a/configure.ac
+++ /dev/null
@@ -1,16 +0,0 @@
-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