[tex-live] Build fails for FreeBSD 4.10

Karl Berry karl at freefriends.org
Wed Sep 29 15:21:43 CEST 2004


Hi Manfred,

    sed 's/__VERSION__/4.7/g' >texinfo.cat
    sed hangs.

BSD make apparently doesn't expand $< in regular rules, annoyingly.

I changed utils/texinfo/util/Makefile.am to avoid this.

I also changed Makefile.in, so if the timestamp gods are feeling
friendly, automake/autoconf won't have to be rerun, just configure.  You
can also just change the line:

	sed 's/__VERSION__/@VERSION@/g' $< >$@
to
	sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in >$@
        
if you want.

Hope it flies ...
k



More information about the tex-live mailing list