Don't use the m4/ dir

We just require people to have libtool, pkg-config, etc installed
when running autogen.sh
This commit is contained in:
Behdad Esfahbod 2011-01-10 02:27:49 -05:00
parent 7bbe14bed8
commit a07874300a
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,3 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig

View File

@ -7,7 +7,6 @@ AC_INIT([harfbuzz],
AC_CONFIG_SRCDIR([harfbuzz.pc.in])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11.1 gnu dist-bzip2 no-dist-gzip -Wall no-define])