comparison configure.in @ 431:a5ebf8595154

GNU gettext i18n support
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Jan 2007 08:10:05 +0000
parents 4ba6416227e2
children a0c3d277dc0e
comparison
equal deleted inserted replaced
430:d787dae8c043 431:a5ebf8595154
73 AC_FUNC_MALLOC 73 AC_FUNC_MALLOC
74 AC_TYPE_SIGNAL 74 AC_TYPE_SIGNAL
75 AC_FUNC_STAT 75 AC_FUNC_STAT
76 AC_CHECK_FUNCS([memset strcasecmp strerror]) 76 AC_CHECK_FUNCS([memset strcasecmp strerror])
77 77
78 AM_GNU_GETTEXT([external])
78 79
79 dnl *** 80 dnl ***
80 dnl *** Enable or disable themetune support/installation 81 dnl *** Enable or disable themetune support/installation
81 dnl *** 82 dnl ***
82 AC_ARG_ENABLE(themetune, 83 AC_ARG_ENABLE(themetune,
289 dnl *** And finally, output the all generatable files! 290 dnl *** And finally, output the all generatable files!
290 dnl *** 291 dnl ***
291 AC_CONFIG_FILES([ 292 AC_CONFIG_FILES([
292 Makefile 293 Makefile
293 xmms-sid.spec 294 xmms-sid.spec
295 po/Makefile.in
296 m4/Makefile
294 ]) 297 ])
295 AC_OUTPUT 298 AC_OUTPUT
296 299
297 300
298 dnl *** 301 dnl ***