summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-09-09 07:02:56 (GMT)
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-09-09 07:02:56 (GMT)
commit27615dbc5fa74a9abfda13d301963c6c797ea21b (patch)
tree1b347ba8c2914247982616d09438d4ba090a3a03 /configure.ac
parent4b07d73f4e683d85546d78793a9914a4b5d3d98e (diff)
downloadgoogletest-27615dbc5fa74a9abfda13d301963c6c797ea21b.zip
googletest-27615dbc5fa74a9abfda13d301963c6c797ea21b.tar.gz
googletest-27615dbc5fa74a9abfda13d301963c6c797ea21b.tar.bz2
Renames the license file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fa66029..37b298e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_INIT([Google C++ Testing Framework],
# Provide various options to initialize the Autoconf and configure processes.
AC_PREREQ([2.59])
-AC_CONFIG_SRCDIR([./COPYING])
+AC_CONFIG_SRCDIR([./LICENSE])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([build-aux/config.h])