From 7bca97019494883b1a12b8ea700f87a265ffd390 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 19 Jul 2006 05:17:10 +0000 Subject: [PATCH] Updated to 0.9.5. (FREETYPE_INC, FREETYPE_LD_FLAGS): AC_SUBST them. (AC_CONFIG_FILES): Include libotf.pc. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4facc40..1e2dc70 100644 --- a/configure.ac +++ b/configure.ac @@ -85,5 +85,6 @@ if test "x$HAVE_ALPHASORT" = "xyes"; then [Define to 1 if you have alphasort function.]) fi -AC_CONFIG_FILES([Makefile src/Makefile example/Makefile libotf-config]) +AC_CONFIG_FILES([Makefile src/Makefile example/Makefile + libotf-config libotf.pc]) AC_OUTPUT -- 1.7.10.4