tisdag den 20 december 2011 klockan 18:08 skrev Alfred M. Szmidt detta: > > The bootstrap code is broken since 11-12-17 when Jime Meyering > tampered with AUTOPOINT and AUTORECONF: > > configure.ac:152: error: possibly undefined macro: gl_FUNC_READLINE > > configure.ac:176: error: possibly undefined macro: AC_DEFINE > > Please update. > > ./bootstrap is updated from gnulib when your gnulib tree has a new > version, if Jim broke it please report it to bug-gnulib. What you can > do is create .bootstrap, with the following content: > > bootstrap_sync=true > > And revert bootstrap to the version in our repository.
The error arose with "./bootstrap --copy". When I reset gnulib to HEAD^ in my checked out repository, then I can build again. By the way, the macro gl_FUNC_READLINE is defined in our "am/readline.m4", probably an artifact from its origin. The reason AC_DEFINE is claimed unavailable, that escapes me. I will conduct some experiments. Regards, Mats
