From: handa Date: Wed, 19 Jul 2006 05:17:10 +0000 (+0000) Subject: Updated to 0.9.5. X-Git-Tag: REL-0-9-5~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7bca97019494883b1a12b8ea700f87a265ffd390;p=m17n%2Flibotf.git Updated to 0.9.5. (FREETYPE_INC, FREETYPE_LD_FLAGS): AC_SUBST them. (AC_CONFIG_FILES): Include libotf.pc. --- 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