aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-23 22:38:46 +0200
committerEric Wong <normalperson@yhbt.net>2008-09-26 23:49:41 -0700
commitd8f053de8962c5a393b50db9ad0fdfbe4d7517b5 (patch)
tree9114eb022eef744d188b5cd5f064972f48e670d9
parent8d83e4fdba079000fe19fb795e57333aaba05c03 (diff)
downloadmpd-d8f053de8962c5a393b50db9ad0fdfbe4d7517b5.tar.gz
mpd-d8f053de8962c5a393b50db9ad0fdfbe4d7517b5.tar.xz
mpd-d8f053de8962c5a393b50db9ad0fdfbe4d7517b5.zip
properly configure the M4 macro directory
Add information about the M4 macro dir ./m4/ to both configure.ac and Makefile.am.
Diffstat (limited to '')
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 004fae3c7..559b216d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign 1.6
SUBDIRS = src doc
diff --git a/configure.ac b/configure.ac
index c3db4cbc1..fdfe0e2ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ dnl AM_INIT_AUTOMAKE(mpd, 0.14.0)
AC_PREREQ(2.60)
AC_INIT(mpd, 0.14.0, musicpd-dev-team@lists.sourceforge.net)
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
+AC_CONFIG_MACRO_DIR([m4])
AC_SUBST(MPD_LIBS)
AC_SUBST(MPD_CFLAGS)