[llvm-commits] CVS: llvm/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Wed Oct 15 20:50:12 PDT 2003
Changes in directory llvm/autoconf:
configure.ac updated: 1.42 -> 1.43
---
Log message:
Added autoconf support for the sample project.
---
Diffs of the changes: (+5 -7)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.42 llvm/autoconf/configure.ac:1.43
--- llvm/autoconf/configure.ac:1.42 Mon Oct 13 11:22:00 2003
+++ llvm/autoconf/configure.ac Wed Oct 15 20:49:07 2003
@@ -30,6 +30,11 @@
fi
fi
+if test -d ${srcdir}/projects/sample
+then
+ AC_CONFIG_SUBDIRS(projects/sample)
+fi
+
if test -d ${srcdir}/projects/reopt
then
AC_CONFIG_SUBDIRS(projects/reopt)
@@ -206,13 +211,6 @@
AC_CONFIG_MAKEFILE(utils/Burg/Doc/Makefile)
AC_CONFIG_MAKEFILE(utils/TableGen/Makefile)
AC_CONFIG_MAKEFILE(projects/Makefile)
-AC_CONFIG_MAKEFILE(projects/sample/Makefile)
-AC_CONFIG_MAKEFILE(projects/sample/Makefile.common)
-AC_CONFIG_MAKEFILE(projects/sample/Makefile.config)
-AC_CONFIG_MAKEFILE(projects/sample/lib/Makefile)
-AC_CONFIG_MAKEFILE(projects/sample/lib/sample/Makefile)
-AC_CONFIG_MAKEFILE(projects/sample/tools/Makefile)
-AC_CONFIG_MAKEFILE(projects/sample/tools/sample/Makefile)
AC_CONFIG_MAKEFILE(projects/ModuleMaker/Makefile)
AC_CONFIG_MAKEFILE(projects/ModuleMaker/Makefile.common)
AC_CONFIG_MAKEFILE(projects/ModuleMaker/tools/Makefile)
More information about the llvm-commits
mailing list