1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source4/lib/ldb/autogen.sh
Andrew Tridgell 2fe7c3a34a r10485: run autoheader before autoconf
(This used to be commit 9456ed3db3)
2007-10-10 13:38:53 -05:00

9 lines
102 B
Bash
Executable File

#!/bin/sh
autoheader || exit 1
autoconf || exit 1
echo "Now run ./configure and then make."
exit 0