blob: 02c637b045d43a05dd16edd821a788ca3f9a8b7c [file] [log] [blame]
Carlos O'Ryanaea85802017-12-03 14:07:35 -05001AC_INIT([Google C++ Mocking and Testing Frameworks],
Levente Polyakc4ef6f32018-09-13 00:50:17 +02002 [1.9.0],
Carlos O'Ryanaea85802017-12-03 14:07:35 -05003 [googlemock@googlegroups.com],
4 [googletest])
5
6# Provide various options to initialize the Autoconf and configure processes.
7AC_PREREQ([2.59])
8AC_CONFIG_SRCDIR([./README.md])
9AC_CONFIG_AUX_DIR([build-aux])
10AC_CONFIG_FILES([Makefile])
11AC_CONFIG_SUBDIRS([googletest googlemock])
12
13AM_INIT_AUTOMAKE
14
15# Output the generated files. No further autoconf macros may be used.
16AC_OUTPUT