Message ID | 20180504151232.GD8373@desktop (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, May 04, 2018 at 11:12:32PM +0800, Eryu Guan wrote: > I think we could follow what xfsprogs does on this, that puts install-sh > in include dir and copy it from there after it's overwritten by > libtoolize. > > This looks like a straightforward change, I can fix it on commit if the > change looks sane to you. Sounds good to me. Thanks!! - Ted -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Makefile b/Makefile index d97385f90142..1064984573be 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,7 @@ endif configure: configure.ac libtoolize -cfi + cp include/install-sh . aclocal -I m4 autoheader autoconf