Update to autoconf 2.59 standards.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19207 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2005-01-01 09:26:55 +00:00
parent bb4fe3d677
commit 9964cd8e9a
2 changed files with 239 additions and 112 deletions

View File

@@ -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