r18129: moved the system includes into libreplace - this gives much more
[jelmer/samba4-debian.git] / source / lib / tdb / autogen.sh
index d46a4279f308caca8fc2f854121236600c331925..bf84eeee19a9116f3dc79177449a91321b3e8c31 100755 (executable)
@@ -3,8 +3,9 @@
 rm -rf autom4te.cache
 rm -f configure config.h.in
 
-autoheader || exit 1
-autoconf || exit 1
+IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
+autoconf $IPATHS || exit 1
+autoheader $IPATHS || exit 1
 
 rm -rf autom4te.cache