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

Misha Brukman brukman at cs.uiuc.edu
Tue Sep 16 10:24:09 PDT 2003


Changes in directory llvm/autoconf:

configure.ac updated: 1.19 -> 1.20

---
Log message:

`link' is now `llvm-link'. Also alphabetized the tools for easy reference.


---
Diffs of the changes:

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.19 llvm/autoconf/configure.ac:1.20
--- llvm/autoconf/configure.ac:1.19	Mon Sep 15 21:12:45 2003
+++ llvm/autoconf/configure.ac	Tue Sep 16 10:22:55 2003
@@ -181,14 +181,14 @@
 AC_CONFIG_MAKEFILE(tools/extract/Makefile)
 AC_CONFIG_MAKEFILE(tools/gccas/Makefile)
 AC_CONFIG_MAKEFILE(tools/gccld/Makefile)
-AC_CONFIG_MAKEFILE(tools/link/Makefile)
 AC_CONFIG_MAKEFILE(tools/llc/Makefile)
-AC_CONFIG_MAKEFILE(tools/lli/Makefile)
-AC_CONFIG_MAKEFILE(tools/opt/Makefile)
 AC_CONFIG_MAKEFILE(tools/llee/Makefile)
-AC_CONFIG_MAKEFILE(tools/llvm-as/Makefile)
+AC_CONFIG_MAKEFILE(tools/lli/Makefile)
 AC_CONFIG_MAKEFILE(tools/llvm-ar/Makefile)
+AC_CONFIG_MAKEFILE(tools/llvm-as/Makefile)
 AC_CONFIG_MAKEFILE(tools/llvm-dis/Makefile)
+AC_CONFIG_MAKEFILE(tools/llvm-link/Makefile)
+AC_CONFIG_MAKEFILE(tools/opt/Makefile)
 AC_CONFIG_MAKEFILE(utils/Makefile)
 AC_CONFIG_MAKEFILE(utils/Burg/Makefile)
 AC_CONFIG_MAKEFILE(utils/Burg/Doc/Makefile)





More information about the llvm-commits mailing list