Changeset 2470:fc358f5b4990 for m4

Show
Ignore:
Timestamp:
2001-06-12 05:45:28 (7 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

gettext-related fixes. Most of this may just be temporary if we
decide to get rid of our own gettext.m4.

Location:
m4
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • m4/gettext.m4

    r2469 r2470  
    1414# serial 109 
    1515 
    16 dnl Usage: AM_WITH_NLS([TOOLSYMBOL], [NEEDSYMBOL], [LIBDIR]). 
     16dnl Usage: MUTT_AM_WITH_NLS([TOOLSYMBOL], [NEEDSYMBOL], [LIBDIR]). 
    1717dnl If TOOLSYMBOL is specified and is 'use-libtool', then a libtool library 
    1818dnl    $(top_builddir)/intl/libintl.la will be created (shared and/or static, 
     
    278278  ]) 
    279279 
    280 dnl Usage: Just like AM_WITH_NLS, which see. 
     280dnl Usage: Just like MUTT_AM_WITH_NLS, which see. 
    281281AC_DEFUN([MUTT_AM_GNU_GETTEXT], 
    282282  [AC_REQUIRE([AC_PROG_MAKE_SET])dnl 
  • m4/progtest.m4

    r2452 r2470  
    99# serial 1 
    1010 
    11 dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, 
     11dnl MUTT_AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, 
    1212dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) 
    1313AC_DEFUN([MUTT_AM_PATH_PROG_WITH_TEST],