diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2012-02-29 18:23:43 -0500 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2012-02-29 16:06:29 -0800 |
commit | e43cc450a17245f838dfacb44492cf10383bdbb6 (patch) | |
tree | 5d504b49b9aa4a869d5543b1c4257f86823ace32 | |
parent | 8812b410c2458329ac8648b31f6f7e1f2b428df1 (diff) |
config: no need to m4_include gtest.m4
This is done when autoconf runs aclocal.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 89a72a7..696bf3e 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]) |