diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-01-01 09:26:55 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-01-01 09:26:55 +0000 |
commit | 97d6cf262f5a3cdd68189eb563d5f38b4f6976f4 (patch) | |
tree | ce163fef69c9de7582db47c2d65578931180fb78 /llvm/projects/sample/autoconf/configure.ac | |
parent | 948499e820ab8c0ba057a474d64139a4b985552a (diff) | |
download | bcm5719-llvm-97d6cf262f5a3cdd68189eb563d5f38b4f6976f4.tar.gz bcm5719-llvm-97d6cf262f5a3cdd68189eb563d5f38b4f6976f4.zip |
Update to autoconf 2.59 standards.
llvm-svn: 19207
Diffstat (limited to 'llvm/projects/sample/autoconf/configure.ac')
-rw-r--r-- | llvm/projects/sample/autoconf/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/projects/sample/autoconf/configure.ac b/llvm/projects/sample/autoconf/configure.ac index c0715ead5cb..67e93aaecdb 100644 --- a/llvm/projects/sample/autoconf/configure.ac +++ b/llvm/projects/sample/autoconf/configure.ac @@ -7,6 +7,7 @@ dnl Place all of the extra autoconf files into the config subdirectory 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 @@ AC_ARG_WITH(llvmobj,AC_HELP_STRING([--with-llvmobj],[Location of LLVM Object Cod dnl ************************************************************************** dnl * Create the output files dnl ************************************************************************** -AC_OUTPUT(Makefile.common) +AC_OUTPUT |