Skip to content

Commit

Permalink
Merge branch 'master' into refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrawal committed Sep 11, 2017
2 parents 5ea2453 + c758250 commit 283541b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ sitemap index files.
The following packages are needed to build the software

* autotools (autoconf, autogen, automake, autopoint, libtool)
* python (recommended for faster bootstrap)
* pkg-config >= 0.28 (recommended)
* doxygen (for creating the documentation)
* gettext >= 0.18.2
Expand Down
7 changes: 5 additions & 2 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -688,8 +688,11 @@ if $bootstrap_sync; then
}
fi

gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
<$gnulib_tool || exit $?
gnulib_tool=$GNULIB_SRCDIR/gnulib-tool.py
if ! <$gnulib_tool; then
gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
<$gnulib_tool || exit $?
fi

# Get translations.

Expand Down
2 changes: 1 addition & 1 deletion gnulib
Submodule gnulib updated from f320c1 to 07a187

0 comments on commit 283541b

Please sign in to comment.