Whamcloud - gitweb
util: allow subst to build on systems that do not have utimes()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 20 Oct 2014 02:02:48 +0000 (22:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Oct 2014 02:13:09 +0000 (22:13 -0400)
commit441eb337a8bc7ff7f39bfd1f7fbf9681ce6d2872
tree2170403fb7d014eca40bbf9d80c4f7f3edf99e2b
parent0745e7874182e0b995dcccbda56fb706acf4c3b7
util: allow subst to build on systems that do not have utimes()

Make subst more portable so it can deal with such oler systems that do
not have utimes().  Note that it is important that subst build
correctly without an autoconf-generated config.h (since that is what
happens on a cross-compile), as well as using whatever features are
available as determined by autoconf when doing a native build.  We
currently assume the presence of utime(), but not utimes() or
futimes().

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.in
lib/config.h.in
util/subst.c