diff options
Diffstat (limited to 'm4/rename.m4')
-rw-r--r-- | m4/rename.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/rename.m4 b/m4/rename.m4 index 1c9e0e98e..5e6f00347 100644 --- a/m4/rename.m4 +++ b/m4/rename.m4 @@ -1,6 +1,6 @@ -#serial 8 +#serial 9 -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2006 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -23,6 +23,7 @@ AC_DEFUN([vb_FUNC_RENAME], AC_MSG_ERROR([cannot create temporary directory]) AC_TRY_RUN([ # include <stdio.h> +# include <stdlib.h> int main () { |