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.3 - (hide annotations) (download)
Fri Jul 29 12:21:31 2005 UTC (18 years, 7 months ago) by maloninc
Branch: MAIN
CVS Tags: dev-1_0-0010, dev-1_0-0011, dev-1_0-0012, dev-1_0-0013, dev-1_0-0009, dev-1_0-0003-wxHtmlWindow, dev-1_0-0001, dev-1_0-0008, dev-1_0-0007, dev-1_0-0006, dev-1_0-0005, dev-1_0-0004, dev-1_0-0002-textctrl
Changes since 1.2: +2 -2 lines
init for v1.0

1 maloninc 1.1 # -*- Autoconf -*-
2     # Process this file with autoconf to produce a configure script.
3    
4 maloninc 1.3 AC_INIT(mnote, 1.0,hiroyuki@maloninc.com)
5 maloninc 1.1 AC_CONFIG_SRCDIR([acconfig.h])
6 maloninc 1.3 AM_INIT_AUTOMAKE(mnote, 1.0,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     AC_CHECK_LIB([iconv], [main])
20    
21     # Checks for header files.
22    
23     # Checks for typedefs, structures, and compiler characteristics.
24     AC_C_CONST
25     AC_TYPE_SIZE_T
26    
27     # Checks for library functions.
28     AC_HEADER_STDC
29     AC_CHECK_FUNCS([memset strstr strtol])
30    
31     AC_CONFIG_FILES([Makefile])
32     AC_OUTPUT

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