Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
7aec2f36
Commit
7aec2f36
authored
May 11, 2010
by
vladlosev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lucid autotools compatibility patch by Jeffrey Yasskin.
parent
e588a3bb
Hide 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