about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFabian Freyer <fabian.freyer@physik.tu-berlin.de>2014-09-26 04:03:56 +0200
committerFabian Freyer <fabian.freyer@physik.tu-berlin.de>2014-10-08 02:35:47 +0200
commit35127321c99cdefc6a1ad31bb930dbd86ede4411 (patch)
treea5adfdc42802246a1649b3c7abe1d15fad494e1e
parentf6e0a219ffb49b77a1d022ba5b33ca5c3a763c0b (diff)
downloadprofani-tty-35127321c99cdefc6a1ad31bb930dbd86ede4411.tar.gz
m4 support
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index efc25770..a1101d2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_INIT([profanity], [0.4.5], [boothj5web@gmail.com])
+AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])
 AC_CONFIG_AUX_DIR([build-aux])