r6487: Use autoconf for standalone build of tdb
[sfrench/samba-autobuild/.git] / source4 / lib / ldb / autogen.sh
index cdd7fd2e0451dcefc95194763e9d6f3223895a81..94148edf698e8ef1e60f4a689ba8d5367d504d00 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-(autoheader && autoconf) || exit 1
+autoconf || exit 1
 
 echo "Now run ./configure and then make."
 exit 0