wok diff advancecomp/stuff/advancecomp.patch @ rev 19754

bash: without installed readline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 23:01:05 2017 +0100 (2017-02-18)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/advancecomp/stuff/advancecomp.patch	Sat Feb 18 23:01:05 2017 +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"