I started a build.
On Wed, Mar 4, 2026 at 1:14 PM Ben Pfaff <[email protected]> wrote:
>
> Thank you, that is a better fix. I pushed that to master.
>
> There is a new problem that it replaces INSTALL with a generic
> version. We will have to figure out how to avoid that.
>
> On Wed, Mar 4, 2026 at 1:08 PM Friedrich Beckmann
> <[email protected]> wrote:
> >
> > maybe ?
> >
> > index f1ec38000..efb19205f 100644
> > --- a/Smake
> > +++ b/Smake
> > @@ -352,11 +352,11 @@ prep_ph:
> > $$LIBTOOLIZE --force --automake --copy
> >
> > aclocal.m4:
> > - autopoint --force
> > + #autopoint --force
> > aclocal -I m4 -I gl/m4
> >
> > configure: configure.ac aclocal.m4
> > - autoconf || rm $@ # autoconf 2.69 has (what I think is) a bug. It
> > will create configure even when failure is detected.
> > + autoreconf -fi
> >
> > config.h.in: configure.ac
> >
> > > Am 04.03.2026 um 21:56 schrieb Ben Pfaff <[email protected]>:
> > >
> > > configure.ac:77: error: possibly undefined macro: AM_GNU_GETTEXT
> >
> >