]> git.eshelyaron.com Git - emacs.git/commit
Use Autoconf to generate the test module Makefile
authorPhilipp Stephani <phst@google.com>
Mon, 12 Jun 2017 14:09:37 +0000 (16:09 +0200)
committerPhilipp Stephani <phst@google.com>
Mon, 12 Jun 2017 14:09:37 +0000 (16:09 +0200)
commitc90a97adc49e844d884a4422e99570526fd92485
tree8587d28765a009f2c049931181e9dd4ff026efde
parent909dfaf3257e5e2de48a0a51bf9d42517a393fb0
Use Autoconf to generate the test module Makefile

This makes it easier to pass compilation flags around.

* configure.ac: Also build test module Makefile.

* test/data/emacs-module/Makefile.in: New makefile template.

* test/Makefile.in ($(test_module)): No longer necessary to pass
@MODULES_SUFFIX@ around.

* .gitignore: Test module Makefile can now be ignored.
.gitignore
configure.ac
test/Makefile.in
test/data/emacs-module/Makefile [deleted file]
test/data/emacs-module/Makefile.in [new file with mode: 0644]