diff -Nur psmisc-22.5-r3/work/psmisc-22.5/Makefile.am psmisc-22.5-r3.new/work/psmisc-22.5/Makefile.am --- psmisc-22.5-r3/work/psmisc-22.5/Makefile.am 2006-01-08 22:43:24 +0000 +++ psmisc-22.5-r3.new/work/psmisc-22.5/Makefile.am 2007-09-28 17:14:03 +0000 @@ -1,5 +1,5 @@ -SUBDIRS = doc src po icons +SUBDIRS = doc src icons #EXTRA_DIST = config.rpath ABOUT-NLS mkinstalldirs diff -Nur psmisc-22.5-r3/work/psmisc-22.5/configure.ac psmisc-22.5-r3.new/work/psmisc-22.5/configure.ac --- psmisc-22.5-r3/work/psmisc-22.5/configure.ac 2007-09-28 17:14:57 +0000 +++ psmisc-22.5-r3.new/work/psmisc-22.5/configure.ac 2007-09-28 17:14:20 +0000 @@ -65,10 +65,6 @@ test $ac_cv_member_struct_user_regs_struct_ecx = yes && test $ac_cv_member_struct_user_regs_struct_edx = yes ) -dnl Check for language stuff -AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.16.1]) - dnl Checks for library functions. AC_FUNC_CLOSEDIR_VOID AC_FUNC_GETMNTENT @@ -87,6 +83,5 @@ AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile - icons/Makefile - po/Makefile.in]) + icons/Makefile]) AC_OUTPUT