diff --git a/llvm/Makefile b/llvm/Makefile index 735ba5fe0ccc..46851a4e72db 100644 --- a/llvm/Makefile +++ b/llvm/Makefile @@ -14,3 +14,8 @@ distclean:: clean $(LEVEL)/config.log \ $(LEVEL)/TAGS +AUTOCONF = autoconf + +configure: autoconf/configure.ac + cd autoconf && $(AUTOCONF) -o ../configure configure.ac +