bug-findutils
[Top][All Lists]
Advanced

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

a few minor fixes


From: Ralf Wildenhues
Subject: a few minor fixes
Date: Wed, 13 Feb 2008 23:39:08 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello James, bug-findutils readers,

here's a set of really tiny, unrelated cleanup patches for current CVS
findutils.

- locate/code.c uses the gnulib progname module,
- @INTLLIBS@ is deprecated, @LIBINTL@ is the modern way for this,
- a couple of typos.

Cheers,
Ralf

2008-02-13  Ralf Wildenhues  <address@hidden>

        * import-gnulib.config: Add progname.

        * lib/Makefile.am (LDADD): Use @LIBINTL@ instead of @address@hidden

        * xargs/xargs.1: Fix a couple of typos.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/findutils/findutils/ChangeLog,v
retrieving revision 1.310
diff -u -r1.310 ChangeLog
--- ChangeLog   12 Feb 2008 12:35:13 -0000      1.310
+++ ChangeLog   13 Feb 2008 22:37:24 -0000
@@ -2220,7 +2220,7 @@
        * find/testsuite/find.posix/perm-X.exp: New file.
        * find/testsuite/find.posix/perm-X.so: New file.
 
-12006-08-19  Paul Eggert  <address@hidden>
+2006-08-19  Paul Eggert  <address@hidden>
 
        Port to latest gnulib, and simplify the bootstrapping procedure.
        * intl: Remove this directory and everything in it.
Index: import-gnulib.config
===================================================================
RCS file: /cvsroot/findutils/findutils/import-gnulib.config,v
retrieving revision 1.30
diff -u -r1.30 import-gnulib.config
--- import-gnulib.config        2 Dec 2007 13:29:22 -0000       1.30
+++ import-gnulib.config        13 Feb 2008 22:37:24 -0000
@@ -64,6 +64,7 @@
 modechange
 mountlist
 pathmax
+progname
 quotearg
 realloc
 regex
Index: lib/Makefile.am
===================================================================
RCS file: /cvsroot/findutils/findutils/lib/Makefile.am,v
retrieving revision 1.28
diff -u -r1.28 Makefile.am
--- lib/Makefile.am     22 Jul 2007 13:08:21 -0000      1.28
+++ lib/Makefile.am     13 Feb 2008 22:37:25 -0000
@@ -25,7 +25,7 @@
 
 
 INCLUDES = -I../gnulib/lib -I$(top_srcdir)/gnulib/lib 
-LDADD = ../gnulib/lib/libgnulib.a @INTLLIBS@
+LDADD = ../gnulib/lib/libgnulib.a @LIBINTL@
 
 libfind_a_SOURCES += modetype.h nextelem.h printquoted.h listfile.h \
        regextype.h dircallback.h
Index: xargs/xargs.1
===================================================================
RCS file: /cvsroot/findutils/findutils/xargs/xargs.1,v
retrieving revision 1.27
diff -u -r1.27 xargs.1
--- xargs/xargs.1       9 Feb 2008 10:58:20 -0000       1.27
+++ xargs/xargs.1       13 Feb 2008 22:37:25 -0000
@@ -353,7 +353,7 @@
 .B xargs sh -c 'emacs \(address@hidden(dq < /dev/tty' emacs
 
 .fi
-Launches the minumum number of copes of Emacs needed, one after the
+Launches the minimum number of copies of Emacs needed, one after the
 other, to edit the files listed on 
 .BR xargs '
 standard input.  This example achieves the same effect as BSD's 




reply via email to

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