From 240e988cfcefc788fd88b8ae001e5f36719e799e Mon Sep 17 00:00:00 2001 From: Jeroen Koekkoek Date: Thu, 4 Apr 2024 14:20:44 +0200 Subject: [PATCH] Only copy missing auxiliary files --- makedist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedist.sh b/makedist.sh index 5bd56c333..e0862d009 100755 --- a/makedist.sh +++ b/makedist.sh @@ -150,7 +150,7 @@ cd nsd || error_cleanup "NSD not exported correctly from git" rm -rf .git .cirrus.yml .github .gitignore || error_cleanup "Failed to remove .git tracking and ci information" info "Building configure script (autoreconf)." -autoreconf -i -f || error_cleanup "Autoconf failed." +autoreconf -i || error_cleanup "Autoconf failed." info "Building config.h.in (autoheader)." autoheader || error_cleanup "Autoheader failed."