This is done when autoconf runs aclocal. Signed-off-by: Gaetan Nadon <[email protected]> --- configure.ac | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac index ae254be..d15eac6 100644 --- a/configure.ac +++ b/configure.ac @@ -7,8 +7,6 @@ AC_INIT([Dummy X.org Testing Environment for Google Test], AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) -m4_include([m4/gtest.m4]) - # Initialize Automake AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2]) AM_SILENT_RULES([yes]) -- 1.7.5.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
