diff options
author | Gennadiy Civil <misterg@google.com> | 2019-03-05 13:39:41 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-03-05 13:39:41 (GMT) |
commit | 8b6d3f9c4a774bef3081195d422993323b6bb2e0 (patch) | |
tree | d24eca3e210687cc84e498299da10d349dd01c1a /googletest | |
parent | 3dd2e841c34bfe3d966ae6606f9b69d75f1a3442 (diff) | |
parent | fc979623a91ec4af90532daeeb5bca68b25c67c0 (diff) | |
download | googletest-8b6d3f9c4a774bef3081195d422993323b6bb2e0.zip googletest-8b6d3f9c4a774bef3081195d422993323b6bb2e0.tar.gz googletest-8b6d3f9c4a774bef3081195d422993323b6bb2e0.tar.bz2 |
Merge pull request #2158 from CarloWood:master
PiperOrigin-RevId: 236716851
Diffstat (limited to 'googletest')
-rw-r--r-- | googletest/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/configure.ac b/googletest/configure.ac index 254c8c4..6cb19f4 100644 --- a/googletest/configure.ac +++ b/googletest/configure.ac @@ -12,7 +12,7 @@ AC_INIT([Google C++ Testing Framework], # Provide various options to initialize the Autoconf and configure processes. AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([./LICENSE]) -AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_MACRO_DIRS([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([build-aux/config.h]) AC_CONFIG_FILES([Makefile]) |