0002-configure-automake.patch 692 B

123456789101112131415161718192021
  1. Needed to fix broken autoreconf
  2. Downloaded from
  3. https://sources.debian.net/src/ipsec-tools/1:0.8.2%2B20140711-8/debian/patches/automake-options/
  4. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  5. Index: pkg-ipsec-tools/configure.ac
  6. ===================================================================
  7. --- pkg-ipsec-tools.orig/configure.ac 2014-06-28 17:25:22.000000000 +0200
  8. +++ pkg-ipsec-tools/configure.ac 2014-06-28 17:28:13.818373322 +0200
  9. @@ -6,7 +6,8 @@ AC_INIT(ipsec-tools, 0.8.2)
  10. AC_CONFIG_SRCDIR([configure.ac])
  11. AC_CONFIG_HEADERS(config.h)
  12. -AM_INIT_AUTOMAKE(dist-bzip2)
  13. +AC_CONFIG_MACRO_DIR([.])
  14. +AM_INIT_AUTOMAKE([dist-bzip2 foreign serial-tests])
  15. AC_ENABLE_SHARED(no)