equal
deleted
inserted
replaced
65 then |
65 then |
66 autoconf=autoconf-$acver |
66 autoconf=autoconf-$acver |
67 autoheader=autoheader-$acver |
67 autoheader=autoheader-$acver |
68 fi |
68 fi |
69 |
69 |
|
70 echo "Try using 'autoreconf -vi' instead of this." |
|
71 |
70 set -x |
72 set -x |
71 $aclocal -I config \ |
73 $aclocal -I m4 \ |
72 && libtoolize --force --copy \ |
74 && libtoolize --force --copy \ |
|
75 && $autoconf \ |
73 && $autoheader \ |
76 && $autoheader \ |
74 && $automake --add-missing --copy --gnu \ |
77 && $automake --add-missing --copy --gnu |
75 && $autoconf |
|