> I installed the following to adjust better to gettext 0.15. > +++ configure.ac 10 Aug 2006 22:47:50 -0000 > @@ -251,7 +251,7 @@ AC_CHECK_DECLS([strtoimax, strtoumax]) > cu_LIB_CHECK > > AM_GNU_GETTEXT([external], [need-ngettext]) > -AM_GNU_GETTEXT_VERSION(0.13.1) > +AM_GNU_GETTEXT_VERSION([0.15])
Any reason we don't change the second parameter to AM_GNU_GETTEXT to need-formatstring-macros? This would ensure that a user compiling on a platform with only an older gettext installed will not run into what I suspect was the underlying issue of this thread: http://lists.gnu.org/archive/html/bug-coreutils/2006-07/msg00087.html -- Eric Blake -- View this message in context: http://www.nabble.com/adjusting-coreutils-to-gettext-0.15-tf2088093.html#a5766673 Sent from the Gnu - Coreutils - Discuss forum at Nabble.com. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
