diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2006-10-10 21:39:56 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2006-10-10 21:39:56 +0000 |
commit | 4b1a5fc89cae36c9390e0e42f877f474feb632cb (patch) | |
tree | bfd2d6361014d39b13cac91ef83142b05dbc1bdd /configure.ac | |
parent | c0b61a323556a3bb6d8f2f5015853daf379f3421 (diff) | |
download | xine-lib-4b1a5fc89cae36c9390e0e42f877f474feb632cb.tar.gz xine-lib-4b1a5fc89cae36c9390e0e42f877f474feb632cb.tar.bz2 |
Install inttypes.h on stone age platforms (xine.h needs it).
Small improvements.
CVS patchset: 8332
CVS date: 2006/10/10 21:39:56
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 84e2a48a7..55eceb3b9 100644 --- a/configure.ac +++ b/configure.ac @@ -198,7 +198,7 @@ AC_TYPE_SIZE_T AC_CHECK_SIZEOF(long) dnl AC_CHECK_TYPES([ptrdiff_t]) dnl For systems without inttypes.h would be needed extend generated replacement. -AC_CHECK_GENERATE_INTTYPES([lib]) +AC_CHECK_GENERATE_INTTYPES([include]) AM_CONDITIONAL(GENERATED_INTTYPES_H, test x"$ac_cv_header_inttypes_h" != x"yes") AC_CHECK_TYPE(ssize_t, :, AC_DEFINE(ssize_t, __int64, [define ssize_t to __int64 if it's missing in default includes])) @@ -2235,7 +2235,7 @@ if test x"$SYS" = "xmingw32" -o x"$SYS" = "xcygwin"; then XINE_REL_FONTDIR="`echo "$XINE_REL_FONTDIR" | sed -e 's/\\//\\\\\\\\/g'`" XINE_REL_LOCALEDIR="`echo "$XINE_REL_LOCALEDIR" | sed -e 's/\\//\\\\\\\\/g'`" dnl prefix in xine-config - XINE_CONFIG_PREFIX="\`dirname \$0\`/.." + XINE_CONFIG_PREFIX="\$(cd \$(dirname \$0)/..; pwd)" dnl installation directories (in xine-config) XINE_PLUGINPATH="$XINE_CONFIG_PREFIX/$XINE_REL_PLUGINDIR" XINE_FONTPATH="$XINE_CONFIG_PREFIX/$XINE_REL_FONTDIR" |