Clarify when autogen.sh should run only autoconf
commit5ed0bf1061cb0b2e70ee1d28f5f3586259ec0f3b
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Aug 2017 20:01:58 +0000 (2 13:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Aug 2017 20:03:03 +0000 (2 13:03 -0700)
tree8c5d1b2ba87e8190875ac92edb228c0aebde7643
parentfe80d58ca4ead89e8887aa726482694888a8ef7f
Clarify when autogen.sh should run only autoconf

* Makefile.in (configure, bootstrap): Run ‘./autogen.sh autoconf’,
not plain ‘./autogen.sh’, to make it clear that only
autoconf-related tools should be run here.
Makefile.in