diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-08-27 16:36:49 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-08-27 16:36:49 +0900 |
commit | c4a58ae0e2fa43fbf9ebefc83891f6abd6728ac9 (patch) | |
tree | 7d8c56e9f4211f457f702def25ba87483d9b9c80 /Makefile.am | |
parent | 65da8c091c402ec706d76054eacbc455a7e3d801 (diff) |
Fix for libtoolize's warnings
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 4e664ffe..f4203d6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,7 @@ SUBDIRS=fontconfig fc-case fc-lang fc-glyphname src \ conf.d $(DOCSRC) test AUTOMAKE_OPTIONS = dist-bzip2 +ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ fontconfig.pc.in \ |