diff options
author | Gennadiy Civil <misterg@google.com> | 2018-09-25 23:16:10 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-09-25 23:16:10 -0400 |
commit | 5b6e40f46d428ae8496db781d79f7d4594433432 (patch) | |
tree | d1607802d108b3e703405eb206b547abd74db898 | |
parent | 41b16d28d6e0caa6a58033c6908ca09e4f01ae3c (diff) | |
download | googletest-5b6e40f46d428ae8496db781d79f7d4594433432.tar.gz googletest-5b6e40f46d428ae8496db781d79f7d4594433432.tar.bz2 googletest-5b6e40f46d428ae8496db781d79f7d4594433432.zip |
automake
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index f40edcbd..24bcb860 100644 --- a/configure.ac +++ b/configure.ac @@ -10,12 +10,10 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_SUBDIRS([googletest googlemock]) +CXXCPP="g++ -E -std=gnu++11" + AM_INIT_AUTOMAKE -# Check for C++11 -AC_CONFIG_MACRO_DIR([m4]) -AC_PROG_CXX -AX_CXX_COMPILE_STDCXX_11() # Output the generated files. No further autoconf macros may be used. AC_OUTPUT |