meson: remove a reference to autotools files in the meson dist script.

This commit is contained in:
Jehan 2023-06-06 23:49:39 +02:00
parent 0233531020
commit 3972122280
1 changed files with 0 additions and 6 deletions

View File

@ -33,9 +33,3 @@ cp -f 'INSTALL' "${MESON_DIST_ROOT}"
rm -f "${MESON_DIST_ROOT}/INSTALL.in"
cp "$GIT_VERSION_H" "${MESON_DIST_ROOT}"
# Removing autotools data. Let's make so that people who build from this
# tarball only see the meson build system and don't get confused.
rm -f "${MESON_DIST_ROOT}/autogen.sh"
rm -f "${MESON_DIST_ROOT}/configure.ac"
rm -f $(find ${MESON_DIST_ROOT} -name 'Makefile*')