From: Brian Gaeke Date: Tue, 7 Oct 2003 17:12:11 +0000 (+0000) Subject: Add target to regenerate top-level "configure" script. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7528343cbd35491d61f4d66bf3f97445173afc7e;p=oota-llvm.git Add target to regenerate top-level "configure" script. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8927 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index 735ba5fe0cc..46851a4e72d 100644 --- a/Makefile +++ b/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 +