From: loqs Date: Tue, 5 Dec 2017 15:55:33 +0000 (+0000) Subject: Do not call bootstrap from make X-Git-Tag: v1.0.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0efbaa9052320a951823a6e776b30a580e3a2b4e;p=fribidi Do not call bootstrap from make Calling bootstrap from make causes configure to be called again with no arguments. fribidi/fribidi#35 --- diff --git a/Makefile.am b/Makefile.am index 84addb0..3c6c3d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,12 +30,7 @@ MAINTAINERCLEANFILES = \ $(srcdir)/missing \ $(srcdir)/mkinstalldirs \ $(srcdir)/ChangeLog \ - `find "$(srcdir)" -type f -name Makefile.in -print` \ - `$(srcdir)/bootstrap --write-configure` -# The last line above is a horrible hack. -# GNU Coding Standards recommends that `make maintainer-clean' should not -# remove the configure script. -# We instead make configure call bootstrap. + `find "$(srcdir)" -type f -name Makefile.in -print` # Indent all C source and header files, using indent(1):