Skip to content

Commit 48fee99

Browse files
configure: create missing scripts for better compatibility
Problem detected by Ole Gabriel Stein <[email protected]> with the 2.3.0 release tarball. Thanks for the bug report.
1 parent 743d04f commit 48fee99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ endif
122122
TESTS = $(TESTS_CODE_COVERAGE)
123123

124124
distclean-local:
125+
$(RM) ltmain.sh missing test-driver config.guess
126+
$(RM) depcomp compile install-sh config.sub
125127
$(RM) output.zcov
126128
$(RM) -r coverage-report/
127129

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ run aclocal
5858
run libtoolize --force
5959
run autoconf
6060
run autoheader
61-
run automake --add-missing
61+
run automake --add-missing --force-missing
6262

6363
cd "${OLD_PWD}" >/dev/null
6464

0 commit comments

Comments
 (0)