[llvm-commits] CVS: llvm/autoconf/configure.ac

Reid Spencer reid at x10sys.com
Thu Feb 24 10:31:38 PST 2005



Changes in directory llvm/autoconf:

configure.ac updated: 1.169 -> 1.170
---
Log message:

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.


---
Diffs of the changes:  (+1 -0)

 configure.ac |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.169 llvm/autoconf/configure.ac:1.170
--- llvm/autoconf/configure.ac:1.169	Wed Feb 16 10:21:00 2005
+++ llvm/autoconf/configure.ac	Thu Feb 24 12:31:27 2005
@@ -586,6 +586,7 @@
 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)






More information about the llvm-commits mailing list