OSDN Git Service

MacGui: Remove Target Size as a rate control option as it doesn't really work correct...
[handbrake-jp/handbrake-jp-git.git] / libdvdnav / A04-m4-uid0.patch
1 diff -Naur libdvdnav.orig/configure.ac libdvdnav/configure.ac
2 --- libdvdnav.orig/configure.ac 2009-01-08 14:57:11.000000000 -0800
3 +++ libdvdnav/configure.ac      2009-08-24 10:20:16.560743586 -0700
4 @@ -206,24 +206,6 @@
5  
6  AC_SUBST(DEBUG_CFLAGS)
7  
8 -dnl ---------------------------------------------
9 -dnl Get where .m4 should be installed.
10 -dnl ---------------------------------------------
11 -case "`id`" in
12 -  uid=0\(* )
13 -    AC_MSG_CHECKING(for aclocal directory)
14 -    if (aclocal --version) < /dev/null > /dev/null 2>&1; then
15 -      ACLOCAL_DIR="`eval $ACLOCAL --print-ac-dir`"
16 -      AC_MSG_RESULT($ACLOCAL_DIR)
17 -    else
18 -      ACLOCAL_DIR="/usr/local/share/aclocal"
19 -      AC_MSG_RESULT(none - will be installed in $ACLOCAL_DIR)
20 -    fi
21 -    escapedprefix="`echo $prefix | sed -e 's/\\//\\\\\//g'`"
22 -    ACLOCAL_DIR="`echo $ACLOCAL_DIR|sed -e 's/^'$escapedprefix/'\${prefix}'/`"
23 -    AC_SUBST(ACLOCAL_DIR)
24 -    ;;
25 -esac
26  AM_CONDITIONAL(INSTALL_M4, test x"$ACLOCAL_DIR" != "x")
27  
28  dnl ---------------------------------------------