summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2006-10-10 21:39:56 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2006-10-10 21:39:56 +0000
commit4b1a5fc89cae36c9390e0e42f877f474feb632cb (patch)
treebfd2d6361014d39b13cac91ef83142b05dbc1bdd /configure.ac
parentc0b61a323556a3bb6d8f2f5015853daf379f3421 (diff)
downloadxine-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.ac4
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"