Develop and Download Open Source Software

Browse CVS Repository

Contents of /autocoast/src/configure.ac

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


Revision 1.1 - (show annotations) (download)
Sat Nov 13 04:44:23 2004 UTC (19 years, 5 months ago) by tmurakam
Branch: MAIN
initial

1 AC_INIT(src)
2
3 AC_CANONICAL_HOST
4 AM_CONFIG_HEADER(config.h)
5 AM_INIT_AUTOMAKE(AutoCoast, 0.0.1, no-define)
6
7 AC_PROG_CC
8 AC_PROG_CXX
9 AC_PROG_RANLIB
10 AC_ARG_PROGRAM
11
12 dnl AC_CHECK_LIB(m, exp)
13 AC_HEADER_STDC
14
15 AC_C_CONST
16 AC_C_INLINE
17 AC_TYPE_SIZE_T
18
19 AC_OUTPUT(Makefile gpc/Makefile lib/Makefile src/Makefile)
20
21

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