I'm struggling to rebuild 1.8.x after a cvs update.

I installed the latest automake (1.10), autoconf (2.61), libtool
(1.5.22) and gettext (0.16) into /usr/local, but I still find that
./autogen.sh fails:

[EMAIL PROTECTED]:~/guile-cvs-1.8/guile/guile-core$ ./grebuild
+ make -k distclean
make: *** No rule to make target `distclean'.
+ ./autogen.sh ../workbook
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force -I guile-config
autoreconf: configure.in: tracing
configure.in:705: warning: AM_INTL_SUBDIR is m4_require'd but not m4_defun'd
aclocal.m4:378: AM_GNU_GETTEXT is expanded from...
configure.in:705: the top level
autoreconf: configure.in: adding subdirectory guile-readline to autoreconf
autoreconf: Entering directory `guile-readline'
autoreconf: running: aclocal --force 
autoreconf: running: libtoolize --copy --force
autoreconf: running: /usr/local/bin/autoconf --force
autoreconf: running: /usr/local/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `guile-readline'
autoreconf: configure.in: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION
configure.in:705: warning: AM_INTL_SUBDIR is m4_require'd but not m4_defun'd
aclocal.m4:378: AM_GNU_GETTEXT is expanded from...
configure.in:705: the top level
configure:35800: error: possibly undefined macro: AM_INTL_SUBDIR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/local/bin/autoconf failed with exit status: 1

Any ideas?

Regards,
     Neil



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to