Update configure.ac

This commit is contained in:
Gennadiy Civil
2018-09-25 20:32:11 -07:00
committed by GitHub
parent 993f6d8960
commit 12b97f3783

View File

@@ -10,10 +10,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_SUBDIRS([googletest googlemock])
CXXCPP="g++ -E -std=gnu++11"
AM_INIT_AUTOMAKE
# Output the generated files. No further autoconf macros may be used.
AC_OUTPUT