bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] warn-on-use: fix typo in file name


From: Jim Meyering
Subject: [PATCH] warn-on-use: fix typo in file name
Date: Tue, 12 Jul 2011 12:36:53 +0200

I tried to use the latest in gzip and it failed like this:

    gnulib/gnulib-tool: *** file /h/j/w/co/gzip/gnulib/build-aux/warn-on-use.h 
not found
    gnulib/gnulib-tool: *** Stop.
    [Exit 1]

I've pushed this fix:

>From 39434c8500eba74bb0c3284a61bc2a8bba633c9f Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Tue, 12 Jul 2011 12:34:42 +0200
Subject: [PATCH] warn-on-use: fix typo in file name

* modules/snippet/warn-on-use (Files): Correct file name:
include /snippet/ component in "build-aux/snippet/warn-on-use.h".
---
 ChangeLog                   |    6 ++++++
 modules/snippet/warn-on-use |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 295f448..2670452 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-12  Jim Meyering  <address@hidden>
+
+       warn-on-use: fix typo in file name
+       * modules/snippet/warn-on-use (Files): Correct file name:
+       include /snippet/ component in "build-aux/snippet/warn-on-use.h".
+
 2011-07-12  Bruno Haible  <address@hidden>

        strings: Document module.
diff --git a/modules/snippet/warn-on-use b/modules/snippet/warn-on-use
index bd57028..77f0f77 100644
--- a/modules/snippet/warn-on-use
+++ b/modules/snippet/warn-on-use
@@ -5,7 +5,7 @@ Applicability:
 all

 Files:
-build-aux/warn-on-use.h
+build-aux/snippet/warn-on-use.h
 m4/warn-on-use.m4

 Depends-on:
--
1.7.6.430.g34be2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]