1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-03 04:23:50 +03:00
Files
samba-mirror/source/lib/replace/autogen.sh
Jelmer Vernooij fe7ca4b145 r18031: Merge my replace fixes:
* libreplace can now build stand-alone
 * add stub testsuite for libreplace
 * make talloc/tdb/ldb use libreplace
2007-10-10 14:17:05 -05:00

11 lines
125 B
Bash
Executable File

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