Versions changed to 0.9.11.
[m17n/libotf.git] / configure.ac
index 4facc40..67e270e 100644 (file)
@@ -2,7 +2,7 @@ dnl Autoconf script for libotf.
 
 dnl Process this file with autoconf to produce a configure script.
 
 
 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, 2008, 2009, 2010
 dnl   National Institute of Advanced Industrial Science and Technology (AIST)
 dnl   Registration Number H15PRO167
 
 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.
 
 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.11, handa@m17n.org)
+AM_INIT_AUTOMAKE(libotf, 0.9.11)
 AM_CONFIG_HEADER(src/config.h)
 
 # Checks for programs.
 AM_CONFIG_HEADER(src/config.h)
 
 # Checks for programs.
@@ -85,5 +85,6 @@ if test "x$HAVE_ALPHASORT" = "xyes"; then
           [Define to 1 if you have alphasort function.])
 fi
 
           [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
 AC_OUTPUT