[gmime/gmime-2-4] Rename uuencode/uudecode to not conflict with GNU tools



commit 65a4ab1ae1869f191b61f4833e5eab89a9a91ae5
Author: Jeffrey Stedfast <jeff xamarin com>
Date:   Thu Jan 5 10:45:04 2012 -0500

    Rename uuencode/uudecode to not conflict with GNU tools
    
    2012-01-05  Jeffrey Stedfast  <fejj gnome org>
    
    	* src/Makefile.am: Rename uuencode/uudecode to
    	gmime-uuencode/decode to prevent naming collisions with the GNU
    	Sharutils tools. Fixes bug #667073.

 ChangeLog       |    6 ++++++
 src/Makefile.am |   18 +++++++++---------
 2 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 13b92e6..d340534 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-01-05  Jeffrey Stedfast  <fejj gnome org>
 
+	* src/Makefile.am: Rename uuencode/uudecode to
+	gmime-uuencode/decode to prevent naming collisions with the GNU
+	Sharutils tools. Fixes bug #667073.
+
+2012-01-05  Jeffrey Stedfast  <fejj gnome org>
+
 	* gmime/gmime-utils.c (rfc2047_decode_tokens): Fixed a memory leak.
 
 2011-12-23  Jeffrey Stedfast  <fejj gnome org>
diff --git a/src/Makefile.am b/src/Makefile.am
index 43edbc5..0af9583 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = .
 
 INCLUDES = -I$(top_srcdir) $(GMIME_CFLAGS) $(GLIB_CFLAGS)
 
-bin_PROGRAMS = uuencode uudecode
+bin_PROGRAMS = gmime-uuencode gmime-uudecode
 
 DEPS = 						\
 	$(top_builddir)/util/libutil.la		\
@@ -21,12 +21,12 @@ else
 GETOPT_SOURCES = getopt.c getopt.h getopt1.c
 endif
 
-uuencode_SOURCES = $(GETOPT_SOURCES) uuencode.c
-uuencode_LDFLAGS = 
-uuencode_DEPENDENCIES = $(DEPS)
-uuencode_LDADD = $(LDADDS)
+gmime_uuencode_SOURCES = $(GETOPT_SOURCES) uuencode.c
+gmime_uuencode_LDFLAGS = 
+gmime_uuencode_DEPENDENCIES = $(DEPS)
+gmime_uuencode_LDADD = $(LDADDS)
 
-uudecode_SOURCES = $(GETOPT_SOURCES) uudecode.c
-uudecode_LDFLAGS = 
-uudecode_DEPENDENCIES = $(DEPS)
-uudecode_LDADD = $(LDADDS)
+gmime_uudecode_SOURCES = $(GETOPT_SOURCES) uudecode.c
+gmime_uudecode_LDFLAGS = 
+gmime_uudecode_DEPENDENCIES = $(DEPS)
+gmime_uudecode_LDADD = $(LDADDS)



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