Skip to content

Commit

Permalink
Merge pull request #1556 from mqudsi/autogen_compat
Browse files Browse the repository at this point in the history
Remove non-posix make flag --no-print-directory from autogen.sh
  • Loading branch information
masatake authored Sep 21, 2017
2 parents 51699aa + 34dba7b commit b953728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -xe
type autoreconf || exit 1
type pkg-config || exit 1

ctags_files=`make -f makefiles/list-translator-input.mak --no-print-directory`
ctags_files=`make -f makefiles/list-translator-input.mak`
misc/dist-test-cases > makefiles/test-cases.mak && \
if autoreconf -vfi; then
if type perl > /dev/null; then
Expand Down

0 comments on commit b953728

Please sign in to comment.