Add autogen.sh to source tarball.#6418
Conversation
|
Concept ACK - though why not use EXTRA_DIST? |
|
We use the noinst because this script is packaged with the src only for building/dev but not to be installed in system directories as are execution/docs/helper script, etc files. tl;dr it gets ignored by the "make install" step but is packaged with src for building/dev. |
|
@randy-waterhouse EXTRA_DIST files are not installed with "make install" |
|
@jgarzik oh yes right, |
|
utACK |
|
ut ACK |
60d5432 Add autogen.sh to source tarball. (randy-waterhouse)
Closes issue #4997 and restores consistency with the "To Build" instructions in doc/build-unix.md file packaged with the source tarball.