Don't put generated files into CVS.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 24 Feb 2005 18:49:37 +0000 (18:49 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 24 Feb 2005 18:49:37 +0000 (18:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20309 91177308-0d34-0410-b5e6-96231b3b80d8

projects/sample/autoconf/aclocal.m4 [deleted file]

diff --git a/projects/sample/autoconf/aclocal.m4 b/projects/sample/autoconf/aclocal.m4
deleted file mode 100644 (file)
index 132af76..0000000
+++ /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`)
-])
-