Add AC_CONFIG_MACRODIR

This commit is contained in:
Behdad Esfahbod 2012-10-02 14:44:47 -04:00
parent f2eb3fa9dc
commit c7afac0aa6
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
NULL =
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src util test
pkgconfigdir = $(libdir)/pkgconfig

View File

@ -5,6 +5,7 @@ AC_INIT([HarfBuzz],
[harfbuzz],
[http://harfbuzz.org/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([harfbuzz.pc.in])
AC_CONFIG_HEADERS([config.h])
@ -19,6 +20,7 @@ LT_INIT([disable-static])
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CXX
PKG_PROG_PKG_CONFIG([0.20])
# Version
m4_define(hb_version_triplet,m4_split(AC_PACKAGE_VERSION,[[.]]))