wok-current annotate 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 |
rev | line source |
---|---|
al@19556 | 1 --- a/autogen.sh |
al@19556 | 2 +++ b/autogen.sh |
al@19556 | 3 @@ -8,9 +8,9 @@ |
al@19556 | 4 |
al@19556 | 5 # Regenerate configuration files |
al@19556 | 6 aclocal |
al@19556 | 7 -automake --add-missing --force-missing |
al@19556 | 8 autoconf |
al@19556 | 9 autoheader && touch config.h.in |
al@19556 | 10 +automake --add-missing --force-missing |
al@19556 | 11 |
al@19556 | 12 # Run configure for this platform |
al@19556 | 13 echo "Now you are ready to run ./configure" |