r17886: add talloc_ptrtype() and talloc_array_ptrtype(),
[samba.git] / source / lib / talloc / autogen.sh
index cdd7fd2e0451dcefc95194763e9d6f3223895a81..e118019a397242927cb7eba502e217adf62684d9 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-(autoheader && autoconf) || exit 1
+autoconf || exit 1
+autoheader || exit 1
 
 echo "Now run ./configure and then make."
 exit 0