diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-05 10:03:23 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-05 10:03:23 +0000 |
commit | 9e07c0ac3c54b0c217a16627dfd7cd5f9c057d96 (patch) | |
tree | 3b2d573c6a209d7fc19c156b3764f7d7b7185da5 | |
parent | be52c709a41533e162f882dbd147acfe993686cc (diff) |
remove gettext for now
Original commit message from CVS:
remove gettext for now
-rw-r--r-- | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index c66626b7..e4ba8daa 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") |