use autoreconf

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8708 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-07-19 11:26:01 +00:00
parent 01999ce5b5
commit 6f7f2cf705

View File

@@ -15,10 +15,12 @@ ed -s configure.in << END
w w
q q
END END
aclocal -I cf # XXX autoreconf bug
autoconf for i in include/config.h.in lib/roken/config.h.in; do
autoheader echo '/*autoheader*/' > $i
automake done
autoreconf --force --install
automake lib/roken/Makefile ## stupid automake gets this wrong
(cd doc; makeinfo heimdal.texi) (cd doc; makeinfo heimdal.texi)
make_proto () { make_proto () {