libevent-2.0.21-stable-automake-fix.patch 1016 B

12345678910111213141516171819202122232425
  1. diff -Naur -x '*~' libevent-2.0.21-stable/configure.in libevent-2.0.21-stable-automake-fix/configure.in
  2. --- libevent-2.0.21-stable/configure.in 2012-11-18 07:34:13.000000000 +0100
  3. +++ libevent-2.0.21-stable-automake-fix/configure.in 2012-12-31 14:04:30.219499020 +0100
  4. @@ -12,7 +12,7 @@
  5. AC_CONFIG_MACRO_DIR([m4])
  6. AM_INIT_AUTOMAKE(libevent,2.0.21-stable)
  7. -AM_CONFIG_HEADER(config.h)
  8. +AC_CONFIG_HEADER(config.h)
  9. AC_DEFINE(NUMERIC_VERSION, 0x02001500, [Numeric representation of the version])
  10. dnl Initialize prefix.
  11. diff -Naur -x '*~' libevent-2.0.21-stable/test/Makefile.am libevent-2.0.21-stable-automake-fix/test/Makefile.am
  12. --- libevent-2.0.21-stable/test/Makefile.am 2012-05-31 06:08:19.000000000 +0200
  13. +++ libevent-2.0.21-stable-automake-fix/test/Makefile.am 2012-12-31 14:10:49.045538012 +0100
  14. @@ -19,7 +19,7 @@
  15. EXTRA_PROGRAMS = regress
  16. noinst_HEADERS = tinytest.h tinytest_macros.h regress.h tinytest_local.h
  17. -TESTS = $(top_srcdir)/test/test.sh
  18. +TESTS = test.sh
  19. BUILT_SOURCES =
  20. if BUILD_REGRESS