From 6f7f2cf70505364c00ecb14cc484392c397e5a63 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 19 Jul 2000 11:26:01 +0000 Subject: [PATCH] use autoreconf git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8708 ec53bebd-3082-4978-b11e-865c3cabbd6b --- fix-export | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fix-export b/fix-export index d66a289a2..20bc6fa4a 100755 --- a/fix-export +++ b/fix-export @@ -15,10 +15,12 @@ ed -s configure.in << END w q END -aclocal -I cf -autoconf -autoheader -automake +# XXX autoreconf bug +for i in include/config.h.in lib/roken/config.h.in; do + echo '/*autoheader*/' > $i +done +autoreconf --force --install +automake lib/roken/Makefile ## stupid automake gets this wrong (cd doc; makeinfo heimdal.texi) make_proto () {