Sha256: 3bfc8af6864e7be53013f34a8f4e8033bfd0d2658879cb065d420540851d38b2

Contents?: true

Size: 331 Bytes

Versions: 3

Compression:

Stored size: 331 Bytes

Contents

AC_PREREQ(2.59)
AC_INIT
AC_CONFIG_SRCDIR([eio.h])
AC_CONFIG_HEADERS([config.h])

AM_INIT_AUTOMAKE(libeio,1.0)
AM_MAINTAINER_MODE
AC_PROG_LIBTOOL

AC_PROG_CC

if test "x$GCC" = xyes ; then
  CFLAGS="$CFLAGS -O3"
fi

dnl somebody will forgive me
CFLAGS="-D_GNU_SOURCE"

m4_include([libeio.m4])

AC_CONFIG_FILES([Makefile])
AC_OUTPUT

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rednode-0.1.2 ext/node/deps/libeio/configure.ac
rednode-0.1.1 ext/node/deps/libeio/configure.ac
rednode-0.1.0 ext/node/deps/libeio/configure.ac