diff options
author | Max Kellermann <max@duempel.org> | 2008-09-23 22:38:46 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-23 22:38:46 +0200 |
commit | 9899ab5ac2d572fbfa430b59f8bf6f917477b6f1 (patch) | |
tree | 3aa008a52411e322508e5bda1af56424fb2ffe3b /Makefile.am | |
parent | ef359260830b1b4cc6a386bd5697f1a198704a4c (diff) | |
download | mpd-9899ab5ac2d572fbfa430b59f8bf6f917477b6f1.tar.gz mpd-9899ab5ac2d572fbfa430b59f8bf6f917477b6f1.tar.xz mpd-9899ab5ac2d572fbfa430b59f8bf6f917477b6f1.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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 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 |