bug#79378: pointless gnulib-tool options

Bruno Haible via Bug reports for the GNU Parted disk partition editor <[email protected]> Wed, 03 Sep 2025 17:11:57 +0200
Newsgroups gmane.comp.gnu.parted.bugs
Organization GNU
Message-ID <9238156.EQBWh6L3l7@nimes>
Hi,

In the https://git.savannah.gnu.org/git/parted.git repository,
in bootstrap.conf there are the lines

gnulib_tool_option_extras="--tests-base=gnulib-tests --with-tests --symlink\
 --makefile-name=gnulib.mk
"
mkdir -p gnulib-tests

But since
  1) the directory gnulib-tests/ does not have a Makefile.am,
  2) the top-level Makefile.am does not include 'gnulib-tests' among the
     SUBDIRS,
this generation of gnulib-tests is pointless. You could drop it:

gnulib_tool_option_extras="--symlink\
 --makefile-name=gnulib.mk
"