Sha256: 0d3eff9cb6278b6715c295fc6b945ad7818345863254619b0e7abb6f21954e24
Contents?: true
Size: 406 Bytes
Versions: 50
Compression:
Stored size: 406 Bytes
Contents
AC_INIT orig_CFLAGS="$CFLAGS" AC_CONFIG_SRCDIR([ev_epoll.c]) dnl also update ev.h! AM_INIT_AUTOMAKE(libev,4.23) 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
50 entries across 50 versions & 1 rubygems