Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 194112 | Differences between
and this patch

Collapse All | Expand All

(-)psmisc-22.5-r3/work/psmisc-22.5/Makefile.am (-1 / +1 lines)
Lines 1-5 Link Here
1
1
2
SUBDIRS = doc src po icons 
2
SUBDIRS = doc src icons 
3
3
4
#EXTRA_DIST = config.rpath ABOUT-NLS mkinstalldirs
4
#EXTRA_DIST = config.rpath ABOUT-NLS mkinstalldirs
5
5
(-)psmisc-22.5-r3/work/psmisc-22.5/configure.ac (-6 / +1 lines)
Lines 65-74 Link Here
65
   test $ac_cv_member_struct_user_regs_struct_ecx = yes &&
65
   test $ac_cv_member_struct_user_regs_struct_ecx = yes &&
66
   test $ac_cv_member_struct_user_regs_struct_edx = yes )
66
   test $ac_cv_member_struct_user_regs_struct_edx = yes )
67
67
68
dnl Check for language stuff
69
AM_GNU_GETTEXT([external])
70
AM_GNU_GETTEXT_VERSION([0.16.1])
71
72
dnl Checks for library functions.
68
dnl Checks for library functions.
73
AC_FUNC_CLOSEDIR_VOID
69
AC_FUNC_CLOSEDIR_VOID
74
AC_FUNC_GETMNTENT
70
AC_FUNC_GETMNTENT
Lines 87-92 Link Here
87
AC_CONFIG_FILES([Makefile
83
AC_CONFIG_FILES([Makefile
88
		 doc/Makefile
84
		 doc/Makefile
89
		 src/Makefile
85
		 src/Makefile
90
		 icons/Makefile
86
		 icons/Makefile])
91
		 po/Makefile.in])
92
AC_OUTPUT
87
AC_OUTPUT

Return to bug 194112