Re: all-no-@BUILD_INCLUDED_LIBINTL@



>>>> "ML" == Mathieu Lacage <mathieu gnu org> writes:

ML> hi all,

Hi,

ML> anyone got an idea on how to fix the folowing error ?

ML> gettext:  0.10.36
ML> automake: 1.4
ML> autoconf: 2.13 
ML> xml-i18n-tools: 0.8.2 (cvs stable branch 2 days old)

ML> make[2]: Entering directory `/stuff/sources/gnumeric/intl'
ML> make[2]: *** no rule to build target `all-no- BUILD_INCLUDED_LIBINTL@',
ML> needed for `all-no'. Stop
ML> make[2]: Leaving directory `/stuff/sources/gnumeric/intl'
ML> make[1]: *** [all-recursive] Error 1

Apply this patch against gnome-libs or against
/usr/share/aclocal/gnome/gnome-gettext.m4. This allow you to compile against
gettext 0.10.36

Christian

--- macros/gnome-gettext.m4.orig        Mon Apr  9 15:09:29 2001
+++ macros/gnome-gettext.m4     Mon Apr  9 15:10:25 2001
@@ -22,6 +22,7 @@
     AC_SUBST(USE_NLS)
 
     USE_INCLUDED_LIBINTL=no
+    BUILD_INCLUDED_LIBINTL=no
 
     dnl If we use NLS figure out what method
     if test "$USE_NLS" = "yes"; then
@@ -198,6 +199,7 @@
 
     dnl Make all variables we use known to autoconf.
     AC_SUBST(USE_INCLUDED_LIBINTL)
+    AC_SUBST(BUILD_INCLUDED_LIBINTL)
     AC_SUBST(CATALOGS)
     AC_SUBST(CATOBJEXT)
     AC_SUBST(DATADIRNAME)
@@ -285,8 +287,8 @@
      sed -e '/^#/d' $srcdir/intl/$msgformat-msg.sed > intl/po2msg.sed
    fi
    dnl po2tbl.sed is always needed.
-   sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
-     $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed
+#   sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
+#     $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed
 
    dnl In the intl/Makefile.in we have a special dependency which makes
    dnl only sense for gettext.  We comment this out for non-gettext




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]