lol

emsciptenStdenv: allow reuse without ./autogen.sh

The configure phase of emscriptenStdenv exspects an ./autogen.sh script,
which is anoying when this step is not needed. Good example is
emscriptenPackages.zlib which needs to override configurePhase.

-2
-2
pkgs/development/em-modules/generic/default.nix
··· 22 22 HOME=$TMPDIR 23 23 runHook preConfigure 24 24 25 - # probably requires autotools as dependency 26 - ./autogen.sh 27 25 emconfigure ./configure --prefix=$out 28 26 29 27 runHook postConfigure