Skip to content

patches for versions 1.3

Timothée Flutre edited this page Nov 15, 2013 · 1 revision
  • If you're stuck with version 1.9 of automake, here is a patch (thanks to Jon Diprose from Oxford).

$ diff -Naur eqtlbma-1.2.1.orig/configure eqtlbma-1.2.1/configure

-am__api_version='1.13'

+am__api_version='1.9'

$ diff -Naur eqtlbma-1.2.1.orig/configure.ac eqtlbma-1.2.1/configure.ac

+AC_SUBST([abs_top_srcdir])

+AC_SUBST([abs_top_builddir])

$ diff -Naur eqtlbma-1.2.1.orig/tests/Makefile.am eqtlbma-1.2.1/tests/Makefile.am

-AM_TESTS_ENVIRONMENT = \

+TESTS_ENVIRONMENT = \

Clone this wiki locally