wok diff expedite/receipt @ rev 25397

updated viewnior (1.7 -> 1.8)
author Hans-G?nter Theisgen
date Tue Aug 02 10:30:16 2022 +0100 (22 months ago)
parents 1be16cc1cd50
children
line diff
     1.1 --- a/expedite/receipt	Wed May 18 11:39:29 2022 +0000
     1.2 +++ b/expedite/receipt	Tue Aug 02 10:30:16 2022 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./autogen.sh &&
     1.8 +	./configure -disable-doc $CONFIGURE_ARGS &&
     1.9  	make $MAKEFLAGS &&
    1.10  	make install
    1.11  }