changeset 30811:103efb7e1600 stable

avoid make dist failure due to long command line (bug #62135) * Makefile.am (SUBDIRS): Add test to the list. * configure.ac (AC_CONFIG_FILES): Also generate test/Makefile. * test/Makefile.am: Rename from test/module.mk. Adjust filenames and commands so they will work when executed in the $builddir/test directory.
author John W. Eaton <jwe@octave.org>
date Thu, 03 Mar 2022 13:31:24 -0500
parents ffd60680fcb9
children 4392386b5ecb 2637e294ea6b
files Makefile.am configure.ac
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Thu Mar 03 13:28:13 2022 -0500
+++ b/Makefile.am	Thu Mar 03 13:31:24 2022 -0500
@@ -225,7 +225,7 @@
 # Other directories are handled directly from this Makefile,
 # but also review the included module.mk makefile fragments.
 
-SUBDIRS = libgnu
+SUBDIRS = libgnu test
 
 # All of build depends on having libgnu.
 # Add the library to BUILT_SOURCES so it is created early in the build process
@@ -245,7 +245,6 @@
 include etc/module.mk
 include examples/module.mk
 include m4/module.mk
-include test/module.mk
 include build-aux/module.mk
 
 DIST_HOOKS := \
--- a/configure.ac	Thu Mar 03 13:28:13 2022 -0500
+++ b/configure.ac	Thu Mar 03 13:31:24 2022 -0500
@@ -3100,6 +3100,7 @@
   build-aux/check-subst-vars.sh:build-aux/check-subst-vars.in.sh
   doc/doxyhtml/Doxyfile
   libgnu/Makefile
+  test/Makefile
   liboctave/octave.pc:liboctave/octave.in.pc
   libinterp/octinterp.pc:libinterp/octinterp.in.pc])