From f703e97b4a4e2c7010a338e5ac289acaf18bb536 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Feb 2013 20:00:41 +0000 Subject: *** empty log message *** --- Changes | 3 +++ configure.ac | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index a589e34..c1d2cae 100644 --- a/Changes +++ b/Changes @@ -53,6 +53,9 @@ TODO: document portbaility requirements for atomic pointer access on fork, at the cost of one extra fd. - add fat, msdos, jffs2, ramfs, ntfs and btrfs to the list of inotify-supporting filesystems. + - move orig_CFLAGS assignment to after AC_INIT, as newer autoconf + versions ignore it before + (https://bugzilla.redhat.com/show_bug.cgi?id=908096). 4.11 Sat Feb 4 19:52:39 CET 2012 - INCOMPATIBLE CHANGE: ev_timer_again now clears the pending status, as diff --git a/configure.ac b/configure.ac index 31d0a25..60e5bda 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ +AC_INIT + orig_CFLAGS="$CFLAGS" -AC_INIT AC_CONFIG_SRCDIR([ev_epoll.c]) AM_INIT_AUTOMAKE(libev,4.11) dnl also update ev.h! -- cgit v1.2.3