]> code.delx.au - pulseaudio/commitdiff
Remove gettext macros from configure.ac, intltool is used.
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 8 Aug 2008 10:15:26 +0000 (12:15 +0200)
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 8 Aug 2008 10:15:26 +0000 (12:15 +0200)
When using intltool there is no need to _also_ use gettext, so remove
gettext macros so that autoreconf does not copy them over.

configure.ac

index f149864c59f0793c8710b0cf9f705395f125c2c6..661890771b4c16642f2101e55474d30b452acd83 100644 (file)
@@ -440,8 +440,6 @@ AC_CHECK_FUNCS([open64])
 
 AM_ICONV
 
-AM_GNU_GETTEXT([external])
-
 IT_PROG_INTLTOOL([0.35.0])
 GETTEXT_PACKAGE=pulseaudio
 AC_SUBST([GETTEXT_PACKAGE])