remove some unneeded stuff

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11423 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-09-09 22:27:26 +00:00
parent 03a7ed8ec5
commit 3bc2349224

View File

@@ -25,12 +25,7 @@ ed -s configure.in << END
w w
q q
END END
# XXX autoreconf bug
for i in include/config.h.in lib/roken/config.h.in; do
echo '/*autoheader*/' > $i
done
autoreconf --force --install autoreconf --force --install
automake lib/roken/Makefile ## stupid automake gets this wrong
(cd doc && makeinfo heimdal.texi) (cd doc && makeinfo heimdal.texi)
find . -name Makefile.am | while read f; do find . -name Makefile.am | while read f; do
@@ -64,3 +59,4 @@ make_proto appl/login login_protos.h /dev/null '$(login_SOURCES)'
rm fix-export make-release make-release.el rm fix-export make-release make-release.el
find . -name .cvsignore -print | xargs rm find . -name .cvsignore -print | xargs rm
find . -name .__afs\* -print | xargs rm