From: Jan Nieuwenhuizen Date: Sun, 28 Mar 2004 20:01:43 +0000 (+0000) Subject: Verify that gettext configure check with X-Git-Tag: release/2.1.37~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5bd972d30fbcd956947e6bd1ffad85d1bfb14359;p=lilypond.git Verify that gettext configure check with gcc-3.3 and autoconf 2.59 is still broken. Update warning. --- diff --git a/ChangeLog b/ChangeLog index 40637530c0..f7d7cf087d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-28 Jan Nieuwenhuizen + + * stepmake/aclocal.m4: Verify that gettext configure check with + gcc-3.3 and autoconf 2.59 is still broken. Update warning. + 2004-03-28 Han-Wen Nienhuys * Documentation/user/changing-defaults.itely (Determining the grob diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 99f4cb7892..e1d0b37af1 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -430,8 +430,8 @@ AC_DEFUN(STEPMAKE_GETTEXT, [ GCC_UNSUPPORTED= STEPMAKE_CHECK_VERSION_UNSUPPORTED(CXX, GCC_UNSUPPORTED, 3.3) if test -n "$GCC_UNSUPPORTED"; then - AC_MSG_WARN([autoconf <= 2.57 with g++ >= 3.3 gettext test broken.]) - AC_MSG_WARN([Trying gcc, cross thumbs.]) + AC_MSG_WARN([autoconf <= 2.59 with g++ >= 3.3 gettext test broken.]) + AC_MSG_WARN([Trying gcc, cross fingers.]) AC_LANG_PUSH(C) fi AC_CHECK_LIB(intl, gettext)