diff -crN ./gnome-utils/configure.in /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-utils/configure.in
*** ./gnome-utils/configure.in	Thu Mar 13 11:12:54 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-utils/configure.in	Tue Jul  8 11:25:39 2003
***************
*** 15,20 ****
--- 15,21 ----
  AC_PROG_INSTALL
  AC_PROG_LN_S
  AC_PROG_MAKE_SET
+ AM_PROG_LIBTOOL
  
  GNOME_COMPILE_WARNINGS
  
***************
*** 51,57 ****
  dnl popt is needed for most utils
  dnl *****************************
  
! AC_CHECK_LIB(popt, poptHelpOptions,, AC_MSG_ERROR([popt is required to build gnome-utils. You can download the latest version from ftp://people.redhat.com/sopwith/popt/]))
  
  dnl *********************************************
  dnl gnome-vfs/mime-data is need for gsearchtool
--- 52,58 ----
  dnl popt is needed for most utils
  dnl *****************************
  
! AC_CHECK_LIB(popt, poptGetArgs,, AC_MSG_ERROR([popt is required to build gnome-utils. You can download the latest version from ftp://people.redhat.com/sopwith/popt/]))
  
  dnl *********************************************
  dnl gnome-vfs/mime-data is need for gsearchtool
diff -crN ./gnome-utils/gcalc/gcalc.c /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-utils/gcalc/gcalc.c
*** ./gnome-utils/gcalc/gcalc.c	Sat Dec 21 22:53:37 2002
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-utils/gcalc/gcalc.c	Tue Jul  8 11:26:34 2003
***************
*** 15,21 ****
  enum {
    TARGET_STRING,
    TARGET_TEXT,
!   TARGET_COMPOUND_TEXT,
  };
  
  static GtkWidget *app;
--- 15,21 ----
  enum {
    TARGET_STRING,
    TARGET_TEXT,
!   TARGET_COMPOUND_TEXT
  };
  
  static GtkWidget *app;
diff -crN ./gnome-utils/gcalc/gnome-calc.c /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-utils/gcalc/gnome-calc.c
*** ./gnome-utils/gcalc/gnome-calc.c	Fri Feb  7 06:40:33 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-utils/gcalc/gnome-calc.c	Tue Jul  8 11:26:53 2003
***************
*** 72,78 ****
  
  	gchar result_string[13];
  
! 	GnomeCalcMode mode : 2;
  
  	guint add_digit : 1;	/*add a digit instead of starting a new
  				  number*/
--- 72,78 ----
  
  	gchar result_string[13];
  
! 	unsigned int mode : 2; /* GnomeCalcMode */
  
  	guint add_digit : 1;	/*add a digit instead of starting a new
  				  number*/
diff -crN ./gnome-utils/gcalc/sr.c /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-utils/gcalc/sr.c
*** ./gnome-utils/gcalc/sr.c	Mon Jul 29 11:51:48 2002
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-utils/gcalc/sr.c	Tue Jul  8 11:27:15 2003
***************
*** 347,353 ****
             /* printf("event type=%ld\n",(long)event.type); */
  /*           XSRError("Unexpected X_Event"); */
  	    break;
! 
          }  /* end of switch */
      }  /* end main loop */
  }
--- 347,353 ----
             /* printf("event type=%ld\n",(long)event.type); */
  /*           XSRError("Unexpected X_Event"); */
  	    break;
! 	    
          }  /* end of switch */
      }  /* end main loop */
  }
