Cleanup i18n stuff

This commit is contained in:
Duilio Protti 2016-06-25 17:52:08 -03:00
parent 00056c3ee8
commit 9393ad724e
2 changed files with 2 additions and 7 deletions

View File

@ -58,7 +58,7 @@ AM_PATH_SDL(1.0.6,,AC_MSG_ERROR([*** SDL >= 1.0.6 not installed - please install
# Check for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([libintl.h locale.h stdlib.h string.h unistd.h])
AC_CHECK_HEADERS([stdlib.h string.h unistd.h])
# Check for typedefs, structures, and compiler characteristics.
AC_C_VOLATILE
@ -77,7 +77,7 @@ else
fi
# Check for library functions.
AC_CHECK_FUNCS([floor setlocale sqrt setlocale])
AC_CHECK_FUNCS([floor sqrt])
# Arguments to specify certain features.
AC_ARG_ENABLE([mmx],

View File

@ -5,11 +5,6 @@ data_DATA = infinite_states
datadir = $(prefix)/share/audacious
# translations go into infinity's own directory not in audacious directory
infinity_datadir = @datadir@
localedir = $(infinity_datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
COMMON_FLAGS = @AUDACIOUS_CFLAGS@ @AUDCLIENT_CFLAGS@ @SDL_CFLAGS@ @GTK_CFLAGS@\
@GLIB_CFLAGS@ $(INF_CFLAGS_EXTRA) -DDATADIR='"$(datadir)"'