From: John Darrington Date: Wed, 8 Apr 2009 08:20:22 +0000 (+0800) Subject: Use the replacement rename function from gnulib. X-Git-Tag: v0.6.2-pre1~8 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=67a11f64d07e160179df27cae915742753e0ff19 Use the replacement rename function from gnulib. Use the gnulib replacement rename function, to overcome problems on certain systems saving a file when that filename already exists. Closes bug #25795 --- diff --git a/Smake b/Smake index 5a76b3c1..29f93365 100644 --- a/Smake +++ b/Smake @@ -50,6 +50,7 @@ GNULIB_MODULES = \ progname \ regex \ relocatable-prog \ + rename \ round \ snprintf \ snprintf-posix \