forked from pool/supermin
Olaf Hering
e04d44186c
OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=5
29 lines
944 B
Diff
29 lines
944 B
Diff
From 9f60bbb8e486c410d76e1864a11d3990c2119787 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 5 Feb 2013 16:46:22 +0000
|
|
Subject: Actually update gnulib.
|
|
|
|
This fixes commit 4df7ff0786d872c9bb8a0a1b5410429ca1f8440b.
|
|
---
|
|
lib/.gitignore | 3 +++
|
|
m4/.gitignore | 2 +-
|
|
m4/gnulib-cache.m4 | 4 ++--
|
|
3 files changed, 6 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
|
|
index e70274d..ff80694 100644
|
|
--- a/m4/gnulib-cache.m4
|
|
+++ b/m4/gnulib-cache.m4
|
|
@@ -1,4 +1,4 @@
|
|
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
|
|
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
|
|
#
|
|
# This file is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -52,4 +52,4 @@ gl_LIB([libgnu])
|
|
gl_MAKEFILE_NAME([])
|
|
gl_MACRO_PREFIX([gl])
|
|
gl_PO_DOMAIN([])
|
|
-gl_WITNESS_C_DOMAIN([])
|
|
+gl_WITNESS_C_MACRO([])
|