properly configure the M4 macro directory

Add information about the M4 macro dir ./m4/ to both configure.ac and
Makefile.am.
This commit is contained in:
Max Kellermann 2008-09-23 22:38:46 +02:00
parent ef35926083
commit 9899ab5ac2
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign 1.6
SUBDIRS = src doc

View File

@ -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)