0001-allow-autoreconf-force.patch from bap (Barak A. Pearlmutter).
authorMatt Birkholz <puck@birchwood-abbey.net>
Wed, 11 May 2016 20:42:46 +0000 (13:42 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Sun, 29 May 2016 17:19:29 +0000 (10:19 -0700)
commitfa5b365b5a4ee073c54f2b1be48a33c996ed3835
tree013c1638354e80997aed5d8a7abcc6f91966d8a0
parentbe8420d6704794b0ef03da8803979f121e1e40d6
0001-allow-autoreconf-force.patch from bap (Barak A. Pearlmutter).

  From: "Barak A. Pearlmutter" <barak+git@cs.nuim.ie>
  Date: Mon, 22 Jul 2013 19:58:13 +0200
  Subject: allow autoreconf force

Recombobulate slightly to allow full regeneration via the command
$ autoreconf --force

- move src/microcode/aclocal.m4 to src/microcode/mit_scheme_native_code.m4

- use single shared directory locally-defined macros (src/microcode/ for now)

The necessary local m4 macro file is explicitly included.
This is necessary because autoconf is not using automake or libtools,
so  AC_CONFIG_MACRO_DIR([.../microcode]) won't work.  Gulp.
src/configure.ac
src/microcode/configure.ac
src/microcode/mit_scheme_native_code.m4 [moved from src/microcode/aclocal.m4 with 81% similarity]