Error out if gettext support is not found. (#59386)

Wed Sep 19 11:23:41 2001  Owen Taylor  <otaylor@redhat.com>

	* configure.in: Error out if gettext support is not found. (#59386)
This commit is contained in:
Owen Taylor 2001-09-19 15:40:38 +00:00 committed by Owen Taylor
parent 5f5cfee3b9
commit 37fd6f79d4
9 changed files with 42 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Sep 19 11:23:41 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Error out if gettext support is not found. (#59386)
2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthread.h (GThreadFunctions): Add thread_equal function to * glib/gthread.h (GThreadFunctions): Add thread_equal function to

View File

@ -1,3 +1,7 @@
Wed Sep 19 11:23:41 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Error out if gettext support is not found. (#59386)
2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthread.h (GThreadFunctions): Add thread_equal function to * glib/gthread.h (GThreadFunctions): Add thread_equal function to

View File

@ -1,3 +1,7 @@
Wed Sep 19 11:23:41 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Error out if gettext support is not found. (#59386)
2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthread.h (GThreadFunctions): Add thread_equal function to * glib/gthread.h (GThreadFunctions): Add thread_equal function to

View File

@ -1,3 +1,7 @@
Wed Sep 19 11:23:41 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Error out if gettext support is not found. (#59386)
2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthread.h (GThreadFunctions): Add thread_equal function to * glib/gthread.h (GThreadFunctions): Add thread_equal function to

View File

@ -1,3 +1,7 @@
Wed Sep 19 11:23:41 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Error out if gettext support is not found. (#59386)
2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthread.h (GThreadFunctions): Add thread_equal function to * glib/gthread.h (GThreadFunctions): Add thread_equal function to

View File

@ -1,3 +1,7 @@
Wed Sep 19 11:23:41 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Error out if gettext support is not found. (#59386)
2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthread.h (GThreadFunctions): Add thread_equal function to * glib/gthread.h (GThreadFunctions): Add thread_equal function to

View File

@ -1,3 +1,7 @@
Wed Sep 19 11:23:41 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Error out if gettext support is not found. (#59386)
2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthread.h (GThreadFunctions): Add thread_equal function to * glib/gthread.h (GThreadFunctions): Add thread_equal function to

View File

@ -1,3 +1,7 @@
Wed Sep 19 11:23:41 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Error out if gettext support is not found. (#59386)
2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthread.h (GThreadFunctions): Add thread_equal function to * glib/gthread.h (GThreadFunctions): Add thread_equal function to

View File

@ -204,6 +204,16 @@ dnl
ALL_LINGUAS="az ca de es eu fr nn no ru sl sv ta tr uk zh_TW" ALL_LINGUAS="az ca de es eu fr nn no ru sl sv ta tr uk zh_TW"
AM_GLIB_GNU_GETTEXT AM_GLIB_GNU_GETTEXT
if test "$gt_cv_func_dgettext_libc" = "yes" || test "$gt_cv_func_dgettext_libintl" = "yes"; then
:
else
AC_MSG_ERROR([
*** You must have either have gettext support in your C library, or use the
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
])
fi
LIBS="$LIBS $INTLLIBS" LIBS="$LIBS $INTLLIBS"
GETTEXT_PACKAGE=glib20 GETTEXT_PACKAGE=glib20