diff configure.ac @ 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 3ca33008c4a9
children 4392386b5ecb 266610d85519
line wrap: on
line diff
--- 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])