diff options
author | Gennadiy Civil <misterg@google.com> | 2019-06-19 16:06:37 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-06-19 16:06:37 -0400 |
commit | 2f42d769ad1b08742f7ccb5ad4dd357fc5ff248c (patch) | |
tree | 3aae178be30b3dfac758df577b2a7b23847447f0 /configure.ac | |
parent | 39ea9e8a92f73af270711840eb001156feb85ac1 (diff) | |
parent | 1d721a7a9d58748b3f687b7ef56e9159881041df (diff) | |
download | googletest-2f42d769ad1b08742f7ccb5ad4dd357fc5ff248c.tar.gz googletest-2f42d769ad1b08742f7ccb5ad4dd357fc5ff248c.tar.bz2 googletest-2f42d769ad1b08742f7ccb5ad4dd357fc5ff248c.zip |
Merge branch 'master' of github.com:google/googletest
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 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 |