X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=ace69516d2639a12d94a3ee6ac63efa3a09224b6;hb=c36acbfb245705e6a2eed1ff47b4df2a7a7752c2;hp=28b3f9831bd1c35089671bf46c5992dd4e7faf70;hpb=e710078805d7155c853810c72cb942a606d06f17;p=m17n%2Flibotf.git diff --git a/configure.ac b/configure.ac index 28b3f98..ace6951 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Autoconf script for libotf. dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2003, 2004, 2005, 2006 +dnl Copyright (C) 2003, 2004, 2005, 2006, 2007 dnl National Institute of Advanced Industrial Science and Technology (AIST) dnl Registration Number H15PRO167 @@ -23,8 +23,8 @@ dnl License along with this library, in a file named COPYING; if not, dnl write to the Free Software Foundation, Inc., 59 Temple Place, Suite dnl 330, Boston, MA 02111-1307, USA. -AC_INIT(libotf, 0.9.5, handa@m17n.org) -AM_INIT_AUTOMAKE(libotf, 0.9.5) +AC_INIT(libotf, 0.9.7, handa@m17n.org) +AM_INIT_AUTOMAKE(libotf, 0.9.7) AM_CONFIG_HEADER(src/config.h) # Checks for programs. @@ -65,6 +65,8 @@ if test "x$HAVE_FREETYPE" != "xyes" ; then echo "Freetype library wan't found in your system!" exit 1 fi +AC_SUBST(FREETYPE_INC) +AC_SUBST(FREETYPE_LD_FLAGS) if test "x$no_x" != "xyes"; then X11_XT_XAW_XMU="-lX11 -lXt -lXaw -lXmu" @@ -83,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