OSDN Git Service

x264 bump from r1698 to r1703
[handbrake-jp/handbrake-jp-git.git] / contrib / libdvdread / A03-m4-uid0.patch
1 diff -Naur libdvdread.orig/configure.ac libdvdread/configure.ac
2 --- libdvdread.orig/configure.ac        2009-01-08 14:57:10.000000000 -0800
3 +++ libdvdread/configure.ac     2009-08-24 10:17:47.036747814 -0700
4 @@ -167,24 +167,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 ---------------------------------------------