1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source3/tdb/autogen.sh
Volker Lendecke 986461b6be r17607: Adapt the Samba4 directory structure for tdb. Makes it easier to diff.
Let's see what it breaks. For me it works :-)

Volker
(This used to be commit 337be14b43)
2007-10-10 11:38:42 -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