diff options
author | Holger Freyther <zecke@selfish.org> | 2006-12-11 20:29:32 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-12-11 20:29:32 +0000 |
commit | 17f8633debabec561de2d61ae997e1957235494b (patch) | |
tree | 7cbd1e01fef16151cf1093645beaaca9ec0d880a /contrib | |
parent | 30cd8a450fd021a1fe4efdb2d8f694e2dabcf965 (diff) |
Use aclocal -I m4 to generate the aclocal.m4. Somehow autoreconf refuses to do this
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/site-conf/aclocal.m4 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/contrib/site-conf/aclocal.m4 b/contrib/site-conf/aclocal.m4 index 8d4b7eed8c..c869c196a7 100644 --- a/contrib/site-conf/aclocal.m4 +++ b/contrib/site-conf/aclocal.m4 @@ -1,2 +1,14 @@ -dnl # local file.. -m4_include(builtin.m4) +# generated automatically by aclocal 1.9.6 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005 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/builtin.m4]) |