Annotation of parser3/src/sql/mysql/configure.in, revision 1.1.2.1
1.1.2.1 ! paf 1: dnl Process this file with autoconf to produce a configure script.
! 2: AC_INIT(parser3mysql.C)
! 3: AM_INIT_AUTOMAKE(parser3mysqlclient, 3.0g, nodefine)
! 4:
! 5: AM_CONFIG_HEADER(config_auto.h)
! 6:
! 7: dnl Checks for programs.
! 8: AC_PROG_INSTALL
! 9: AC_PROG_MAKE_SET
! 10: AC_PROG_AWK
! 11:
! 12: AC_LANG_CPLUSPLUS
! 13: AC_PROG_CXX
! 14:
! 15: dnl Configure libtool
! 16: AM_PROG_LIBTOOL
! 17:
! 18: dnl Checks for libraries.
! 19:
! 20: dnl Checks for header files.
! 21:
! 22: AC_CHECK_HEADERS(
! 23: stdio.h \
! 24: stdlib.h \
! 25: string.h
! 26: )
! 27:
! 28: dnl Checks for typedefs, structures, and compiler characteristics.
! 29:
! 30: AC_TYPE_SIZE_T
! 31:
! 32: dnl Checks for library functions.
! 33:
! 34: dnl Output makefiles
! 35:
! 36: AC_OUTPUT(Makefile)
E-mail: