summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-02-24 18:49:37 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-02-24 18:49:37 +0000
commitb2da6507b0979892dfe63a87b7f20d8c5a68362f (patch)
treeb8e768ec9909aa37865b267bf30a90e325b3e891 /projects
parentd7642c4f2d80a737062646dd9744f99e63469a63 (diff)
Don't put generated files into CVS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/sample/autoconf/aclocal.m421
1 files changed, 0 insertions, 21 deletions
diff --git a/projects/sample/autoconf/aclocal.m4 b/projects/sample/autoconf/aclocal.m4
deleted file mode 100644
index 132af76a6cc..00000000000
--- a/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`)
-])
-