diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-02-24 18:49:37 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-02-24 18:49:37 +0000 |
commit | 797f910736107eb99aa19a127871d86df564d47c (patch) | |
tree | f5750707aedc7fdeda18550a8f5f02ff46e5a036 /llvm/projects/sample | |
parent | d13cc49e195df43ab0a77e2e57fec8e29c2740bc (diff) | |
download | bcm5719-llvm-797f910736107eb99aa19a127871d86df564d47c.tar.gz bcm5719-llvm-797f910736107eb99aa19a127871d86df564d47c.zip |
Don't put generated files into CVS.
llvm-svn: 20309
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r-- | llvm/projects/sample/autoconf/aclocal.m4 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/llvm/projects/sample/autoconf/aclocal.m4 b/llvm/projects/sample/autoconf/aclocal.m4 deleted file mode 100644 index 132af76a6cc..00000000000 --- a/llvm/projects/sample/autoconf/aclocal.m4 +++ /dev/null @@ -1,21 +0,0 @@ -# generated automatically by aclocal 1.9.2 -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 -# Free Software Foundation, Inc. -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -# -# Configure a Makefile without clobbering it if it exists and is not out of -# date. This macro is unique to LLVM. -# -AC_DEFUN([AC_CONFIG_MAKEFILE], -[AC_CONFIG_COMMANDS($1,${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/$1 $1,${srcdir}/autoconf/mkinstalldirs `dirname $1`) -]) - |