From bf0122ac8a51bde8a8e5e5f28985aafe40fff8d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 18 Jul 2007 20:15:59 +0000 Subject: [PATCH] autotooling is autogen.sh now git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21653 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/heimdal-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/heimdal-build.sh b/tools/heimdal-build.sh index 90fc23fb0..55703a0c8 100644 --- a/tools/heimdal-build.sh +++ b/tools/heimdal-build.sh @@ -205,8 +205,8 @@ if [ X"$unpack" = Xyes ]; then fi if [ X"$autotools" = Xyes ]; then - echo "Autotooling (via fix-export)" - env DATEDVERSION="svn${branch}-${date}" ${hversion}/fix-export ${hversion} + echo "Autotooling" + (cd ${hversion} && sh ./autogen.sh) || exit 1 fi if [ X"$ccachedir" != X ]; then