From 94bc644f6c1d3cf4564078fc92d30212683852e1 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Thu, 5 May 2005 10:03:23 +0000 Subject: [PATCH] remove gettext for now Original commit message from CVS: remove gettext for now --- configure.ac | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/configure.ac b/configure.ac index c66626b7a7..e4ba8daaaa 100644 --- a/configure.ac +++ b/configure.ac @@ -46,20 +46,6 @@ AM_PROG_AS AS="${CC}" AS_PROG_OBJC -dnl the gettext stuff needed -AM_GNU_GETTEXT_VERSION(0.11.5) -AM_GNU_GETTEXT([external]) - -GETTEXT_PACKAGE=gst-plugins-$GST_MAJORMINOR -AC_SUBST(GETTEXT_PACKAGE) -AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", - [gettext package name]) - -dnl define LOCALEDIR in config.h -AS_AC_EXPAND(LOCALEDIR, $datadir/locale) -AC_DEFINE_UNQUOTED([LOCALEDIR], "$LOCALEDIR", - [gettext locale dir]) - dnl decide on error flags AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no")