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

Reid Spencer reid at x10sys.com
Sat Jan 1 01:27:06 PST 2005



Changes in directory llvm/projects/sample/autoconf:

configure.ac updated: 1.1 -> 1.2
---
Log message:

Update to autoconf 2.59 standards.


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

Index: llvm/projects/sample/autoconf/configure.ac
diff -u llvm/projects/sample/autoconf/configure.ac:1.1 llvm/projects/sample/autoconf/configure.ac:1.2
--- llvm/projects/sample/autoconf/configure.ac:1.1	Wed Oct 15 20:44:19 2003
+++ llvm/projects/sample/autoconf/configure.ac	Sat Jan  1 03:26:55 2005
@@ -7,6 +7,7 @@
 AC_CONFIG_AUX_DIR([autoconf])
 
 dnl Configure a header file
+AC_CONFIG_FILES([Makefile.common])
 
 dnl Configure Makefiles
 dnl List every Makefile that ecists within your source tree
@@ -61,4 +62,4 @@
 dnl **************************************************************************
 dnl * Create the output files
 dnl **************************************************************************
-AC_OUTPUT(Makefile.common)
+AC_OUTPUT






More information about the llvm-commits mailing list