m4-patches
[Top][All Lists]
Advanced

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

FYI: 57-gary-gnulib-gettext-typo.patch


From: Gary V. Vaughan
Subject: FYI: 57-gary-gnulib-gettext-typo.patch
Date: Tue, 09 Sep 2003 18:22:55 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030903 Thunderbird/0.2

Applied to HEAD.
--
  ())_.  Gary V. Vaughan    gary@(oranda.demon.co.uk|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * gnulib/m4/Makefile.am (MOSTLYCLEANFILES): Typo
        s/gettext_.h/gettext.h/.

Index: gnulib/m4/Makefile.am
===================================================================
RCS file: /cvsroot/m4/m4/gnulib/m4/Makefile.am,v
retrieving revision 1.2
diff -u -p -u -r1.2 Makefile.am
--- gnulib/m4/Makefile.am 9 Sep 2003 11:48:50 -0000 1.2
+++ gnulib/m4/Makefile.am 9 Sep 2003 15:07:58 -0000
@@ -46,7 +46,7 @@ all-local $(lib_OBJECTS): $(GETTEXT_H)
 gettext.h: gettext_.h
        rm -f $@ && $(LN_S) gettext_.h $@
 
-MOSTLYCLEANFILES += gettext_.h
+MOSTLYCLEANFILES += gettext.h
 
 
 ## obstack: (not yet in gnulib)

reply via email to

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