From 3e91201065f12b3a2944a9eb60cc91addf5fd3c3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 6 Jan 2011 14:37:45 +0000 Subject: [PATCH] Add aclocal.m4 file to git. This file is sort of generated, but at the moment only has a single line which includes m4/ocaml.m4, that is vital for the build. --- .gitignore | 1 - aclocal.m4 | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 aclocal.m4 diff --git a/.gitignore b/.gitignore index b1c4574..0bd598b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ config.cache Makefile Make.rules */Makefile -aclocal.m4 autom4te.cache core core.* diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..1f108e8 --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,14 @@ +# generated automatically by aclocal 1.11.1 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2007, 2008, 2009 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. + +m4_include([m4/ocaml.m4]) -- 1.8.3.1