From a07874300a669ec0ea09a67df2a3ee8b0612d6b9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 Jan 2011 02:27:49 -0500 Subject: [PATCH] Don't use the m4/ dir We just require people to have libtool, pkg-config, etc installed when running autogen.sh --- Makefile.am | 2 -- configure.ac | 1 - 2 files changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8ec2c1e..e81c0bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,3 @@ -ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} - SUBDIRS = src pkgconfigdir = $(libdir)/pkgconfig diff --git a/configure.ac b/configure.ac index 3c0d7af..5ea1c79 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.7.4