From d0dbd5beebaf92e6ade9d136c57b0b46572fc41e Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 12 Mar 2013 15:41:54 +0200 Subject: Check for gettext m4 macros in autogen.sh If gettext-devel package is not installed on Fedora, autogen.sh fails as follows: [penberg@tux classpath]$ sh autogen.sh configure.ac:505: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd m4/iconv.m4:11: AM_ICONV_LINKFLAGS_BODY is expanded from... m4/iconv.m4:22: AM_ICONV_LINK is expanded from... m4/iconv.m4:77: AM_ICONV is expanded from... Make the script more user fiendly by explicitly checking for the presence of gettext.m4 in the system. Cc: Andrew John Hughes Cc: Brian Jones Signed-off-by: Pekka Enberg --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 289a979f9..e26f6277e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-03-12 Pekka Enberg + + * autogen.sh: + Check that gettext.m4 is installed. + 2013-03-09 Pekka Enberg * .gitignore: Exclude autogen-generated files. -- cgit v1.2.1