comparison 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
comparison
equal deleted inserted replaced
30810:ffd60680fcb9 30811:103efb7e1600
3098 AC_CONFIG_FILES([ 3098 AC_CONFIG_FILES([
3099 Makefile 3099 Makefile
3100 build-aux/check-subst-vars.sh:build-aux/check-subst-vars.in.sh 3100 build-aux/check-subst-vars.sh:build-aux/check-subst-vars.in.sh
3101 doc/doxyhtml/Doxyfile 3101 doc/doxyhtml/Doxyfile
3102 libgnu/Makefile 3102 libgnu/Makefile
3103 test/Makefile
3103 liboctave/octave.pc:liboctave/octave.in.pc 3104 liboctave/octave.pc:liboctave/octave.in.pc
3104 libinterp/octinterp.pc:libinterp/octinterp.in.pc]) 3105 libinterp/octinterp.pc:libinterp/octinterp.in.pc])
3105 3106
3106 dnl We use a .in.h file for oct-conf-post.h simply to copy it to the build tree 3107 dnl We use a .in.h file for oct-conf-post.h simply to copy it to the build tree
3107 dnl so that we don't have to add the -I${top_srcdir} to any CPPFLAGS variables. 3108 dnl so that we don't have to add the -I${top_srcdir} to any CPPFLAGS variables.