Remix.run Logo
duped 5 days ago

Do you review the 10k+ lines of generated bash in ./configure, too?

cozzyd 5 days ago | parent [-]

./configure shouldn't be in your repo unless it's handwritten

johnisgood 5 days ago | parent [-]

Pretty much. It is called "autotools" for a reason.

Theoretically you should be able to generate the configuration scripts through "autoconf" (or autoreconf), or generate Makefile.in for configure from Makefile.am using "automake", etc.