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
7aec2f36
Commit
7aec2f36
authored
May 11, 2010
by
vladlosev
Browse files
Lucid autotools compatibility patch by Jeffrey Yasskin.
parent
e588a3bb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Makefile.am
Makefile.am
+2
-0
configure.ac
configure.ac
+1
-0
No files found.
Makefile.am
View file @
7aec2f36
# Automake file
# Automake file
ACLOCAL_AMFLAGS
=
-I
m4
# Nonstandard package files for distribution
# Nonstandard package files for distribution
EXTRA_DIST
=
\
EXTRA_DIST
=
\
CHANGES
\
CHANGES
\
...
...
configure.ac
View file @
7aec2f36
...
@@ -12,6 +12,7 @@ AC_INIT([Google C++ Testing Framework],
...
@@ -12,6 +12,7 @@ AC_INIT([Google C++ Testing Framework],
# Provide various options to initialize the Autoconf and configure processes.
# Provide various options to initialize the Autoconf and configure processes.
AC_PREREQ([2.59])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([./COPYING])
AC_CONFIG_SRCDIR([./COPYING])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([build-aux/config.h])
AC_CONFIG_HEADERS([build-aux/config.h])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([Makefile])
...
...
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