Supporting include in Makefiles

2001-06-27 Thread Dean Povey
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

Re: Supporting include in Makefiles

2001-07-01 Thread Dean Povey
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

Installable config.h files

2001-07-01 Thread Dean Povey
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

Re: autoconf choking on paths containing comma

2002-04-27 Thread Dean Povey
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

Re: proposal to fork the build-tools projects

2002-10-14 Thread Dean Povey
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