--- malonnote/configure.in 2005/07/28 03:25:05 1.1.1.1 +++ malonnote/configure.in 2006/10/19 08:55:19 1.16 @@ -1,9 +1,9 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT(mnote, 0.9,hiroyuki@maloninc.com) +AC_INIT(mnote, 1.8,hiroyuki@maloninc.com) AC_CONFIG_SRCDIR([acconfig.h]) -AM_INIT_AUTOMAKE(mnote, 0.9,hiroyuki@maloninc.com) +AM_INIT_AUTOMAKE(mnote, 1.8,hiroyuki@maloninc.com) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -16,7 +16,8 @@ # Checks for libraries. # FIXME: Replace `main' with a function in `-liconv': -AC_CHECK_LIB([iconv], [main]) + +AM_ICONV # Checks for header files.