1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-01 21:18:10 +03:00
samba-mirror/source4/lib/talloc/autogen.sh
Jelmer Vernooij 1f474c2692 r6804: Add config.h for talloc (and use it)
(This used to be commit c2ce09d380)
2007-10-10 13:16:45 -05:00

9 lines
102 B
Bash
Executable File

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