wok-current diff advancecomp/stuff/advancecomp.patch @ rev 23996
linld: add iso support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 08 20:15:35 2021 +0000 (2021-01-08) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/advancecomp/stuff/advancecomp.patch Fri Jan 08 20:15:35 2021 +0000 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"