mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
* libreplace can now build stand-alone
* add stub testsuite for libreplace
* make talloc/tdb/ldb use libreplace
(This used to be commit fe7ca4b145)
11 lines
125 B
Bash
Executable File
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
|
|
|