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