lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

100-no-tests-docs.patch (602B)


      1 --- a/Makefile.am
      2 +++ b/Makefile.am
      3 @@ -13,10 +13,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 @@ -256,8 +256,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