… | |
… | |
85 | $ACLOCAL -I m4 |
85 | $ACLOCAL -I m4 |
86 | |
86 | |
87 | # optionally feature autoheader |
87 | # optionally feature autoheader |
88 | (autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader |
88 | (autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader |
89 | |
89 | |
|
|
90 | (cd m4 && make -f Makefile.am.in Makefile.am) |
90 | $AUTOMAKE --add-missing |
91 | $AUTOMAKE --add-missing |
91 | autoconf |
92 | autoconf |
92 | autoheader |
93 | autoheader |
93 | (cd m4 && make -f Makefile.am.in Makefile.am) |
|
|
94 | |
94 | |
95 | #intltoolize --copy --force --automake |
95 | #intltoolize --copy --force --automake |
96 | |
96 | |
97 | cd $ORIGDIR |
97 | cd $ORIGDIR |
98 | |
98 | |