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

autoconf || exit 1
autoheader || exit 1

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