diff options
author | horwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-10-30 12:29:07 +0000 |
---|---|---|
committer | horwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-10-30 12:29:07 +0000 |
commit | 36a26874741a69bd7f649aa4b3524e700df76008 (patch) | |
tree | 2052e5c1b24a470590ec35e7104947f0c50e99c8 /Makefile.am | |
parent | 4b9bf9ff10f4ac68c29d5b00ebd7bdb3eb87b6ff (diff) | |
download | navit-36a26874741a69bd7f649aa4b3524e700df76008.tar.gz |
Add:core:set AC_CONFIG_MACRO_DIR as suggested by libtoolize
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2711 ffa7fe5e-494d-0410-b361-a75ebd5db220
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 91b466120..18807287d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +ACLOCAL_AMFLAGS= -I m4 include $(top_srcdir)/Makefile.inc SUBDIRS= if ENABLE_NLS |