logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

kanatest-0.4.8-autoconf.patch (363B)


  1. diff --git a/configure.ac b/configure.ac
  2. index eca7a05..b5ac45c 100644
  3. --- a/configure.ac
  4. +++ b/configure.ac
  5. @@ -3,7 +3,7 @@
  6. AC_PREREQ(2.59)
  7. AC_INIT([Kanatest], [0.4.8], [pasp@users.sf.net])
  8. -AM_INIT_AUTOMAKE([-Wall -Werror foreign])
  9. +AM_INIT_AUTOMAKE([-Wall -Wno-portability -Werror foreign])
  10. AC_CONFIG_SRCDIR([src/about.c])
  11. AC_CONFIG_HEADER([config.h])