Annotation of embedaddon/php/ext/bcmath/libbcmath/configure.in, revision 1.1

1.1     ! misho       1: dnl Process this file with autoconf to produce a configure script.
        !             2: AC_INIT(doc/bcmath.1)
        !             3: AM_INIT_AUTOMAKE("bcmath", "0.2")
        !             4: AM_CONFIG_HEADER(config.h)
        !             5: 
        !             6: AC_PROG_CC
        !             7: 
        !             8: AC_PROG_INSTALL
        !             9: AC_PROG_RANLIB
        !            10: AC_PROG_MAKE_SET
        !            11: 
        !            12: AC_CHECK_HEADERS(stdarg.h stddef.h stdlib.h string.h limits.h unistd.h lib.h)
        !            13: AC_C_CONST
        !            14: AC_TYPE_SIZE_T
        !            15: AC_CHECK_TYPE(ptrdiff_t, size_t)
        !            16: 
        !            17: AC_OUTPUT(Makefile src/Makefile doc/Makefile)
        !            18: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>