No need to separately configure plugins.
authorChris Hanson <org/chris-hanson/cph>
Fri, 26 Oct 2018 02:02:51 +0000 (19:02 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 28 Oct 2018 03:43:05 +0000 (20:43 -0700)
dist/make-src-files

index 466b46c39462f7610e1827034697065de6c1231b..b14ccf59dcb8adfcbc496e0fccfd18ca2df115b6 100755 (executable)
@@ -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