diff options
author | infirit <[email protected]> | 2013-10-11 12:28:44 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-09 23:40:42 +0100 |
commit | 46be780c10819ec188360807af22e0c6c27d1fee (patch) | |
tree | 5bfcb8f4678385a009d629b3bc94ec975425281e | |
parent | c6df3ce998ab4349bc2279eda1435e1a0f5b2b6b (diff) | |
download | mate-terminal-46be780c10819ec188360807af22e0c6c27d1fee.tar.bz2 mate-terminal-46be780c10819ec188360807af22e0c6c27d1fee.tar.xz |
Make autofoo happy
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 76d85da..61befbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = src po help +ACLOCAL_AMFLAGS = -I m4 + NULL = DISTCHECK_CONFIGURE_FLAGS = \ diff --git a/configure.ac b/configure.ac index 35f314a..a0c3f52 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ m4_define([gt_api_version],[0]) AC_INIT([MATE Terminal],[gt_version],[http://www.mate-desktop.org],[mate-terminal]) AC_CONFIG_SRCDIR([src/terminal.c]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2]) |