Change the upstream source URL
[platform/upstream/c-ares.git] / buildconf
index c1d0d03..4e4c17e 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -1,7 +1,4 @@
 #!/bin/sh
 
-${LIBTOOLIZE:-libtoolize} --copy --automake --force
-${ACLOCAL:-aclocal}
-${AUTOHEADER:-autoheader}
-${AUTOCONF:-autoconf}
-${AUTOMAKE:-automake} --add-missing
+echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
+exec ${AUTORECONF:-autoreconf} -fi "${@}"