wok rev 24758

xfe: cheat configure
author Hans-G?nter Theisgen
date Fri Mar 18 07:44:06 2022 +0100 (2022-03-18)
parents 448c5bd8df33
children b01314c762e9
files xfe/receipt
line diff
     1.1 --- a/xfe/receipt	Fri Mar 18 06:53:58 2022 +0100
     1.2 +++ b/xfe/receipt	Fri Mar 18 07:44:06 2022 +0100
     1.3 @@ -38,11 +38,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	ln -s /usr/bin/aclocal /usr/bin/aclocal-1.15
     1.8 +	ln -s /usr/bin/automake /usr/bin/automake-1.15
     1.9 +
    1.10  	# Required by freetype-dev-2.4.11
    1.11  	sed -i 's|config/ftheader.h|freetype/config/ftheader.h|' configure.ac
    1.12  	export	LDFLAGS="$LDFLAGS -lrt"
    1.13  
    1.14 -	./autogen.sh &&
    1.15  	./configure $CONFIGURE_ARGS &&
    1.16  	make &&
    1.17  	make install