summaryrefslogtreecommitdiffstats
path: root/m4/README
AgeCommit message (Collapse)Author
2021-02-18Update gettext to version 0.21.Kevin McCarthy
Run 'gettextize -f --no-changelog' to update to 0.21. This removes the entire intl directory, and relies on an external libintl only. $(INTLLIBS) should now be referred to as $(LIBINTL), so change all references. Unfortunately, some of the gettext m4 files were modified and "mutt customized" in the past. I'm trying to keep them in a pristine state after this upgrade. glibc21.m4, lcmessage.m4, codeset.m4 have also been removed. Manually call AM_ICONV in configure.ac. This was previously called in the modified "MUTT_AM_GNU_GETTEXT" but the result $am_cv_func_iconv is tested just below. locale.h is a standard library defined by C99. The gpgme and pgp code wrapped those includes in HAVE_LOCALE_H checks, but that check was performed inside of gettext.m4. Remove the check inside those files (locale.h is already included unconditionally elsewhere in Mutt). Copy the sample gettext.h file and include that instead, as suggested by the gettext documentation. unistd.h is also a standard posix header, so remove HAVE_UNISTD_H checks inside mutt too. Create po/LINGUAS file listing available languages. Create po/Makevars from the template and customize for Mutt. Set PO_DEPENDS_ON_POT to no to prevent po file rebuilds. According to the gettext manual, with this set, "PO files can be accidentally updated even if a POT file is not updated" when using git.
2006-07-18Long-overdue build system overhaul.Matthias Andree
1998-12-21Here is a small patch to simplify m4/Makefile.am.in. This came outThomas Roessler
of a suggestion I made to Jim Meyering (maintainer of GNU fileutils, where I snarfed the code from :). (From: Lars Hecking <lhecking@nmrc.ucc.ie>)
1998-11-17Configuration fixes from Lars Hecking, with some more fixes andThomas Roessler
modifications from myself. With some luck, you don't need a gettext installation any more.