Merge pull request #2158 from CarloWood:master
PiperOrigin-RevId: 236716851
This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
			
		||||
# Automake file
 | 
			
		||||
 | 
			
		||||
ACLOCAL_AMFLAGS = -I m4
 | 
			
		||||
 | 
			
		||||
# Nonstandard package files for distribution.
 | 
			
		||||
EXTRA_DIST = LICENSE
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -8,6 +8,7 @@ AC_INIT([Google C++ Mocking Framework],
 | 
			
		||||
# Provide various options to initialize the Autoconf and configure processes.
 | 
			
		||||
AC_PREREQ([2.59])
 | 
			
		||||
AC_CONFIG_SRCDIR([./LICENSE])
 | 
			
		||||
AC_CONFIG_MACRO_DIRS([m4])
 | 
			
		||||
AC_CONFIG_AUX_DIR([build-aux])
 | 
			
		||||
AC_CONFIG_HEADERS([build-aux/config.h])
 | 
			
		||||
AC_CONFIG_FILES([Makefile])
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user