summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/autogen.sh
blob: cdd7fd2e0451dcefc95194763e9d6f3223895a81 (plain)
1
2
3
4
5
6
7
#!/bin/sh

(autoheader && autoconf) || exit 1

echo "Now run ./configure and then make."
exit 0