add config.sed to the list of config files (to avoid HILARIOUS errors if I simply rsync a discount to a different machine

This commit is contained in:
david parsons
2023-01-26 18:17:11 -08:00
parent 34d18df915
commit 5d13c2828d
+1 -1
View File
@@ -540,7 +540,7 @@ MF_PATH_INCLUDE () {
# and fd 5 points to what used to be fd 1
#
AC_INIT () {
__config_files="config.cmd config.sub config.h config.mak"
__config_files="config.cmd config.sub config.h config.mak config.sed"
rm -f $__config_files
__cwd=`pwd`
exec 5>&1 1>"$__cwd"/config.log 2>&1