Sha256: 9503a1422852e0a2a0c3a45fcc6f8ade2b67031e9a53adeba24dadb99575dc20
Contents?: true
Size: 405 Bytes
Versions: 20
Compression:
Stored size: 405 Bytes
Contents
orig_CFLAGS="$CFLAGS" AC_INIT AC_CONFIG_SRCDIR([ev_epoll.c]) AM_INIT_AUTOMAKE(libev,4.11) dnl also update ev.h! AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE AC_PROG_CC dnl Supply default CFLAGS, if not specified if test -z "$orig_CFLAGS"; then if test x$GCC = xyes; then CFLAGS="-g -O3" fi fi AC_PROG_INSTALL AC_PROG_LIBTOOL m4_include([libev.m4]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT
Version data entries
20 entries across 20 versions & 1 rubygems