From 9892e7e31130de5220d208c28f326c813eaa6d9e Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Sun, 30 Dec 2012 09:26:30 -0800 Subject: [PATCH] remove m4_translit because it generates a warning with newer versions of autoconf when used in AC_INIT. Instead, use tr -d to output the version string without a trailing newline. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ee60d79d1..7d24d7cd9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,7 @@ dnl Process this file with autoconf to produce a configure script. dnl !!! WHEN ADDING NEW CONFIGURE TESTS, PLEASE ADD CODE TO MAIN.C !!! dnl !!! TO DUMP THEIR RESULTS WHEN MUTT -V IS CALLED !!! -AC_INIT([mutt],[m4_translit(m4_esyscmd(cat VERSION),` -')]) +AC_INIT([mutt],[m4_esyscmd(tr -d \\n