[HarfBuzz] harfbuzz-ng: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Jan 9 23:28:52 PST 2011


 Makefile.am  |    2 --
 configure.ac |    1 -
 2 files changed, 3 deletions(-)

New commits:
commit a07874300a669ec0ea09a67df2a3ee8b0612d6b9
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Jan 10 02:27:49 2011 -0500

    Don't use the m4/ dir
    
    We just require people to have libtool, pkg-config, etc installed
    when running autogen.sh

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])
 



More information about the HarfBuzz mailing list