Firstly, apologies for the cross-posting, particularly giving the fact that
I am including code, but this message contains issues relevant to both
automake and autoconf.
For a while I have been thinking that it would be nice to be able to
support "include" in autoconf/automake Makefiles. Thi
pproach just comments out the include directive if it is not
supported, which is fine for dependency tracking but not for doing a
general Makefile include mechanism. The code I submitted will actually
emulate include if it is not available. I didn't actually know about the
AM_ macro when I wrote
gt; $tmp/config.h
changequote([, ])
#Create dir if needed
dirname=`AS_DIRNAME([$ac_dest])`
if test ! -d $dirname; then
AS_MKDIR_P([$dirname])
fi
#See if config.h has changed
if test -f $ac_dest ; then
if cmp -s $ac_dest $tmp/config.h 2>/dev/null; then
AC_MSG_NOTICE([$ac_dest is unchange
On Sat, 27 Apr 2002 11:56:54 -0400, Earnie Boyd wrote:
>Sascha Silbe wrote:
>>
>> Hi!
>>
>> I first tried it on the openssh ml, but they told me it'd rather look like a
>> bug in autoconf, so here I am.
>>
>
>The autoconf team chose to use a comma `,' character in the sed command
>because they
DLLs)?
The easiest way would be for ./configure to find the C compiler and build
a simple utility binary from source, then use that for the rest of the
configuration.
--
Dean Povey, |em: [EMAIL PROTECTED]|JCSI: Java security toolkit
Wedgetail Communications|ph: +61 7 3023 5139