forked from OSchip/llvm-project
Add a call to AC_CONFIG_COMMANDS to ensure that llvm_src is set properly
in the config.status script. This allows the AC_CONFIG_MAKEFILE macro to work properly after it was changed to support sub-projects. llvm-svn: 20305
This commit is contained in:
parent
28f7cd3216
commit
f3102c287d
llvm/autoconf
|
@ -586,6 +586,7 @@ dnl Configure doxygen's configuration file
|
|||
AC_CONFIG_FILES([docs/doxygen.cfg])
|
||||
|
||||
dnl Do special configuration of Makefiles
|
||||
AC_CONFIG_COMMANDS([setup],,[llvm_src="${srcdir}"])
|
||||
AC_CONFIG_MAKEFILE(Makefile)
|
||||
AC_CONFIG_MAKEFILE(Makefile.common)
|
||||
AC_CONFIG_MAKEFILE(examples/Makefile)
|
||||
|
|
Loading…
Reference in New Issue