diff -Naur atk-1.2.2.old/configure atk-1.2.2.new/configure --- atk-1.2.2.old/configure Mon Jan 20 18:11:25 2003 +++ atk-1.2.2.new/configure Wed Feb 19 19:54:18 2003 @@ -6712,11 +6712,11 @@ ;; darwin* | rhapsody*) - allow_undefined_flag='-undefined suppress' + allow_undefined_flag='-undefined suppress -flat_namespace' # FIXME: Relying on posixy $() will cause problems for # cross-compilation, but unfortunately the echo tests do not # yet detect zsh echo's removal of \ escapes. - archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)' + archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts $(test .module != .yes && echo -install_name $rpath/$soname $verstring)' # We need to add '_' to the symbols in $export_symbols first #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' hardcode_direct=yes diff -Naur atk-1.2.2.old/po/Makefile.in.in atk-1.2.2.new/po/Makefile.in.in --- atk-1.2.2.old/po/Makefile.in.in Thu Oct 31 00:38:03 2002 +++ atk-1.2.2.new/po/Makefile.in.in Wed Feb 19 19:56:51 2003 @@ -22,7 +22,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ -datadir = $(prefix)/@DATADIRNAME@ +datadir = $(prefix)/share localedir = $(datadir)/locale gnulocaledir = $(prefix)/share/locale gettextsrcdir = $(prefix)/share/gettext/po