equal
  deleted
  inserted
  replaced
  
    
    
    73 then  | 
    73 then  | 
    74   autoconf=autoconf-$acver  | 
    74   autoconf=autoconf-$acver  | 
    75   autoheader=autoheader-$acver  | 
    75   autoheader=autoheader-$acver  | 
    76 fi  | 
    76 fi  | 
    77   | 
    77   | 
    78 quiet || echo "Try using 'autoreconf -vi' instead of this."  | 
         | 
    79   | 
         | 
    80 set -e  | 
    78 set -e  | 
    81 quiet || set -x  | 
    79 quiet || set -x  | 
    82   | 
    80   | 
    83 autopoint  | 
         | 
    84 $aclocal -I m4  | 
    81 $aclocal -I m4  | 
    85 (quiet && exec > /dev/null; libtoolize --force --copy)  | 
    82 (quiet && exec > /dev/null; libtoolize --force --copy)  | 
    86 $autoconf  | 
    83 $autoconf  | 
    87 $autoheader  | 
    84 $autoheader  | 
    88 $automake --add-missing --copy --gnu  | 
    85 $automake --add-missing --copy --gnu  |