non-srcdir build fixes
authorAndy Wingo <wingo@pobox.com>
Mon, 16 Mar 2009 22:39:29 +0000 (23:39 +0100)
committerAndy Wingo <wingo@oblong.net>
Tue, 17 Mar 2009 15:47:55 +0000 (16:47 +0100)
commitaeeff258c6502f9995aa97f3806a1069c4ddc7d1
tree7d630ed1b04e69d0d12463a745aad13987ccddc5
parent8992a9e318eb7b86920133eba8aa64d5b6bf7bfd
non-srcdir build fixes

* guile-tools.in: Fix the checks to account for non-srcdir builds.

* libguile/frames.c:
* libguile/objcodes.c:
* libguile/programs.c:
* libguile/instructions.c:
* libguile/vm.c: Fix snarf-includes to cope with non-srcdir builds.

* libguile/instructions.h:
* libguile/instructions.c: Fix the stubs inclusion to be non-srcdir
  compatible.

* libguile/vm-expand.h (VM_DEFINE_INSTRUCTION): Fix some things so as not
  to require the instructions.h defintitions, since we have the codes
  already. Not important tho :)

* pre-inst-guile-env.in: Minor tweak that should have no effect.

* test-suite/standalone/Makefile.am (all-local): Remove a chmod +x step,
  the configure.ac rule should do that if necessary.
12 files changed:
guile-tools.in
libguile/frames.c
libguile/instructions.c
libguile/instructions.h
libguile/objcodes.c
libguile/programs.c
libguile/stacks.c
libguile/vm-engine.c
libguile/vm-expand.h
libguile/vm.c
pre-inst-guile-env.in
test-suite/standalone/Makefile.am