File ORBit-0.5.17.dif of Package orbit

--- libIDL/configure.in
+++ libIDL/configure.in	2002/11/18 16:45:58
@@ -3,7 +3,7 @@
 
 AC_INIT(IDL.h.new.in)
 
-AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
+AC_DIVERT_PUSH(NOTICE)dnl
 #
 # Making releases:
 #   LIBIDL_MICRO_VERSION += 1;
--- popt/configure.in
+++ popt/configure.in	2002/11/18 16:47:21
@@ -73,6 +73,6 @@
 ])
 
 AM_GNU_GETTEXT
+AM_GNU_GETTEXT_VERSION(0.10.36)
 
-AC_OUTPUT([Makefile intl/Makefile po/Makefile.in],
-	[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
+AC_OUTPUT([Makefile intl/Makefile po/Makefile.in])
--- src/orbit-idl-compiler/backends/c/orbit-idl-c-common.c
+++ src/orbit-idl-compiler/backends/c/orbit-idl-c-common.c	2002/11/18 16:45:58
@@ -13,6 +13,7 @@
   		   " * This file was generated by orbit-idl - DO NOT EDIT!\n"
 		   " */\n\n");
   fprintf(ci->fh, "#include <string.h>\n");
+  fprintf(ci->fh, "#include <stdlib.h>\n");
   fprintf(ci->fh, "#include \"%s.h\"\n\n", ci->base_name);
 
   cc_output_tcs(tree->tree, rinfo, ci);
--- src/orbit-idl-compiler/backends/c/orbit-idl-c-skels.c
+++ src/orbit-idl-compiler/backends/c/orbit-idl-c-skels.c	2002/11/18 16:45:58
@@ -25,6 +25,7 @@
   		   " * This file was generated by orbit-idl - DO NOT EDIT!\n"
 		   " */\n\n");
   fprintf(ci->fh, "#include <string.h>\n");
+  fprintf(ci->fh, "#include <stdlib.h>\n");
   fprintf(ci->fh, "#include \"%s.h\"\n\n", ci->base_name);
 
   ck_output_skels(tree->tree, ci);
--- src/orbit-idl-compiler/backends/c/orbit-idl-c-stubs.c
+++ src/orbit-idl-compiler/backends/c/orbit-idl-c-stubs.c	2002/11/18 16:45:58
@@ -13,6 +13,7 @@
   		   " * This file was generated by orbit-idl - DO NOT EDIT!\n"
 		   " */\n\n");
   fprintf(ci->fh, "#include <string.h>\n");
+  fprintf(ci->fh, "#include <stdlib.h>\n");
   fprintf(ci->fh, "#include \"%s.h\"\n\n", ci->base_name);
 
   cs_output_stubs(tree->tree, ci);
openSUSE Build Service is sponsored by