Develop and Download Open Source Software

Browse CVS Repository

Annotation of /malonnote/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.15 - (hide annotations) (download)
Fri Feb 10 05:58:54 2006 UTC (18 years, 1 month ago) by maloninc
Branch: MAIN
CVS Tags: rel_1_7_1
Changes since 1.14: +2 -2 lines
fixed fatal bug for first users.

1 maloninc 1.1 # -*- Autoconf -*-
2     # Process this file with autoconf to produce a configure script.
3    
4 maloninc 1.15 AC_INIT(mnote, 1.7.1,hiroyuki@maloninc.com)
5 maloninc 1.1 AC_CONFIG_SRCDIR([acconfig.h])
6 maloninc 1.15 AM_INIT_AUTOMAKE(mnote, 1.7.1,hiroyuki@maloninc.com)
7 maloninc 1.1 AM_CONFIG_HEADER(config.h)
8    
9     AC_CANONICAL_HOST
10     AM_CONDITIONAL([IS_DARWIN], [echo "$host_os" | grep -i darwin])
11     AM_CONDITIONAL([IS_MINGW], [echo "$host_os" | grep -i mingw])
12    
13     # Checks for programs.
14     AC_PROG_CXX
15     AC_PROG_CC
16    
17     # Checks for libraries.
18     # FIXME: Replace `main' with a function in `-liconv':
19    
20 maloninc 1.13 AM_ICONV
21 maloninc 1.4
22 maloninc 1.1 # Checks for header files.
23    
24     # Checks for typedefs, structures, and compiler characteristics.
25     AC_C_CONST
26     AC_TYPE_SIZE_T
27    
28     # Checks for library functions.
29     AC_HEADER_STDC
30     AC_CHECK_FUNCS([memset strstr strtol])
31    
32     AC_CONFIG_FILES([Makefile])
33     AC_OUTPUT

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26