]> git.cworth.org Git - tar/blobdiff - m4/double-slash-root.m4
Imported Upstream version 1.22
[tar] / m4 / double-slash-root.m4
index 23bf5b0cac99645d2b1f4845a994ee9c244c930c..8c6841bc83685a3bbeb54a126db640cda059a4db 100644 (file)
@@ -1,5 +1,5 @@
-# double-slash-root.m4 serial 3   -*- Autoconf -*-
-dnl Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+# double-slash-root.m4 serial 4   -*- Autoconf -*-
+dnl Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -32,7 +32,7 @@ AC_DEFUN([gl_DOUBLE_SLASH_ROOT],
        fi
       fi])
   if test "$gl_cv_double_slash_root" = yes; then
-    AC_DEFINE([DOUBLE_SLASH_IS_DISTINCT_ROOT], 1,
+    AC_DEFINE([DOUBLE_SLASH_IS_DISTINCT_ROOT], [1],
       [Define to 1 if // is a file system root distinct from /.])
   fi
 ])