summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2013-02-10 20:00:41 +0000
committerroot <root>2013-02-10 20:00:41 +0000
commitf703e97b4a4e2c7010a338e5ac289acaf18bb536 (patch)
treeda5f1c6b905c0cc198d090e34c6c946a703122c0
parente0d071dce25e646c9889e0512e60018ea161191f (diff)
*** empty log message ***
-rw-r--r--Changes3
-rw-r--r--configure.ac3
2 files changed, 5 insertions, 1 deletions
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!