1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00
Andrew Tridgell 2fe7c3a34a r10485: run autoheader before autoconf
(This used to be commit 9456ed3db3b28e4a467e8685f2f1285cf57ce14b)
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