summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/autogen.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-05 11:34:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:12 -0500
commit9b10009938612ff8796ffdda0d666ef9060ba534 (patch)
tree28f7e0f262eeeb84a7aa0326d3554c7339095695 /source4/lib/talloc/autogen.sh
parentb383add7b0ff4a4d89760b9488983e0256417c7c (diff)
downloadsamba-9b10009938612ff8796ffdda0d666ef9060ba534.tar.gz
samba-9b10009938612ff8796ffdda0d666ef9060ba534.tar.bz2
samba-9b10009938612ff8796ffdda0d666ef9060ba534.zip
r18076: convert talloc to the new libreplace system
(This used to be commit 968a4e97cfa6585b06f0c5e64d746715a1297461)
Diffstat (limited to 'source4/lib/talloc/autogen.sh')
-rwxr-xr-xsource4/lib/talloc/autogen.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/lib/talloc/autogen.sh b/source4/lib/talloc/autogen.sh
index e118019a39..1ebdb211d9 100755
--- a/source4/lib/talloc/autogen.sh
+++ b/source4/lib/talloc/autogen.sh
@@ -1,7 +1,8 @@
#!/bin/sh
-autoconf || exit 1
-autoheader || exit 1
+IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
+autoconf $IPATHS || exit 1
+autoheader $IPATHS || exit 1
echo "Now run ./configure and then make."
exit 0