From 4697c37a83cbf581bf232f3f172dee6ff8e7faac Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 28 May 2014 20:56:37 -0400 Subject: Make desktop file translatable Changes bootstrap script to run libtoolize. Some extra magic was needed for autoreconf (taken from GNOME projects). The INTLTOOL_DESKTOP_RULE should be used in Makefile.am but is unfortunately broken at this time for out-of-source builds. The rule is instead copied and fixed in Makefile.am. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index deae0cf..173cf88 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # Checks for programs. AC_PROG_CC_C99 +AC_PROG_INTLTOOL([0.50]) # Checks for libraries. AM_GNU_GETTEXT_VERSION([0.17]) -- cgit v1.2.3-70-g09d2