On Fri, May 04, 2007 at 01:58:14PM +0900, Masayuki Hatta wrote: > > >>>>> In <[EMAIL PROTECTED]> > >>>>> Paul Ackersviller <[EMAIL PROTECTED]> wrote: > > > Here are a few problems I've run across so far in building > > a2ps-4.14-rc1 on HP-UX 11.11. Firstly, there seems to be a > > requirement for GNU make that 4.13 didn't have, here's the error: > > > ... > > Making all in m4 > > No suffix list. > > sed -e "[EMAIL PROTECTED]@#/usr/local/share/ogonkify#g" ogonkify.in > > > ogonkify-t > > chmod +x ogonkify-t > > mv ogonkify-t ogonkify > > Make: Don't know how to make pcrr-o.afm. Stop. > > *** Error exit code 1 > > > This error only happens after freshly unpacking the tarball, not > > again after doing gnumake distclean; gnumake. > > I'm not sure, but the following fix might work. Could you try this?
This didn't help, but the patch didn't apply cleanly, so I needed to hand-edit in the first hunk. However I see that you may have misunderstood what I was tried to say since I used the wrong word at the end of that last sentence. I'll see if I can say it right this time. HP's make doesn't work immediately after configure, however the follwing does: gnumake; make distclean; configure && make. > --- Makefile.in.orig 2007-05-04 13:34:58.000000000 +0900 > +++ Makefile.in 2007-05-04 13:35:55.000000000 +0900 > @@ -177,7 +177,6 @@ > AUTOMAKE_OPTIONS = foreign > SUBDIRS = doc m4 > ACLOCAL_AMFLAGS = -I m4 > -CLEANFILES = $(bin_SCRIPTS) > afmdir = $(pkgdatadir)/afm > fontsdir = $(pkgdatadir)/fonts > ogonkifydir = $(pkgdatadir) > @@ -654,7 +653,6 @@ > mostlyclean-generic: > > clean-generic: > - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) > > distclean-generic: > -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)