Re: bootstrap.sh oddities
Paolo Bonzini <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Il 15/03/2012 21:36, Mike Frysinger ha scritto: > seems like bootstrap.sh and bootstrap.sh.in are out of sync. the latter > refers to mkostemp.c while the former uses mkstemp.c. > > as for having a .in at all, seems like it's just for the PACKAGE/VERSION > strings. seems like it'd be simpler to just define those to dummy bootstrap > strings and drop the bootstrap.sh completely ? In theory that is needed to associate sed reports to the version even if the bootstrap script was being used. But in the end I think time is ripe to remove bootstrap.sh completely. Paolo > at any rate, running ./bootstrap.sh currently fails: > $ ./bootstrap.sh > + rm -f 'lib/*.o' 'sed/*.o' sed/sed > + cd lib > + cp alloca.in.h alloca.h > cp: cannot stat `alloca.in.h': No such file or directory > + exit 1 > -mike