From 3c2090ec4f141970d9d7bf1edc4cf01fbbd7f2be Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 22 Feb 2006 01:22:50 +0000 Subject: [PATCH] Version changed to 1.3.1. (HAVE_DLOPEN): Fix typo in a message. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a5db367..53a97d5 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,8 @@ dnl 02111-1307, USA. dnl Process this file with autoconf to produce a configure script. -AC_INIT(m17n-lib, 1.3.2, m17n-lib-bug@m17n.org) -AM_INIT_AUTOMAKE(m17n-lib, 1.3.2) +AC_INIT(m17n-lib, 1.3.3, m17n-lib-bug@m17n.org) +AM_INIT_AUTOMAKE(m17n-lib, 1.3.3) AM_CONFIG_HEADER(src/config.h) AM_MAINTAINER_MODE @@ -93,7 +93,7 @@ dnl Checks if dlopen exists, and if it's in libc or libdl. AC_SEARCH_LIBS(dlopen, dl, AC_DEFINE(HAVE_DLOPEN, 1, - [Define to 1 if you have the funciton dlopen.])) + [Define to 1 if you have the function dlopen.])) dnl Check several libraries without adding -lxxx to LIBS, without dnl defining HAVE_LIBXXX nor HAVE_XXX_H because they are used only by -- 1.7.10.4