m4-patches
[Top][All Lists]
Advanced

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

FYI: m4--devo--1.0--patch-5


From: Gary V. Vaughan
Subject: FYI: m4--devo--1.0--patch-5
Date: Thu, 23 Sep 2004 22:33:13 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBU0EZFRMICSmD1gYRArusAJsGsp7wiBxIgUnk0Dj1LqSmPZRL4gCeMlxp
JSmOhe1zMKdFE4tWr0OZMZ4=
=l5Rj
-----END PGP SIGNATURE-----
* looking for address@hidden/m4--devo--1.0--patch-4 to compare with
* comparing to address@hidden/m4--devo--1.0--patch-4
M  ChangeLog
M  src/main.c
M  po/ChangeLog
M  po/POTFILES.in

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        * src/main.c: Include gnulib files from the correct directory.

Index: Changelog
from  Gary V. Vaughan  <address@hidden>

        * POTFILES.in: Reflect move of gnulib files from gnulib/m4
        to gnu.

--- orig/po/POTFILES.in
+++ mod/po/POTFILES.in
@@ -1,8 +1,8 @@
-gnulib/m4/getopt.c
-gnulib/m4/obstack.c
-gnulib/m4/regex.c
-gnulib/m4/version-etc.c
-gnulib/m4/xmalloc.c
+gnu/getopt.c
+gnu/obstack.c
+gnu/regex.c
+gnu/version-etc.c
+gnu/xmalloc.c
 m4/builtin.c
 m4/debug.c
 m4/input.c


--- orig/src/main.c
+++ mod/src/main.c
@@ -21,9 +21,9 @@
 
 #include "m4.h"
 #include "m4private.h"
-#include "m4/getopt.h"
-#include "m4/progname.h"
-#include "m4/version-etc.h"
+#include "gnu/getopt.h"
+#include "gnu/progname.h"
+#include "gnu/version-etc.h"
 
 static void print_program_name_CB (void);
 




reply via email to

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