From: Michael Elkins Date: Sun, 30 Dec 2012 17:26:30 +0000 (-0800) Subject: remove m4_translit because it generates a warning with newer versions of autoconf... X-Git-Tag: neomutt-20160307~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9892e7e31130de5220d208c28f326c813eaa6d9e;p=neomutt 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. --- 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