From: Chris Hanson Date: Fri, 26 Oct 2018 02:02:51 +0000 (-0700) Subject: No need to separately configure plugins. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~138^2~11 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bc59bc60d2e3f054631aa98eef181b3ff1c2874a;p=mit-scheme.git No need to separately configure plugins. --- diff --git a/dist/make-src-files b/dist/make-src-files index 466b46c39..b14ccf59d 100755 --- a/dist/make-src-files +++ b/dist/make-src-files @@ -57,18 +57,11 @@ notify "Configuring the distribution directory" run_command "${SRC_OUT}"-config "${DIST_DIR}"/src ./Setup.sh run_command "${DOC_OUT}"-config "${DIST_DIR}"/doc reconf -for plugin in $PLUGINS; do - D="${DIST_DIR}"/src/$plugin - run_command "${OUTPUT_DIR}"/$plugin-config \ - "${DIST_DIR}"/src/$plugin \ - ./autogen.sh -done - # Clean up after autoconf find "${DIST_DIR}" -type d -name autom4te.cache | xargs rm -rf fixup_perms "${DIST_DIR}" notify "Creating archive file" -make_tar_file "${SRC_OUT}" "${DIST_DIR}" +make_tar_file "${SRC_OUT}" "${DIST_DIR}" notify_finished