r18076: convert talloc to the new libreplace system
[bbaumbach/samba-autobuild/.git] / source4 / lib / talloc / autogen.sh
index e118019a397242927cb7eba502e217adf62684d9..1ebdb211d9b4a9b9d723008bcdf5b3a77860723a 100755 (executable)
@@ -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