summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-09-09 07:02:56 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-09-09 07:02:56 +0000
commit746d1a9e2f274565ded115a9f4a69a594a771491 (patch)
tree1b347ba8c2914247982616d09438d4ba090a3a03 /configure.ac
parent7c3004c3013fe4adf5e0447d37ee2d0501c2b227 (diff)
downloadgoogletest-746d1a9e2f274565ded115a9f4a69a594a771491.tar.gz
Renames the license file.
git-svn-id: http://googletest.googlecode.com/svn/trunk@593 861a406c-534a-0410-8894-cb66d6ee9925
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])