aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorunK <electricityispower@gmail.com>2008-09-19 16:37:06 +0200
committerMax Kellermann <max@duempel.org>2008-09-19 16:37:06 +0200
commitc6cdd058cceafeac43ff5f792928d9bf731ca0f8 (patch)
tree6b24f1c5bdc6acf63cf09b62379b0d589ec4f2df /Makefile.am
parentfac79e52e8347a26f8bbcc9d97d38ee3807d2805 (diff)
downloadmpd-c6cdd058cceafeac43ff5f792928d9bf731ca0f8.tar.gz
mpd-c6cdd058cceafeac43ff5f792928d9bf731ca0f8.tar.xz
mpd-c6cdd058cceafeac43ff5f792928d9bf731ca0f8.zip
properly configure M4 macro dir
Add information about the M4 macro dir ./m4/ to both configure.ac and Makefile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9a01c2aab..456cb532c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,7 @@ SUBDIRS = \
doc\
po
+ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = gnu 1.6
# $Id$