Annotation of embedaddon/libiconv/srcm4/intldir.m4, revision 1.1.1.3

1.1.1.3 ! misho       1: # intldir.m4 serial 3 (gettext-0.20)
        !             2: dnl Copyright (C) 2006, 2009-2014, 2016-2017, 2019 Free Software Foundation,
        !             3: dnl Inc.
1.1       misho       4: dnl This file is free software; the Free Software Foundation
                      5: dnl gives unlimited permission to copy and/or distribute it,
                      6: dnl with or without modifications, as long as this notice is preserved.
                      7: dnl
1.1.1.3 ! misho       8: dnl This file can be used in projects which are not available under
1.1       misho       9: dnl the GNU General Public License or the GNU Library General Public
                     10: dnl License but which still want to provide support for the GNU gettext
                     11: dnl functionality.
                     12: dnl Please note that the actual code of the GNU gettext library is covered
                     13: dnl by the GNU Library General Public License, and the rest of the GNU
1.1.1.3 ! misho      14: dnl gettext package is covered by the GNU General Public License.
1.1       misho      15: dnl They are *not* in the public domain.
                     16: 
1.1.1.3 ! misho      17: AC_PREREQ([2.60])
1.1       misho      18: 
                     19: dnl Tells the AM_GNU_GETTEXT macro to consider an intl/ directory.
                     20: AC_DEFUN([AM_GNU_GETTEXT_INTL_SUBDIR], [])

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>