From: Vincent Penquerc'h Date: Mon, 20 Apr 2015 07:49:57 +0000 (+0100) Subject: configure.ac: uncomment gettext version setup X-Git-Tag: 1.6.0~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1545d8fef7065081079172ec264a0061039ac075;p=platform%2Fupstream%2Fgst-rtsp-server.git configure.ac: uncomment gettext version setup Fixes autogen.sh. It would run autopoint, which would complain that it could not find the gettext version in configure.ac. https://bugzilla.gnome.org/show_bug.cgi?id=748058 --- diff --git a/configure.ac b/configure.ac index 4ac95c1..e7ab6ad 100644 --- a/configure.ac +++ b/configure.ac @@ -72,9 +72,9 @@ AC_CONFIG_MACRO_DIR([m4]) dnl set up gettext dnl the version check needs to stay here because autopoint greps for it -#AM_GNU_GETTEXT_VERSION([0.17]) -#AM_GNU_GETTEXT([external]) -#AG_GST_GETTEXT([gst-rtsp-server-$GST_API_VERSION]) +AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT([external]) +AG_GST_GETTEXT([gst-rtsp-server-$GST_API_VERSION]) dnl *** check for arguments to configure ***