mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user