From: Holger Freyther Date: Mon, 11 Dec 2006 20:29:32 +0000 (+0000) Subject: Use aclocal -I m4 to generate the aclocal.m4. Somehow autoreconf refuses to do this X-Git-Tag: Release-2010-05/1~9453^2~171^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f8633debabec561de2d61ae997e1957235494b;p=openembedded.git Use aclocal -I m4 to generate the aclocal.m4. Somehow autoreconf refuses to do this --- 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])