On 26 Mar 2001 15:24:16 -0700, Jeremy Slade wrote:
> .made_mode = MyMod.C Makefile.perl
> $(MAKE) -fMakefile.perl
> touch $@
Minor portability issue: try to avoid names starting with leading dots.
If your code is supposed to never run on DOS, this doesn't matter that
much though.
I posted a while back asking for a good solution to building perl
modules inside an automake/autoconf-based package. The only real
response I got was 'I thought everybody used MakeMaker to do that...'
So, I looked at how to combine MakeMaker w/ automake/autoconf, and
here's what I came up with (
The autoheader utility seems to deal fine with
AC_CONFIG_HEADERS([config.h include/Inventor/SbBasic.h
include/Inventor/system/inttypes.h])
but not with
AC_CONFIG_HEADERS([
config.h
include/Inventor/SbBasic.h
i
> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes:
Mo> Hi all. I just tried to update to the most recent version of
Mo> autoconf after using a version from about 4 months ago.
Mo> I did a "cvs update -d -A" and reran configure. I then ran make
Mo> and got the following error:
Mo> Processing