summaryrefslogtreecommitdiffstats
path: root/source/lib/talloc/autogen.sh
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-22 04:16:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:01:02 -0500
commitd49ffbc19b29f7620e427de133ffab74721f37e8 (patch)
treea3eda3f9f1213c6d46af1eb87939579658dc4cdd /source/lib/talloc/autogen.sh
parent646cf0ae8c32f0645955fba6a1f5951a018fd6b0 (diff)
downloadsamba-d49ffbc19b29f7620e427de133ffab74721f37e8.tar.gz
samba-d49ffbc19b29f7620e427de133ffab74721f37e8.tar.xz
samba-d49ffbc19b29f7620e427de133ffab74721f37e8.zip
r18810: use a copy of samba4's talloc under lib/talloc/
to make mergeing easier. metze
Diffstat (limited to 'source/lib/talloc/autogen.sh')
-rwxr-xr-xsource/lib/talloc/autogen.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/lib/talloc/autogen.sh b/source/lib/talloc/autogen.sh
new file mode 100755
index 00000000000..bf84eeee19a
--- /dev/null
+++ b/source/lib/talloc/autogen.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+rm -rf autom4te.cache
+rm -f configure config.h.in
+
+IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
+autoconf $IPATHS || exit 1
+autoheader $IPATHS || exit 1
+
+rm -rf autom4te.cache
+
+echo "Now run ./configure and then make."
+exit 0
+