Don't use the m4/ dir
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 10 Jan 2011 07:27:49 +0000 (02:27 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 10 Jan 2011 07:27:49 +0000 (02:27 -0500)
We just require people to have libtool, pkg-config, etc installed
when running autogen.sh

Makefile.am
configure.ac

index 8ec2c1e..e81c0bc 100644 (file)
@@ -1,5 +1,3 @@
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
 SUBDIRS = src
 
 pkgconfigdir = $(libdir)/pkgconfig
index 3c0d7af..5ea1c79 100644 (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])