Sha256: 50985cf5608d78b43c563dd2716fae9a09fffb9811cd35a37cfdae71fc0d3459

Contents?: true

Size: 717 Bytes

Versions: 7

Compression:

Stored size: 717 Bytes

Contents

# Process this file with autoconf to produce a configure script.
AC_INIT(syck, 0.54)
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.50)

AM_INIT_AUTOMAKE(syck, 0.54)
AM_CONFIG_HEADER(config.h)

# Checks for programs.
AC_PROG_CC_STDC
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_RANLIB
AC_PROG_MAKE_SET
AC_PROG_AWK
AC_PROG_YACC
AM_PROG_LEX

# Checks for libraries.

# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(alloca.h stdlib.h string.h)
AC_CHECK_SIZEOF(int, 4)
AC_CHECK_SIZEOF(long, 4)

# Checks for typedefs, structures, and compiler characteristics.

# Checks for library functions.
AC_FUNC_MALLOC
AC_FUNC_VPRINTF

AC_CONFIG_FILES([Makefile 
                 lib/Makefile 
                 tests/Makefile])
AC_OUTPUT

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mkrf-0.1.2 test/sample_files/syck-0.55/configure.in
mkrf-0.1.1 test/sample_files/syck-0.55/configure.in
mkrf-0.1.0 test/sample_files/syck-0.55/configure.in
mkrf-0.2.0 test/sample_files/syck-0.55/configure.in
mkrf-0.2.1 test/sample_files/syck-0.55/configure.in
mkrf-0.2.2 test/sample_files/syck-0.55/configure.in
mkrf-0.2.3 test/sample_files/syck-0.55/configure.in