Browse CVS Repository
Diff of /malonnote/configure.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1 |
# -*- Autoconf -*- |
# -*- Autoconf -*- |
| 2 |
# Process this file with autoconf to produce a configure script. |
# Process this file with autoconf to produce a configure script. |
| 3 |
|
|
| 4 |
AC_INIT(mnote, 0.9.1,hiroyuki@maloninc.com) |
AC_INIT(mnote, 1.0,hiroyuki@maloninc.com) |
| 5 |
AC_CONFIG_SRCDIR([acconfig.h]) |
AC_CONFIG_SRCDIR([acconfig.h]) |
| 6 |
AM_INIT_AUTOMAKE(mnote, 0.9.1,hiroyuki@maloninc.com) |
AM_INIT_AUTOMAKE(mnote, 1.0,hiroyuki@maloninc.com) |
| 7 |
AM_CONFIG_HEADER(config.h) |
AM_CONFIG_HEADER(config.h) |
| 8 |
|
|
| 9 |
AC_CANONICAL_HOST |
AC_CANONICAL_HOST |
| 16 |
|
|
| 17 |
# Checks for libraries. |
# Checks for libraries. |
| 18 |
# FIXME: Replace `main' with a function in `-liconv': |
# FIXME: Replace `main' with a function in `-liconv': |
| 19 |
AC_CHECK_LIB([iconv], [main]) |
#AC_CHECK_LIB([iconv], [main]) |
| 20 |
|
|
| 21 |
|
AM_ICONV |
| 22 |
|
|
| 23 |
# Checks for header files. |
# Checks for header files. |
| 24 |
|
|
|
|
Legend:
| Removed from v.1.2 |
|
| changed lines |
| |
Added in v.1.5 |
|
|
| |