Akim Demaille wrote:
> ~/src/m4 % (./bootstrap ; make ; make check ; make distcheck ) |& tee make.log
[[snip]]
make: *** No rule to make target `config/gnu-obstack.m4', needed by `aclocal.m4'. Stop.

I am aiming at using gnulib files and keeping some internal consistency between those files, and the files maintained in the m4 tree. Gnulib provides an obstack.m4, and I wanted it to be clear that the similar macro file in m4/config is an m4 specific wrapper, hence I renamed gnu-obstack.m4 to m4-obstack.m4.


I think you need to run ./configure after ./bootstrap to regenerate your Makefiles so that they don't rely on the old dependency graph.

Cheers,
        Gary.
--
  ())_.  Gary V. Vaughan    gary@(oranda.demon.co.uk|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/



_______________________________________________
Bug-m4 mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-m4

Reply via email to