just run autoreconf -i -f
authorLove Hörnquist Åstrand <lha@kth.se>
Fri, 15 Dec 2006 21:15:45 +0000 (21:15 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Fri, 15 Dec 2006 21:15:45 +0000 (21:15 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19370 ec53bebd-3082-4978-b11e-865c3cabbd6b

autogen.sh [new file with mode: 0644]

diff --git a/autogen.sh b/autogen.sh
new file mode 100644 (file)
index 0000000..c3facbf
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+# to really generate all files you need to run "make distcheck" in a
+# object tree, but this will do if you have all parts of the required
+# tool-chain installed
+autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }