treewide: Run refresh on all packages
[feed/packages.git] / utils / procps-ng / patches / 100-no-tests-docs.patch
1 --- a/Makefile.am
2 +++ b/Makefile.am
3 @@ -14,10 +14,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
4
5 ACLOCAL_AMFLAGS = -I m4
6 SUBDIRS = \
7 - include \
8 - man-po \
9 - po \
10 - testsuite
11 + include
12
13 AM_CFLAGS = -Iproc
14 LDADD = ./proc/libprocps.la $(CYGWINFLAGS)
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -298,8 +298,5 @@ AC_CHECK_FUNCS([__fpending alarm atexit
18
19 AC_CONFIG_FILES([Makefile
20 include/Makefile
21 - man-po/Makefile
22 - po/Makefile.in
23 - proc/libprocps.pc
24 - testsuite/Makefile])
25 + proc/libprocps.pc])
26 AC_OUTPUT