diff -ur gnome-utils-1.4.1.orig/gdialog/dialog.c gnome-utils-1.4.1/gdialog/dialog.c
--- gnome-utils-1.4.1.orig/gdialog/dialog.c	Thu Apr 26 16:28:53 2001
+++ gnome-utils-1.4.1/gdialog/dialog.c	Fri Oct 19 10:52:22 2001
@@ -19,6 +19,9 @@
  */
 
 #include "dialog.h"
+#if defined(_AIX) && defined(clear_screen)
+#undef clear_screen
+#endif
 
 static void Usage(const char *name);
 extern int dialog_yesno_with_default(const char *title, const char *prompt, int height, 
diff -ur gnome-utils-1.4.1.orig/gdialog/rc.c gnome-utils-1.4.1/gdialog/rc.c
--- gnome-utils-1.4.1.orig/gdialog/rc.c	Thu Apr 26 16:30:15 2001
+++ gnome-utils-1.4.1/gdialog/rc.c	Fri Oct 19 10:56:01 2001
@@ -19,6 +19,9 @@
  */
 
 #include "dialog.h"
+#if defined(_AIX) && defined(color_names)
+#undef color_names
+#endif
 
 #ifndef NO_COLOR_CURSES
 #include "colors.h"
diff -ur gnome-utils-1.4.1.orig/gdialog/util.c gnome-utils-1.4.1/gdialog/util.c
--- gnome-utils-1.4.1.orig/gdialog/util.c	Tue Jul  6 16:23:33 1999
+++ gnome-utils-1.4.1/gdialog/util.c	Fri Oct 19 10:57:06 2001
@@ -68,6 +68,10 @@
 	A_REVERSE		/* darrow_attr */
 };
 
+#if defined(_AIX) && defined(color_names)
+#undef color_names
+#endif
+
 #ifndef NO_COLOR_CURSES
 #include "colors.h"
 
diff -ur gnome-utils-1.4.1.orig/configure gnome-utils-1.4.1/configure
--- gnome-utils-1.4.1.orig/configure	Fri Oct  5 00:22:36 2001
+++ gnome-utils-1.4.1/configure	Fri Oct 19 12:44:16 2001
@@ -4640,7 +4640,7 @@
 
 
 
-ALL_LINGUAS="az ca cs da de el en_GB es et fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv ta tr uk wa zh_TW zh_CN.GB2312"
+ALL_LINGUAS="az ca cs da de el en_GB es et fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv ta tr uk wa zh_CN.GB2312"
 # Extract the first word of "ranlib", so it can be a program name with args.
 set dummy ranlib; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
diff -ur gnome-utils-1.4.1.orig/configure.in gnome-utils-1.4.1/configure.in
--- gnome-utils-1.4.1.orig/configure.in	Thu Oct  4 23:02:18 2001
+++ gnome-utils-1.4.1/configure.in	Fri Oct 19 12:44:26 2001
@@ -190,7 +190,7 @@
 dnl *******************************
 dnl Internationalization
 dnl ******************************* 
-ALL_LINGUAS="az ca cs da de el en_GB es et fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv ta tr uk wa zh_TW zh_CN.GB2312"
+ALL_LINGUAS="az ca cs da de el en_GB es et fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv ta tr uk wa zh_CN.GB2312"
 AM_GNOME_GETTEXT
 
 dnl *******************************
