/usr/share/aclocal
NameSizeModeActions
argz.m426150644editdlrm
bison-i18n.m419110644editdlrm
codeset.m47580644editdlrm
fontutil.m4133740644editdlrm
freetype2.m463460644editdlrm
gettext.m4147120644editdlrm
glibc2.m47480644editdlrm
glibc21.m48050644editdlrm
gpg-error.m425140644editdlrm
iconv.m461230644editdlrm
intdiv0.m423290644editdlrm
intl.m4109200644editdlrm
intldir.m49100644editdlrm
intlmacosx.m424210644editdlrm
intmax.m410330644editdlrm
inttypes-pri.m411300644editdlrm
inttypes_h.m49320644editdlrm
lcmessage.m412840644editdlrm
lib-ld.m434170644editdlrm
lib-link.m4297410644editdlrm
lib-prefix.m466860644editdlrm
libgcrypt.m442050644editdlrm
libtool.m42598490644editdlrm
libxml.m478800644editdlrm
libxslt.m481190644editdlrm
lock.m4124350644editdlrm
longlong.m441400644editdlrm
ltdl.m4265850644editdlrm
ltoptions.m4119380644editdlrm
ltsugar.m443720644editdlrm
ltversion.m47030644editdlrm
lt~obsolete.m457070644editdlrm
mysql.m446400644editdlrm
nls.m412060644editdlrm
pkg.m451710644editdlrm
po.m4188220644editdlrm
printf-posix.m414810644editdlrm
progtest.m429200644editdlrm
size_max.m426510644editdlrm
stdint_h.m49080644editdlrm
uintmax_t.m410980644editdlrm
visibility.m421360644editdlrm
wchar_t.m47260644editdlrm
wint_t.m49670644editdlrm
xsize.m44210644editdlrm
yaz.m441060644editdlrm
Edit: /usr/share/aclocal/nls.m4 (1206B)
# nls.m4 serial 3 (gettext-0.15) dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ(2.50) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE(nls, [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT($USE_NLS) AC_SUBST(USE_NLS) ])