summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-01-06 14:37:45 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-01-06 14:38:51 +0000
commit3e91201065f12b3a2944a9eb60cc91addf5fd3c3 (patch)
treebe5225e48882cf3fbc4f5fa5cf44cd6bebf51572
parent37073166c2986a1b97bc8467ec6e1fc1bcd4f1ea (diff)
downloadvirt-top-3e91201065f12b3a2944a9eb60cc91addf5fd3c3.tar.gz
virt-top-3e91201065f12b3a2944a9eb60cc91addf5fd3c3.tar.xz
virt-top-3e91201065f12b3a2944a9eb60cc91addf5fd3c3.zip
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.
-rw-r--r--.gitignore1
-rw-r--r--aclocal.m414
2 files changed, 14 insertions, 1 deletions
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])