* autogen.sh (have_gettext): Add a check for GNU gettext.
(Pointed out by Dan Winship in #59386.)
+Mon May 13 23:20:00 2002 Owen Taylor <otaylor@redhat.com>
+
+ * autogen.sh (have_gettext): Add a check for GNU gettext.
+ (Pointed out by Dan Winship in #59386.)
+
Mon May 13 11:55:33 2002 Owen Taylor <otaylor@redhat.com>
* configure.in acglib.m4: If sizeof(int) == sizeof(long)
+Mon May 13 23:20:00 2002 Owen Taylor <otaylor@redhat.com>
+
+ * autogen.sh (have_gettext): Add a check for GNU gettext.
+ (Pointed out by Dan Winship in #59386.)
+
Mon May 13 11:55:33 2002 Owen Taylor <otaylor@redhat.com>
* configure.in acglib.m4: If sizeof(int) == sizeof(long)
+Mon May 13 23:20:00 2002 Owen Taylor <otaylor@redhat.com>
+
+ * autogen.sh (have_gettext): Add a check for GNU gettext.
+ (Pointed out by Dan Winship in #59386.)
+
Mon May 13 11:55:33 2002 Owen Taylor <otaylor@redhat.com>
* configure.in acglib.m4: If sizeof(int) == sizeof(long)
+Mon May 13 23:20:00 2002 Owen Taylor <otaylor@redhat.com>
+
+ * autogen.sh (have_gettext): Add a check for GNU gettext.
+ (Pointed out by Dan Winship in #59386.)
+
Mon May 13 11:55:33 2002 Owen Taylor <otaylor@redhat.com>
* configure.in acglib.m4: If sizeof(int) == sizeof(long)
+Mon May 13 23:20:00 2002 Owen Taylor <otaylor@redhat.com>
+
+ * autogen.sh (have_gettext): Add a check for GNU gettext.
+ (Pointed out by Dan Winship in #59386.)
+
Mon May 13 11:55:33 2002 Owen Taylor <otaylor@redhat.com>
* configure.in acglib.m4: If sizeof(int) == sizeof(long)
+Mon May 13 23:20:00 2002 Owen Taylor <otaylor@redhat.com>
+
+ * autogen.sh (have_gettext): Add a check for GNU gettext.
+ (Pointed out by Dan Winship in #59386.)
+
Mon May 13 11:55:33 2002 Owen Taylor <otaylor@redhat.com>
* configure.in acglib.m4: If sizeof(int) == sizeof(long)
+Mon May 13 23:20:00 2002 Owen Taylor <otaylor@redhat.com>
+
+ * autogen.sh (have_gettext): Add a check for GNU gettext.
+ (Pointed out by Dan Winship in #59386.)
+
Mon May 13 11:55:33 2002 Owen Taylor <otaylor@redhat.com>
* configure.in acglib.m4: If sizeof(int) == sizeof(long)
DIE=1
fi
+have_gettext=false
+if xgettext --version 2>/dev/null | grep 'GNU' > /dev/null ; then
+ have_gettext=true
+fi
+
+if $have_gettext ; then : ; else
+ echo
+ echo "GNU gettext must be installed to build GLib from CVS"
+ echo "GNU gettext is available from http://www.gnu.org/software/gettext/"
+ DIE=1
+fi
+
if test "$DIE" -eq 1; then
exit 1
fi