Skip to content

Commit

Permalink
Do not call bootstrap from make
Browse files Browse the repository at this point in the history
Calling bootstrap from make causes configure to be called again with no arguments.
#35
  • Loading branch information
loqs authored and behdad committed Dec 5, 2017
1 parent 6c57b8a commit 0efbaa9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile.am
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ MAINTAINERCLEANFILES = \
$(srcdir)/missing \ $(srcdir)/missing \
$(srcdir)/mkinstalldirs \ $(srcdir)/mkinstalldirs \
$(srcdir)/ChangeLog \ $(srcdir)/ChangeLog \
`find "$(srcdir)" -type f -name Makefile.in -print` \ `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.


# Indent all C source and header files, using indent(1): # Indent all C source and header files, using indent(1):


Expand Down

0 comments on commit 0efbaa9

Please sign in to comment.