X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=71534d16f04ab68fb795edd6e1ca53c983999db0;hb=ae19bf7c37fb2dac783d1aa68cc292d0a37b096f;hp=735ba5fe0ccccb0fe8033c6e2b4b804e1c40044e;hpb=52cc7e2eddaeba4edf3332e1ec57855c64e271d3;p=oota-llvm.git diff --git a/Makefile b/Makefile index 735ba5fe0cc..71534d16f04 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,12 @@ distclean:: clean $(LEVEL)/config.log \ $(LEVEL)/TAGS +AUTOCONF = autoconf +AUTOHEADER = autoheader + +configure: autoconf/configure.ac autoconf/aclocal.m4 + cd autoconf && $(AUTOCONF) -o ../configure configure.ac + +include/Config/config.h.in: autoconf/configure.ac autoconf/aclocal.m4 + $(AUTOHEADER) -I autoconf autoconf/configure.ac +