Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
5b6e40f4
Commit
5b6e40f4
authored
Sep 25, 2018
by
Gennadiy Civil
Browse files
automake
parent
41b16d28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
configure.ac
configure.ac
+2
-4
No files found.
configure.ac
View file @
5b6e40f4
...
@@ -10,12 +10,10 @@ AC_CONFIG_AUX_DIR([build-aux])
...
@@ -10,12 +10,10 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_SUBDIRS([googletest googlemock])
AC_CONFIG_SUBDIRS([googletest googlemock])
CXXCPP="g++ -E -std=gnu++11"
AM_INIT_AUTOMAKE
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.
# Output the generated files. No further autoconf macros may be used.
AC_OUTPUT
AC_OUTPUT
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment