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:
parent
7bbe14bed8
commit
a07874300a
|
@ -1,5 +1,3 @@
|
|||
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||||
|
||||
SUBDIRS = src
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
|
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in New Issue