From: Brendan Cully Date: Thu, 24 Jul 2008 20:19:56 +0000 (-0400) Subject: Fix m4 serial numbers to avoid aclocal 1.10 warnings X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ead25156af4dd0ecee577511353987baa33d199f;p=mutt Fix m4 serial numbers to avoid aclocal 1.10 warnings --- diff --git a/ChangeLog b/ChangeLog index a0fbab43..898c795b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-07-24 12:15 -0400 Brendan Cully (0d9c24dea7d0) + + * copy.c: Remove variables no longer used since [7729b1ad530c] + + * configure.ac: Disable GCC long long warnings with + -pedantic. Closes #2823. Thanks to Aron Griffis for the + suggestion. + 2008-07-22 16:30 +0200 Vincent Lefevre (e27d7ce09c40) * doc/manual.xml.head, init.h: Fix typos in manual.xml.head and diff --git a/m4/codeset.m4 b/m4/codeset.m4 index 1669694f..59d613c6 100644 --- a/m4/codeset.m4 +++ b/m4/codeset.m4 @@ -1,4 +1,4 @@ -#serial AM1 +#serial 1 dnl From Bruno Haible. diff --git a/m4/iconv.m4 b/m4/iconv.m4 index 9c1f9d92..fa9bd463 100644 --- a/m4/iconv.m4 +++ b/m4/iconv.m4 @@ -1,4 +1,4 @@ -#serial AM2 +#serial 2 dnl From Bruno Haible.