diff options
author | Jody Goldberg <jgoldberg@home.com> | 2001-05-20 01:43:23 +0800 |
---|---|---|
committer | Jody Goldberg <jody@src.gnome.org> | 2001-05-20 01:43:23 +0800 |
commit | cc2b0f6df94111063963ef78ab62c4693295ddee (patch) | |
tree | bd13d1a2dff8b3b0d2c698c889f93c9971d51a00 /macros/gnome-gettext.m4 | |
parent | f093b333fbee67da990d50b513333272418276e7 (diff) | |
download | gsoc2013-evolution-cc2b0f6df94111063963ef78ab62c4693295ddee.tar.gz gsoc2013-evolution-cc2b0f6df94111063963ef78ab62c4693295ddee.tar.zst gsoc2013-evolution-cc2b0f6df94111063963ef78ab62c4693295ddee.zip |
This should fix that irritating
make[2]: *** No rule to make target `all-no-@BUILD_INCLUDED_LIBINTL@', needed by `all-no'.
2001-05-19 Jody Goldberg <jgoldberg@home.com>
* gnome-gettext.m4 : Add BUILD_INCLUDED_LIBINTL so that newer versions
work.
svn path=/trunk/; revision=9895
Diffstat (limited to 'macros/gnome-gettext.m4')
-rw-r--r-- | macros/gnome-gettext.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4 index 6839855c1b..5b173b7396 100644 --- a/macros/gnome-gettext.m4 +++ b/macros/gnome-gettext.m4 @@ -21,6 +21,7 @@ AC_DEFUN([AM_GNOME_WITH_NLS], AC_MSG_RESULT($USE_NLS) AC_SUBST(USE_NLS) + BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no dnl If we use NLS figure out what method @@ -197,6 +198,7 @@ AC_DEFUN([AM_GNOME_WITH_NLS], done dnl Make all variables we use known to autoconf. + AC_SUBST(BUILD_INCLUDED_LIBINTL) AC_SUBST(USE_INCLUDED_LIBINTL) AC_SUBST(CATALOGS) AC_SUBST(CATOBJEXT) |