Add aclocal.m4 file to git.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 6 Jan 2011 14:37:45 +0000 (14:37 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 6 Jan 2011 14:38:51 +0000 (14:38 +0000)
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
aclocal.m4 [new file with mode: 0644]

index b1c4574..0bd598b 100644 (file)
@@ -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 (file)
index 0000000..1f108e8
--- /dev/null
@@ -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])