use autoreconf
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8708 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
10
fix-export
10
fix-export
@@ -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 () {
|
||||||
|
Reference in New Issue
Block a user