summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/autogen.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-04-21 08:04:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:18 -0500
commita3954258705852d9a65468b8010f154093177a6f (patch)
treee88033a3f3233e45e9dcef945a619f4fd1b8969f /source4/lib/tdb/autogen.sh
parentb17445950ea2bf51dc28555f4d68e8c374ea5639 (diff)
downloadsamba-a3954258705852d9a65468b8010f154093177a6f.tar.gz
samba-a3954258705852d9a65468b8010f154093177a6f.tar.bz2
samba-a3954258705852d9a65468b8010f154093177a6f.zip
r22424: fixed the bad merge (thanks to metze for pointing out)
(This used to be commit bffb8f88006fd2530cad270df642d9a23a01b34b)
Diffstat (limited to 'source4/lib/tdb/autogen.sh')
-rwxr-xr-xsource4/lib/tdb/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/autogen.sh b/source4/lib/tdb/autogen.sh
index 1691689e10..bf84eeee19 100755
--- a/source4/lib/tdb/autogen.sh
+++ b/source4/lib/tdb/autogen.sh
@@ -3,7 +3,7 @@
rm -rf autom4te.cache
rm -f configure config.h.in
-IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace -I ../lib/replace"
+IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
autoconf $IPATHS || exit 1
autoheader $IPATHS || exit 1