autotooling is autogen.sh now

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21653 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-18 20:15:59 +00:00
parent 8cd66522b8
commit bf0122ac8a

View File

@@ -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