Unconditionally build and test the ice-9/popen module.
authorEli Zaretskii <eliz@gnu.org>
Thu, 3 Jul 2014 16:20:00 +0000 (19:20 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 3 Jul 2014 16:20:00 +0000 (19:20 +0300)
commit317f6a237089a421d8cb57f398eedf6afc600832
treec5327adfa7122e8f795b5df351221c83190ec43d
parentbc945fadd2e94c5ddf1a5b42e7eef5726b5b1068
Unconditionally build and test the ice-9/popen module.

* module/Makefile.am (ICE_9_SOURCES): Add ice-9/popen.scm.
  (ICE_9_SOURCES) [BUILD_ICE_9_POPEN]: Remove conditional addition
  of ice-9/popen.scm.
  (SCRIPTS_SOURCES): Add scripts/autofrisk.scm and
  scripts/scan-api.scm unconditionally.
  (SCRIPTS_SOURCES) [BUILD_ICE_9_POPEN]: Remove conditional addition
  of scripts/autofrisk.scm and scripts/scan-api.scm.

* configure.ac: Remove the BUILD_ICE_9_POPEN condition.

* test-suite/tests/popen.test (if-supported): Don't test for 'fork
 feature being supported.
configure.ac
module/Makefile.am
test-suite/tests/popen.test