Skip to content

Commit ace9284

Browse files
committed
Use automake --foreign instead of automake --gnu.
Since we've moved our INSTALL and README files to Markdown format, `--gnu` complains about these missing files.
1 parent e2464a6 commit ace9284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
aclocal -I m4 \
44
&& autoheader \
5-
&& automake --gnu --add-missing \
5+
&& automake --foreign --add-missing \
66
&& autoconf

0 commit comments

Comments
 (0)