Dave Reisner <[email protected]> wrote: > +%.py: %.py.in > + $(AM_V_GEN)test -f $(srcdir)/[email protected] && m4 -P -I $(srcdir) > $(srcdir)/[email protected] | $(edit) >[email protected]
Hi Dave! I think it might be easier to replace that clause, and the following 'edit=' and '$(CONFTESTS): Makefile' clauses with a single line in configure.ac adding sync200.py to AC_CONFIG_FILES. In fact, we could also get rid of the CONFTESTS wildcard since there are not likely to be more than 1 or 2 and explicitly listing them in configure.ac is "the autoconf way". Merry Christmas, everyone! Jeremy
