Hi Bruno, Thanks for the prompt reply!
Bruno Haible <br...@clisp.org> writes: [...] > 2010-05-31 Bruno Haible <br...@clisp.org> > > Avoid expanding two macros in the wrong order. > * m4/libunistring-base.m4 (gl_LIBUNISTRING_LIB_PREPARE): Require > gl_LIBUNISTRING if it is defined. > * m4/libunistring.m4 (gl_LIBUNISTRING): Define using AC_DEFUN_ONCE for > autoconf >= 2.64. > Reported by Ludovic Courtès <l...@gnu.org>. There’s something wrong for me after the Gnulib update: --8<---------------cut here---------------start------------->8--- $ rm aclocal.m4 $ autoreconf -vfi autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: copying file `build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' autoreconf: running: /nix/store/shf97wvs8437hzj02rgridqbqcpz18sx-autoconf-2.65/bin/autoconf --force configure:14603: error: possibly undefined macro: gl_LIBUNISTRING If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /nix/store/shf97wvs8437hzj02rgridqbqcpz18sx-autoconf-2.65/bin/autoconf failed with exit status: 1 $ ( cd ~/src/gnulib/ ; git describe ) v0.0-3957-g2988c8c $ autoconf --version autoconf (GNU Autoconf) 2.65 Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. --8<---------------cut here---------------end--------------->8--- (This is with Guile master.) Any idea? Thanks, Ludo’.