Permalink
Please sign in to comment.
Browse files
build: Pre-generate old-configure
This avoids a build-time dependency on autoconf 2.13. Generated with: autoconf213 --localdir=js/src js/src/old-configure.in >js/src/old-configure Since this is a git checkout, in a fresh checkout the mtimes will not reflect when each file was modified. Touch the configure script as soon as the whole build process starts, in order to avoid spurious errors due to files being newer than other files. Also, don't refresh old-configure during the build process if we are in a git checkout.
- Loading branch information...
Showing
with
10,953 additions
and 0 deletions.
- +3 −0 build/moz.configure/old.configure
- +2 −0 js/src/configure
- +10,948 −0 js/src/old-configure
0 comments on commit
740bc5d