wok-current diff advancecomp/stuff/advancecomp.patch @ rev 25483
created recipe for py3k-six
author | Hans-G?nter Theisgen |
---|---|
date | Mon Oct 17 07:54:33 2022 +0100 (2022-10-17) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/advancecomp/stuff/advancecomp.patch Mon Oct 17 07:54:33 2022 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +--- a/autogen.sh 1.5 ++++ b/autogen.sh 1.6 +@@ -8,9 +8,9 @@ 1.7 + 1.8 + # Regenerate configuration files 1.9 + aclocal 1.10 +-automake --add-missing --force-missing 1.11 + autoconf 1.12 + autoheader && touch config.h.in 1.13 ++automake --add-missing --force-missing 1.14 + 1.15 + # Run configure for this platform 1.16 + echo "Now you are ready to run ./configure"