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 | 94bc644f6c1d3cf4564078fc92d30212683852e1 (patch) | |
tree | f2aaed67a561902904523c3254cd52eba0ec82c9 | |
parent | 646e2af4a4fcd0e935b48b0b01155b7bea5d972a (diff) | |
download | gst-plugins-bad-94bc644f6c1d3cf4564078fc92d30212683852e1.tar.gz gst-plugins-bad-94bc644f6c1d3cf4564078fc92d30212683852e1.tar.bz2 gst-plugins-bad-94bc644f6c1d3cf4564078fc92d30212683852e1.zip |
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") |