gettext-related fixes
This commit is contained in:
parent
d7bab81784
commit
3f6c998ba5
@ -29,11 +29,12 @@
|
||||
#
|
||||
|
||||
|
||||
SUBDIRS = doc include man src test build flac.pbproj obj
|
||||
SUBDIRS = intl m4 doc include man src test build flac.pbproj obj
|
||||
|
||||
DISTCLEANFILES = libtool-disable-static
|
||||
|
||||
EXTRA_DIST = \
|
||||
config.rpath \
|
||||
COPYING.FDL \
|
||||
COPYING.GPL \
|
||||
COPYING.LGPL \
|
||||
@ -43,3 +44,5 @@ EXTRA_DIST = \
|
||||
strip_fPIC.sh
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
@ -105,7 +105,7 @@ if test x$exhaustive_tests = xtrue ; then
|
||||
AC_DEFINE(FLAC__EXHAUSTIVE_TESTS)
|
||||
fi
|
||||
|
||||
AM_PATH_OGG(have_ogg=yes, AC_MSG_WARN([*** Ogg development enviroment not installed - Ogg support will not be built]))
|
||||
XIPH_PATH_OGG(have_ogg=yes, AC_MSG_WARN([*** Ogg development enviroment not installed - Ogg support will not be built]))
|
||||
AM_CONDITIONAL(FLaC__HAS_OGG, [test x$have_ogg = xyes])
|
||||
if test x$have_ogg = xyes ; then
|
||||
AC_DEFINE(FLAC__HAS_OGG)
|
||||
@ -230,6 +230,9 @@ CFLAGS="$OUR_CFLAGS_HEAD $CFLAGS $OUR_CFLAGS_TAIL"
|
||||
CXXFLAGS="$OUR_CFLAGS_HEAD $CXXFLAGS $OUR_CFLAGS_TAIL"
|
||||
|
||||
AC_OUTPUT( \
|
||||
po/Makefile.in \
|
||||
m4/Makefile \
|
||||
intl/Makefile \
|
||||
Makefile \
|
||||
src/Makefile \
|
||||
src/libFLAC/Makefile \
|
||||
|
Loading…
x
Reference in New Issue
Block a user