You could just change Makefile.am to call extract.pl as argument to perl, as in: - ./$(EXTRA_DIST) $(vtysh_cmd_FILES) > vtysh_cmd.c + $(PERL) ./$(EXTRA_DIST) $(vtysh_cmd_FILES) > vtysh_cmd.c
(On a random sidenote, it's really ugly to use $(EXTRA_DIST) like that...) On Thu, Mar 03, 2016 at 06:41:28AM -0500, Alexis Rosen wrote: > On Mar 2, 2016, at 8:38 PM, Donald Sharp <[email protected]> wrote: > > On a side note, extract.pl.in as far as I can tell only is used to auto > > generate the perl binary location. Is there a modern distribution that > > doesn't have perl in /usr/bin? Would people mind if I removed the > > extract.pl.in -> extract.pl configure creation? > > NetBSD7 (and previous) don't ship with perl. Plenty of systems will have it > in /usr/local/bin. _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
