Skip to content

Instantly share code, notes, and snippets.

Created January 5, 2013 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4461250 to your computer and use it in GitHub Desktop.
Save anonymous/4461250 to your computer and use it in GitHub Desktop.
automake_fix.patch
--- xbmc/lib/libdvd/libdvdcss/configure.ac.orig 2013-01-05 18:33:55.822355943 +0700
+++ xbmc/lib/libdvd/libdvdcss/configure.ac 2013-01-05 18:34:45.072355845 +0700
@@ -5,7 +5,7 @@
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvdcss, 1.2.10)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_STDC_HEADERS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment