lorikeet-heimdal: autogen.sh modifications
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Aug 2008 09:42:21 +0000 (11:42 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 2 Oct 2010 02:15:46 +0000 (12:15 +1000)
metze

autogen.sh

index c3facbf5c7eed71a4bb5e69abf3f025d4a116c07..08bda1c955501e53bf9fff826d6876d262149c8d 100755 (executable)
@@ -1,5 +1,13 @@
 #!/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; }
+#
+# This is to build the DISTFILES into the disttree for heimdal-lorikeet
+#
+./configure || exit 1
+make distdir-in-tree || exit 1
+make distclean || exit 1
+exit 0