-
- Downloads
Split long lines in configure.in and Makefile.am files
Having very long single lines with lots and lots of things in them tends to make files hard to diff and hard to merge. Since our tools are one-line-at-a-time, we should try to construct lists that way too, within reason. This incidentally turned up a few headers in configure.in that we were for some reason searching for twice.
Showing
- Makefile.am 14 additions, 5 deletionsMakefile.am
- configure.in 97 additions, 9 deletionsconfigure.in
- contrib/Makefile.am 14 additions, 1 deletioncontrib/Makefile.am
- doc/spec/Makefile.am 10 additions, 3 deletionsdoc/spec/Makefile.am
- src/common/Makefile.am 36 additions, 4 deletionssrc/common/Makefile.am
- src/or/Makefile.am 78 additions, 18 deletionssrc/or/Makefile.am
- src/test/Makefile.am 7 additions, 4 deletionssrc/test/Makefile.am
- src/tools/tor-fw-helper/Makefile.am 8 additions, 3 deletionssrc/tools/tor-fw-helper/Makefile.am
Please register or sign in to comment