Hello Sam, * Sam Steingold wrote on Wed, Oct 24, 2007 at 06:08:49PM CEST: > > I just did > > gnulib-tool --import --source-base=src/gllib \ > --m4-base=src/glm4 --aux-dir=src/build-aux --no-changelog \ > stdint stdbool regex fnmatch-gnu havelib gettext localcharset \ > uniwidth/width streq uniname/uniname unitypes > cd src; automake gllib/Makefile > gllib/Makefile.am: required file `build-aux/compile' not found > > where does this `build-aux/compile' come from?
Automake. Just do automake --add-missing gllib/Makefile once, and it should get installed. Cheers, Ralf