Skip to content

Commit

Permalink
Autohell: do not do the obsolete-ness check during make distcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfoltman committed Nov 1, 2017
1 parent 7edb27a commit 4925068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bashcompletiondir = $(BASH_COMPLETION_DIR)
dist_bashcompletion_DATA = calf
endif

AM_DISTCHECK_CONFIGURE_FLAGS = --with-bash-completion-dir=no
AM_DISTCHECK_CONFIGURE_FLAGS = --with-bash-completion-dir=no --without-obsolete-check

clean-local:
rm -f *~ *.old *.bak
Expand Down

0 comments on commit 4925068

Please sign in to comment.