From 67a11f64d07e160179df27cae915742753e0ff19 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Wed, 8 Apr 2009 16:20:22 +0800 Subject: [PATCH] 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 --- Smake | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2